Azure Storage Account

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:

  1. Storage Account Contributor
  2. Storage Blob Data Contributor
  3. Storage Table Data Contributor

Figure 7: Access Policies