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

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.