Microsoft Azure Infrastructure and Deployment (legacy) — Question 32
A web developer creates a web application that you plan to deploy as an Azure web app. Users must enter credentials to access the web application.
You create a new web app named WebApp1 and deploy the web application to WebApp1.
You need to disable anonymous access to WebApp1.
What should you configure?
Answer options
- A. Access control (IAM)
- B. Advanced Tools
- C. Deployment credentials
- D. Authentication/Authorization
Correct answer: D
Explanation
To disable anonymous access to WebApp1, you need to configure Authentication/Authorization, which ensures that only authenticated users can access the web app. The other options, such as Access control (IAM), Advanced Tools, and Deployment credentials, do not directly manage user authentication and access control for the web application.