AZ-400 · Question #81
AZ-400 Question #81: Real Exam Question with Answer & Explanation
The correct answer is C: the application ID, a client secret, and the tenant ID. When you've completed the app registration, you've a globally unique instance of the app (the application object) which lives within your home tenant or directory. You also have a globally unique ID for your app (the app or client ID). In the portal, you can then add secrets or c
Question
You have an on-premises app named App1 that accesses Azure resources by using credentials stored in a configuration file. You plan to upgrade App1 to use an Azure service principal. What is required for App1 to programmatically sign in to Azure Active Directory (Azure AD)?
Options
- Athe application ID, a client secret, and the object ID
- Ba client secret, the object ID, and the tenant ID
- Cthe application ID, a client secret, and the tenant ID
- Dthe application ID, a client secret, and the subscription ID
Explanation
When you've completed the app registration, you've a globally unique instance of the app (the application object) which lives within your home tenant or directory. You also have a globally unique ID for your app (the app or client ID). In the portal, you can then add secrets or certificates and scopes to make your app work, customize the branding of your app in the sign-in dialog, and https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-
Community Discussion
No community discussion yet for this question.