Oefentoets vragen Flashcards
Which of the following statements describes the type of data that can be retrieved using Microsoft Graph?
All of the data contained in Microsoft 365
There are two types of managed identities: system-assigned and user-assigned. What is the main difference?
The main difference between them is that system-assigned managed identities have their lifecycle linked to the resource where they’re used. User-assigned managed identities can be used on multiple resources.
How many input bindings is an Azure Function allowed to have?
Any number or zero.
For Windows App Services, where can you choose to have logging saved to?
File system and blob storage. Not sql database.
Which feature of Azure functions allow you to use a runtime not currently supported natively by Azure?
Custom handlers
Azure Functions store their configuration settings in which file?
function.json
The speed of an Azure Event Hub is determined by the number of Throughput units you reserve for it. You can set between 1 and 20 throughput units for the Event Hub. How fast does 1 throughput unit represent for data coming in to an Event Hub?
1 MB per second or 1000 events per second (whichever comes first)
The API Management Gateway includes a powerful feature called Policies. What is the main function of policies?
Policies allow you to modify the inbound request as well as the outbound results without modifying the API code itself.
Which type of data can most benefit from being stored in a caching system like Azure Redis Cache?
Data that is repeatedly read
Which CLI command is able to copy a public image into Azure Container Registry?
az acr import