Skip to content

Commit b081d50

Browse files
authored
Update azure.env.example
1 parent 727ad76 commit b081d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/azure.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ AZURE_LOCATION="eastus"
77
AZURE_SUBSCRIPTION_ID="..."
88

99
# pick an appropriate name for the function app
10-
AZURE_FUNCTION_APP_NAME="slack-secret-scanning-notifier"
10+
# you *must* change this, since you cannot duplicate any existing Function App name
11+
AZURE_FUNCTION_APP_NAME="..." # e.g. slack-secret-scanning-notifier-<suffix>
1112

1213
# pick an appropriate name for a new resource group
1314
AZURE_RESOURCE_GROUP="${AZURE_FUNCTION_APP_NAME}-rg"

0 commit comments

Comments
 (0)