Microsoft Azure Administrator Associate AZ-104 Practice Question
You are deploying a web application using Azure App Service. The application must authenticate users with their organizational accounts, without adding authentication code to your application. What should you do?
Set up a virtual network and integrate the App Service with it to restrict access.
Use Application Gateway with Web Application Firewall (WAF) to secure the application.
Enable App Service Authentication and configure Azure Active Directory as an identity provider.
Implement OAuth 2.0 authentication in your application code.