Explanation:
The Azure portal's function editor allows you to make changes to a function's function.json and code files. The function app's root folder contains the host.json file, which provides several runtime-specific configurations.
Explanation:
To authenticate with a backend service using the API Management service's managed identity, use the authentication-managed-identity policy. This policy effectively uses the managed identity to retrieve an access token for the given resource from Azure Active Directory. After successfully getting the token, the policy will use the Bearer scheme to set the token's value in the Authorization header.
Explanation:
In Azure Blob Storage, you can change the feed support.
The objective of the change feed is to give transaction logs of all modifications made to your storage account's blobs and blob metadata. The change feed provides a read-only log of these modifications that is organized, guaranteed, durable, and immutable. Client applications can read these logs in streaming or batch mode at any time. The change feed enables you to create cost-effective and scalable solutions for processing change events in your Blob Storage account.
Explanation:
Telemetry and distributed data streaming are handled by Azure Event Hub.
This service provides a single solution that allows for both real-time data retrieval and recurrent replay of stored raw data. It can save streaming data to a file for analysis and processing.
The following are its characteristics:
low latency
capable of receiving and processing millions of events per second
at least once delivery
Explanation:
The Start-AzureStorageBlobCopy cmdlet starts to copy a blob. Example 1: Copy a named blob
C:PS>Start-AzureStorageBlobCopy -SrcBlob "ContosoPlanning2015" -DestContainer "ContosoArchives"
-SrcContainer "ContosoUploads"
This command starts the copy operation of the blob named ContosoPlanning2015 from the container named ContosoUploads to the container named ContosoArchives
Please select 2 correct answers
The correct answer:
Azure Monitor metrics
and
Application Insights alerts
The correct answer:
ID token header
The correct answer:
SQL API
Explanation:
The storage account key protects SAS. SAS grants access to a resource in only one of the Azure Storage services: Blob storage, Queue storage, Table storage, or Azure Files.
You can revoke rights for a service SAS using stored access policies rather than having to regenerate the storage account keys.