Azure Storage Account
Make uses an Azure Storage Account to store its history list in an Azure Table named MakeHistory and its configuration files in an Azure Blob container named makehistory.
By default, the Storage Account name follows this convention:
| Naming Convention | Description |
|---|---|
| Format | <dept[2|4]>sa<service[3|6]><environment[2|4]><region[2|3]> |
| Example | rcsamakeprdwe |
| rcsamakedevwe | |
| rcsascrnprdwe |
Access Control and Role Assignment
The WebApp’s Managed Identity must be assigned these roles on the Storage Account:
- Storage Account Contributor
- Storage Blob Data Contributor
- Storage Table Data Contributor