Skip to content

Commit b5a7251

Browse files
committed
Notes on storage in azure.env.sample
1 parent cf72ed8 commit b5a7251

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/azure.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ AZURE_FUNCTION_APP_NAME="..." # e.g. slack-secret-scanning-notifier-<suffix>
1212

1313
# pick an appropriate name for a new resource group
1414
AZURE_RESOURCE_GROUP="${AZURE_FUNCTION_APP_NAME}-rg"
15+
16+
# optionally pick an appropriate name for a new storage account - lowercase letters and numbers only, 3-24 characters
17+
# a default is used in the script if you don't set this, but it may clash with other storage accounts, especially if you have already used this script in the same subscription
18+
# AZURE_STORAGE_ACCOUNT="..."

0 commit comments

Comments
 (0)