Azure Flashcards

1
Q

Describe APIM

A

API Management (APIM) is an Azure Service that allows organizations to publish and manage APIs and gives consumers a ways to discover and consume the APIs.

It consists of a gateway that provides a way to expose existing back-end services to external and internal consumers.

An Azure portal that allows administrators to define the API schema, set policies that govern the use to the API and manage users.

A developer portal which provides all the resources a developer would need to consume the API such as API documentation and API keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe APIM Policies

A

Policies allow the administrator to change the behavior of the APIs based on certain conditions. For instance policies allow organizations to limit the rate of API calls per consumer. Or route traffic to an API in a specific region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe APIM Products and APIs

A

APIM allows organizations to package APIs into products and expose them to consumers and control to the accessibility of the APIs. i.e. Open to everyone or Protected and accessible only through a subscription.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe Application Insights Telemetry Modules

A

Application Insights uses telemetry modules to automatically collect useful telemetry about specific workloads without requiring manual tracking by user.

RequestTrackingTelemetryModule - Collects RequestTelemetry from incoming web requests.
DependencyTrackingTelemetryModule - Collects DependencyTelemetry from outgoing http calls and sql calls.
PerformanceCollectorModule - Collects Windows PerformanceCounters.
QuickPulseTelemetryModule - Collects telemetry for showing in Live Metrics portal.
AppServicesHeartbeatTelemetryModule - Collects heart beats (which are sent as custom metrics), about Azure App Service environment where application is hosted.
AzureInstanceMetadataTelemetryModule - Collects heart beats (which are sent as custom metrics), about Azure VM environment where application is hosted.
EventCounterCollectionModule - Collects EventCounters. This module is a new feature and is available in SDK Version 2.8.0 and higher.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a private endpoint?

A

A private endpoint is a network interface that uses a private IP address from your virtual network. This network interface connects you privately and securely to a service that’s powered by Azure Private Link. By enabling a private endpoint, you’re bringing the service into your virtual network.

A private-link resource is the destination target of a specified private endpoint. i.e. Azure Cosmos DB, Azure SQL, Azure Storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the different types of Compute Services?

A

Virtual Machines
Container Instances
App Service
Functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly