This commit is contained in:
Jack Tracey 2022-10-31 16:14:14 +00:00 коммит произвёл GitHub
Родитель 0fa2a1b11d
Коммит 3d76bb0989
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,7 @@ The identity used must have permissions to:
- **Create Subscriptions using the `Microsoft.Subscription/aliases` resource**
- See documentation on this resource here in: [Create Azure subscriptions programmatically](https://learn.microsoft.com/azure/cost-management-billing/manage/programmatically-create-subscription)
- See documentation for instructions on how to grant/assign EA roles to SPNs: [Assign roles to Azure Enterprise Agreement service principal name](https:learn.microsoft.com/azure/cost-management-billing/manage/assign-roles-azure-service-principals)
- See documentation for instructions on how to grant/assign EA roles to SPNs: [Assign roles to Azure Enterprise Agreement service principal name](https://learn.microsoft.com/azure/cost-management-billing/manage/assign-roles-azure-service-principals)
- **Manage the Subscription's Management Group association using the `Microsoft.Management/managementGroups/subscriptions` resource**
- See documentation on the required permissions here in: [What are Azure management groups? - Moving management groups and subscriptions](https://learn.microsoft.com/azure/governance/management-groups/overview#moving-management-groups-and-subscriptions)
- **Note:** The identity that creates the Subscription will have the RBAC `Owner` role assigned to the Subscription by default. If you are using an existing Subscription with this module, you must ensure the identity you are using with this module has `Owner` permissions upon that existing Subscription prior to using the module with it.