From 6a297e397b233abb2fbf6c8ef44b2a6ec353758c Mon Sep 17 00:00:00 2001 From: LJ Date: Tue, 15 Jul 2025 08:54:31 -0700 Subject: [PATCH] docs: clarify Azure Blob Storage permissions on storage account level --- docs/docs/ops/sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/ops/sources.md b/docs/docs/ops/sources.md index b4c13c49..5869468a 100644 --- a/docs/docs/ops/sources.md +++ b/docs/docs/ops/sources.md @@ -167,7 +167,7 @@ These are actions you need to take: * Create a storage account in the [Azure Portal](https://portal.azure.com/). * Create a container in the storage account. * Upload your files to the container. -* Grant the user / identity / service principal (depends on your authentication method, see below) access to the container. At minimum, a **Storage Blob Data Reader** role is needed. See [this doc](https://learn.microsoft.com/en-us/azure/storage/blobs/authorize-data-operations-portal) for reference. +* Grant the user / identity / service principal (depends on your authentication method, see below) access to the storage account. At minimum, a **Storage Blob Data Reader** role is needed. See [this doc](https://learn.microsoft.com/en-us/azure/storage/blobs/authorize-data-operations-portal) for reference. #### Authentication