Skip to content

Commit eee7d12

Browse files
committed
Fixed comment
1 parent 9342c8e commit eee7d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create-function-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
66

77
. "${SCRIPT_DIR}"/azure.env
88

9-
# set Azure location to us-east unless it is set to something different already
9+
# set a storage account name if not already set in the azure.envslack
1010
AZURE_STORAGE_ACCOUNT="${AZURE_STORAGE_ACCOUNT:-slacksecretnotifier001sa}"
1111

1212
az account set --subscription "${AZURE_SUBSCRIPTION_ID}"

0 commit comments

Comments
 (0)