Question 92 of 213
Single answerDRAG DROP -You are developing a serverless Java application on Azure. You create a new Azure Key Vault to work with secrets from a new Azure Functions application.The application must meet the following requirements:✑ Reference the Azure Key Vault without requiring any changes to the Java code.✑ Dynamically add and remove instances of the Azure Functions host based on the number of incoming application events.✑ Ensure that instances are perpetually warm to avoid any cold starts.✑ Connect to a VNet.✑ Authentication to the Azure Key Vault instance must be removed if the Azure Function application is deleted.You need to grant the Azure Functions application access to the Azure Key Vault.Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.Select and Place:
✓A Step 1: Create the Azure Functions app with a Consumption plan type.Use the Consumption plan for serverless.Step 2: Create a system-assigned managed identity for the application.Create a system-assigned managed identity for your applicatio
BRefer to simulation panel
✓
Correct Answer: A
Step 1: Create the Azure Functions app with a Consumption plan type.Use the Consumption plan for serverless.Step 2: Create a system-assigned managed identity for the application.Create a system-assigned managed identity for your applicatio
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.