Skip to content

Commit 0816863

Browse files
authored
docs: clarify Azure Blob Storage permissions on storage account level (#755)
1 parent e3371b1 commit 0816863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/ops/sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ These are actions you need to take:
167167
* Create a storage account in the [Azure Portal](https://portal.azure.com/).
168168
* Create a container in the storage account.
169169
* Upload your files to the container.
170-
* 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.
170+
* 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.
171171

172172
#### Authentication
173173

0 commit comments

Comments
 (0)