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 9342c8e commit eee7d12Copy full SHA for eee7d12
scripts/create-function-app.sh
@@ -6,7 +6,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
7
. "${SCRIPT_DIR}"/azure.env
8
9
-# set Azure location to us-east unless it is set to something different already
+# set a storage account name if not already set in the azure.envslack
10
AZURE_STORAGE_ACCOUNT="${AZURE_STORAGE_ACCOUNT:-slacksecretnotifier001sa}"
11
12
az account set --subscription "${AZURE_SUBSCRIPTION_ID}"
0 commit comments