Azure AD Enterprise Application Creation | Azure AD Additional Resource | AZ-500 Exam

Azure AD Enterprise Application Creation

Question

You have an Azure subscription that is linked to an Azure Active Directory (Azure AD) tenant.

From the Azure portal, you register an enterprise application.

Which additional resource will be created in Azure AD?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A

https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-how-applications-are-added

When you register an enterprise application in Azure Active Directory, a corresponding Azure AD application is created. This application is used to configure permissions and authentication for the enterprise application.

Additionally, a service principal is also created in Azure AD, which is essentially the security identity for the application that allows it to access Azure resources. The service principal provides the application with its own identity, allowing it to access resources without requiring access to a user account.

Therefore, the correct answer to the question is A. a service principal. An X.509 certificate is used for authentication purposes, but it is not created when registering an enterprise application in Azure AD. A managed identity is used to provide applications with credentials for accessing other Azure resources, but it is not created when registering an enterprise application in Azure AD. Finally, a user account is not created when registering an enterprise application in Azure AD as it is for users and not for applications.

So, in summary, registering an enterprise application in Azure AD creates a corresponding Azure AD application and a service principal for that application.