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.
1 parent 727ad76 commit b081d50Copy full SHA for b081d50
scripts/azure.env.example
@@ -7,7 +7,8 @@ AZURE_LOCATION="eastus"
7
AZURE_SUBSCRIPTION_ID="..."
8
9
# pick an appropriate name for the function app
10
-AZURE_FUNCTION_APP_NAME="slack-secret-scanning-notifier"
+# 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>
12
13
# pick an appropriate name for a new resource group
14
AZURE_RESOURCE_GROUP="${AZURE_FUNCTION_APP_NAME}-rg"
0 commit comments