AZ-204 · Question #75
Case Study 2 - Coho Winery LabelMaker app Coho Winery produces bottles, and distributes a variety of wines globally. You are developer implementing highly scalable and resilient applications to…
The correct answer is A. Set the function template's Mode property to Webhook and the Webhook type property to Generic B. Create an Azure Function using the HTTP POST function template. D. In the Azure Function App, enable Managed Service Identity (MSI). Scenario: E-commerce application sign-ins must be secured by using Azure App Service authentication and Azure Active Directory (AAD). D: A managed identity from Azure Active Directory allows your app to easily access other AAD- protected resources such as Azure Key Vault…
Question
Options
- ASet the function template's Mode property to Webhook and the Webhook type property to Generic
- BCreate an Azure Function using the HTTP POST function template.
- CIn the Azure Function App, enable Cross-Origin Resource Sharing (CORS) with all origins
- DIn the Azure Function App, enable Managed Service Identity (MSI).
- ESet the function template's Mode property to Webhook and the Webhook type property to GitHub.
- FCreate an Azure Function using the Generic webhook function template.
How the community answered
(30 responses)- A77% (23)
- C3% (1)
- E13% (4)
- F7% (2)
Explanation
Scenario: E-commerce application sign-ins must be secured by using Azure App Service authentication and Azure Active Directory (AAD). D: A managed identity from Azure Active Directory allows your app to easily access other AAD- protected resources such as Azure Key Vault. Incorrect Answers: C: CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity
Topics
Community Discussion
No community discussion yet for this question.