We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 674da03 + ccdf5ca commit c7580b4Copy full SHA for c7580b4
articles/storage/blobs/storage-secure-access-application.md
@@ -40,8 +40,9 @@ blobStorageAccount=<blob_storage_account>
40
blobStorageAccountKey=$(az storage account keys list -g myResourceGroup \
41
-n $blobStorageAccount --query [0].value --output tsv)
42
43
-az storage container set-permission \ --account-name $blobStorageAccount \ --account-key $blobStorageAccountKey \ --name thumbnails \
44
---public-access off
+az storage container set-permission \
+--account-name $blobStorageAccount --account-key $blobStorageAccountKey \
45
+--name thumbnails --public-access off
46
```
47
48
## Configure SAS tokens for thumbnails
0 commit comments