- Sign up for a free Azure account and create an Azure Subscription.
- Check that you have the necessary permissions:
- Your Azure account must have
Microsoft.Authorization/roleAssignments/writepermissions, such as Role Based Access Control Administrator, User Access Administrator, or Owner. - Your Azure account also needs
Microsoft.Resources/deployments/writepermissions on the subscription level.
- Your Azure account must have
You can view the permissions for your account and subscription by following the steps below:
- Navigate to the Azure Portal and click on
Subscriptionsunder 'Navigation'. - Select the subscription you are using for this accelerator from the list.
- If you try to search for your subscription and it does not come up, make sure no filters are selected.
- Select
Access control (IAM)and you can see the roles that are assigned to your account for this subscription.- If you want to see more information about the roles, you can go to the
Role assignmentstab and search by your account name and then click the role you want to view more information about.
- If you want to see more information about the roles, you can go to the
| Required Permission/Role | Scope | Purpose |
|---|---|---|
| Contributor | Subscription level | Create and manage Azure resources |
| User Access Administrator | Subscription level | Manage user access and role assignments |
| Role Based Access Control Admin | Subscription/Resource Group level | Configure RBAC permissions |
| App Registration Creation | Microsoft Entra ID | Create and configure authentication (optional) |
Return to the Deployment Guide to continue with your deployment.