Table of Contents

Storage Access

Blob Storage Access

There are multiple ways to access blob storage. Ref.
👉 One way is to use the account access key. Ref. This method should not be generally used, because it gives an all-powerful level of access.

To access blob data with the account access key, you must have an Azure role assigned to you that includes the Azure RBAC action Microsoft.Storage/storageAccounts/listkeys/action.

👉 Another way to access blob storage is through an Entra ID User Account and RBAC.

👉 Using a Shared Access Signature (SAS) is another way to get access to blob storage that embeds the necessary credentials in a URL. It provides time-bounded access.

Entra ID/RBAC Roles


☝️This bit is tricky, review it carefully.

§§§

The Azure Storage firewall provides access control for the public endpoint of your storage account. You can also use the firewall to block all access through the public endpoint when you're using private endpoints. Your firewall configuration also enables trusted Azure platform services to access the storage account.

azcopy