nerdexam
Microsoft

AZ-500 · Question #175

SIMULATION You need to create a web app named Intranet11597200 and enable users to authenticate to the web app by using Azure Active Directory (Azure AD). To complete this task, sign in to the Azure…

The correct approach follows the proper Azure portal workflow: first creating an App Service (web app) with a unique name (Intranet11597200), then navigating to its Authentication/Authorization blade to enable App Service Authentication and configure Azure Active Directory as…

Submitted by carter_n· Mar 6, 2026Implement and manage Azure identities and access - specifically configuring Azure AD authentication for Azure App Services within the AZ-104 or AZ-900 certification domain covering identity, governance, and access management.

Question

SIMULATION You need to create a web app named Intranet11597200 and enable users to authenticate to the web app by using Azure Active Directory (Azure AD). To complete this task, sign in to the Azure portal. Answer: 1. In the Azure portal, type App services in the search box and select App services from the search results. 2. Click the Create app service button to create a new app service. 3. In the Resource Group section, click the Create new link to create a new resource group. 4. Give the resource group a name such as Intranet11597200RG and click OK. 5. In the Instance Details section, enter Intranet11597200 in the Name field. 6. In the Runtime stack field, select any runtime stack such as .NET Core 3.1. 7. Click the Review + create button. 8. Click the Create button to create the web app. 9. Click the Go to resource button to open the properties of the new web app. 10. In the Settings section, click on Authentication / Authorization. 11. Click the App Service Authentication slider to set it to On. 12. In the Action to take when request is not authentication box, select Log in with Azure Active Directory. 13. Click Save to save the changes.

Explanation

The correct approach follows the proper Azure portal workflow: first creating an App Service (web app) with a unique name (Intranet11597200), then navigating to its Authentication/Authorization blade to enable App Service Authentication and configure Azure Active Directory as the identity provider. This two-phase process - resource creation followed by AAD authentication configuration - is the standard method for securing Azure web apps with Azure AD, ensuring only authenticated users can access the intranet application.

Topics

#Azure App Service#Azure Active Directory#Authentication and Authorization#Web App Configuration

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice