Microsoft Azure Administrator Associate AZ-104 Practice Question
You are managing an Azure App Service hosting a critical web application. The development team requires that users authenticate using their corporate accounts before accessing the application. What is the best way to configure the app service to meet this requirement?
Deploy the app service in an isolated App Service Environment.
Enable App Service Authentication and configure Azure Entra ID as the identity provider.
Configure IP address restrictions to allow traffic only from the corporate network.
Implement a custom authentication module within the application code.