You create and publish a new Azure App Service web app.
User authentication and authorization must use Azure Active Directory (Azure AD).
You need to configure authentication and authorization.
What should you do first?
You create and publish a new Azure App Service web app.
User authentication and authorization must use Azure Active Directory (Azure AD).
You need to configure authentication and authorization.
What should you do first?
To configure user authentication and authorization using Azure Active Directory (Azure AD) for an Azure App Service web app, the first step is to add an identity provider. This involves configuring Azure AD as the identity provider for the app, which enables the web app to authenticate user identities using Azure AD. Other steps like creating and configuring a managed identity are related to managing app resources rather than setting up user authentication.
A- Add an identity provide is correct https://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-authentication-app-service#3-configure-authentication-and-authorization
Correct - step 3
Answer seems correct based on https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant
I think E is right
Why not E. Create and configure a managed identity??
I think it is because you need to implement user authentication and authorization. Managed identity is used to authenticate Azure resources
https://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-authentication-app-service#3-configure-authentication-and-authorization
Select Answer : E