Skip to content

Commit

Permalink
Fix typo in security.md (apache#17413)
Browse files Browse the repository at this point in the history
No longer using Azure Blog storage, moving to Blobs instead.
  • Loading branch information
benhopp authored Oct 25, 2024
1 parent fe0f415 commit b59317e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/multi-stage-query/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Depending on what a user is trying to do, they might also need the following per

## Permissions for durable storage

The MSQ task engine can use Amazon S3 or Azure Blog Storage to store intermediate files when running queries. To upload, read, move and delete these intermediate files, the MSQ task engine requires certain permissions specific to the storage provider.
The MSQ task engine can use Amazon S3 or Azure Blob Storage to store intermediate files when running queries. To upload, read, move and delete these intermediate files, the MSQ task engine requires certain permissions specific to the storage provider.

### S3

Expand All @@ -80,4 +80,4 @@ The MSQ task engine needs the following permissions for pushing, fetching, and r
- `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read` to read and list files in durable storage
- `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write` to write files in durable storage.
- `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action` to create files in durable storage.
- `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete` to delete files when they're no longer needed.
- `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete` to delete files when they're no longer needed.

0 comments on commit b59317e

Please sign in to comment.