Skip to content

Commit 9d739d9

Browse files
author
sivakami
committed
disallow shared key access.
1 parent 051afa8 commit 9d739d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/swiftv2-long-running/scripts/create_storage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ for SA in "$SA1" "$SA2"; do
2323
--sku Standard_LRS \
2424
--kind StorageV2 \
2525
--allow-blob-public-access false \
26+
--allow-shared-key-access false \
2627
--https-only true \
2728
--min-tls-version TLS1_2 \
2829
--query "name" -o tsv \

0 commit comments

Comments
 (0)