Whether you are an Azure administrator, a developer, an IT pro, or an architect, you always want to make your provisioned resources secure. This is a common problem for multiple environments – how to manage access from a single place using common policies and defined roles. In this chapter, we will focus on solving access management problems, including custom roles, RBAC, SAS tokens, and MSI. You will also learn how to secure and define access for popular Azure services such as Azure App Services.
In this chapter, we will begin by creating a custom role and then configure access to Azure resources and configure MSI. The next step will be learning how to use and revoke Shared Access Policies, along with generating SAS tokens for different services.
In this chapter, we will cover the following topics:
- Creating a custom role
- Configuring access...