You have an Azure Active Directory (Azure AD) tenant and a root management group.
You create 10 Azure subscriptions and add the subscriptions to the root management group.
You need to create an Azure Blueprints definition that will be stored in the root management group.
What should you do first?
Click on the arrows to vote for the correct answer
A. B. C. D.A
https://docs.microsoft.com/en-us/azure/role-based-access-control/elevate-access-global-adminTo create an Azure Blueprint definition that will be stored in the root management group, you should first create an Azure Blueprint definition.
Azure Blueprints is a service that enables cloud architects and central information technology (IT) groups to define a repeatable set of Azure resources that implement and adhere to an organization's standards, patterns, and requirements. Blueprint definition provides a declarative way to orchestrate the deployment of various resource types and associated artifacts such as policies, role assignments, and ARM templates.
To create an Azure Blueprint definition, you can follow these steps:
It is worth noting that the Blueprint definition will be stored in the specified Resource group within the selected Subscription, not the root management group. However, since you have added the subscriptions to the root management group, the Blueprint definition will be available to all the subscriptions within the root management group.
Answer A, modifying the role-based access control (RBAC) role assignments for the root management group, is not relevant to creating an Azure Blueprint definition.
Answer B, adding an Azure Policy definition to the root management group, is also not relevant to creating an Azure Blueprint definition, although policies may be included as artifacts in the Blueprint definition.
Answer C and D, creating a user-assigned identity or a service principal, are also not relevant to creating an Azure Blueprint definition. However, you may need to create these identities to manage the access and permissions required to deploy the Blueprint definition or its associated resources.