45.3k views
5 votes
You need to implement a service principal for an azure stack hub integrated system connected to azure. what should you create?

A) Azure AD App Registration
B) Azure Virtual Network
C) Azure Blob Storage Account
D) Azure Stack Hub Subscription

User Jrgns
by
8.6k points

1 Answer

5 votes

Final answer:

To implement a service principal for an Azure Stack Hub integrated system connected to Azure, you need to create an Azure AD App Registration. The correct answer is A.

Step-by-step explanation:

To implement a service principal for an Azure Stack Hub integrated system connected to Azure, you need to create an Azure AD App Registration. An Azure AD App Registration represents the identity of your application or service in Azure AD. By creating an App Registration, you can obtain the necessary credentials and permissions to authenticate and interact with resources in Azure Stack Hub and Azure.

To implement a service principal for Azure Stack Hub, an Azure AD App Registration should be created, as it allows applications and services to manage Azure resources.

To implement a service principal for an Azure Stack Hub integrated system connected to Azure, you should create an Azure AD App Registration. This is because a service principal is essentially an identity used by applications, services, and automation tools to access specific Azure resources. Creating a service principal involves registering your application with Azure AD, which becomes the authorization mechanism allowing your Azure Stack Hub service or application to communicate with and manage Azure resources.

To implement a service principal for an Azure Stack Hub integrated system connected to Azure, you would need to create an Azure AD App Registration. An Azure AD App Registration is essential for establishing an identity for your application or service principal in Azure Active Directory (AD). This process involves registering the application in Azure AD to obtain an Application ID, also known as Client ID, and a Directory (Tenant) ID. These credentials are then used to authenticate the service principal.

The Azure Stack Hub integrated system, when connected to Azure, relies on Azure AD for identity and access management. Creating an App Registration allows you to define the application's permissions and roles, specifying what actions it can perform in Azure Stack Hub and Azure. The service principal, which represents the registered application, obtains a secret or certificate for authentication.

Options B (Azure Virtual Network) and C (Azure Blob Storage Account) are not directly related to creating a service principal for Azure Stack Hub integration. Option D (Azure Stack Hub Subscription) is part of the broader configuration but does not involve the creation of a service principal itself. Therefore, for implementing a service principal, the most appropriate choice is A) Azure AD App Registration.

User Saeed Arianmanesh
by
8.2k points