Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack — Question 3
You have an Azure Stack integrated system that uses Microsoft Azure Active Directory (Azure AD) for authentication. The system uses an external domain named cloud.contoso.com.
You plan to provide tenant users with the ability to provision App Services and to use Kudu to develop the App Services.
You need to create the Azure AD application for the planned deployment.
What should you do?
Answer options
- A. Run the Add-AzsRegistration cmdlet. From https://portal.cloud.contoso.com, create an App Service offer.
- B. Run the Create-AADIdentityApp.ps1 script. From https://portal.azure.com, modify the permissions of the Azure AD application.
- C. Run the Add-AzsRegistration cmdlet. From https://portal.azure.com, create a new App Service Environment.
- D. Run the Create-AADIdentityApp.ps1 script. From https://portal.cloud.contoso.com, create an App Service offer.
Correct answer: D
Explanation
The correct answer is D because running the Create-AADIdentityApp.ps1 script is necessary to create the Azure AD application, and doing it from https://portal.cloud.contoso.com aligns with the requirement to provision App Services. Options A and C are incorrect as they do not involve the necessary script and use the wrong portal, while option B incorrectly suggests modifying permissions instead of creating the application.