Part of any security conversation is configuring developer and administrator access to the application itself. In the next section, we will discuss how to configure administrative access to our Azure resources.
Administrative access
Role-based access control
The Azure Portal allows for Role-based access control (RBAC). RBAC allows for granular access to the Azure resources.
Azure RBAC accepts the following two types of accounts:
- Azure Active Directory accounts. Using AAD, you can grant access to users or groups from the default AAD tenant of your subscription.
- Microsoft accounts. When using Microsoft accounts, you can grant access to any email that has been set up as a Microsoft account.
If your environment is fully automated...