nerdexam
Microsoft

AZ-500 · Question #182

SIMULATION The developers at your company plan to publish an app named App11641655 to Azure. You need to ensure that the app is registered to Azure Active Directory (Azure AD). The registration must…

The correct steps follow the exact Azure AD app registration workflow: navigating to Azure Active Directory > App registrations > New registration, then providing the app name (App11641655), selecting the appropriate account type, and entering the Redirect URI…

Submitted by emma.c· Mar 6, 2026Manage Azure identities and governance - specifically, implementing and managing Azure AD application registrations, including configuring redirect URIs and supported account types for enterprise or developer applications.

Question

SIMULATION The developers at your company plan to publish an app named App11641655 to Azure. You need to ensure that the app is registered to Azure Active Directory (Azure AD). The registration must use the sign-on URLs of https://app.contoso.com. To complete this task, sign in to the Azure portal and modify the Azure resources. Answer: Step 1: Register the Application 1. Sign in to your Azure Account through the Azure portal. 2. Select Azure Active Directory. 3. Select App registrations. 4. Select New registration. 5. Name the application App11641655. Select a supported account type, which determines who can use the application. Under Redirect URI, select Web for the type of application you want to create. Enter the URI: https://app.contoso.com , where the access token is sent to. 6. Click Register

Exhibit

AZ-500 question #182 exhibit

Explanation

The correct steps follow the exact Azure AD app registration workflow: navigating to Azure Active Directory > App registrations > New registration, then providing the app name (App11641655), selecting the appropriate account type, and entering the Redirect URI (https://app.contoso.com) with type 'Web' before clicking Register. The Redirect URI in Azure AD app registration serves as the sign-on URL where authentication tokens are sent, making it the correct field to populate with https://app.contoso.com. This is a simulation task with one correct procedural path, so there are no alternative 'wrong options' in the traditional sense - any deviation from these steps (e.g., entering the wrong URI, skipping the Redirect URI field, or using a different registration name) would result in a failed or incomplete registration.

Topics

#Azure Active Directory#App Registration#Identity Management#Azure Portal Navigation

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice