An enterprise plans to integrate a newly acquired subsidiary's standalone Azure subscription into its corporate Management Group structure under a single Microsoft Entra tenant.
The corporate architecture team defines the following requirements:
- A custom Azure RBAC role named 'FinancialAuditor' must be created for the subsidiary's audit team.
- The 'FinancialAuditor' role must only be assignable within the '/providers/Microsoft.Management/managementGroups/Corp-Finance-MG' Management Group hierarchy.
- The subsidiary's subscription must be moved under 'Corp-Finance-MG' and inherit all governance controls.
- To maintain security best practices, direct RBAC assignments to individual user accounts are prohibited.
You need to configure the subscription transition and access controls.
Arrange the steps in the correct logical sequence to meet the requirements.
- 1Define the 'FinancialAuditor' custom role in a JSON file, setting the AssignableScopes property to '/providers/Microsoft.Management/managementGroups/Corp-Finance-MG'.
- 2Register the custom role definition in the Azure tenant using the defined JSON file.
- 3Move the subsidiary's subscription under the 'Corp-Finance-MG' Management Group.
- 4Create a Microsoft Entra ID security group and add the subsidiary's audit team members to it.
- 5Assign the 'FinancialAuditor' custom role to the Microsoft Entra ID security group at the 'Corp-Finance-MG' scope.