Skip to content

Commit 837812f

Browse files
author
Simon Emms
committed
fix(setup): set STORAGE_ACCOUNT_NAME variable in storage creation
1 parent d74a520 commit 837812f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ function setup_storage() {
399399
az storage account create \
400400
--access-tier Hot \
401401
--kind StorageV2 \
402-
--name "${1}" \
402+
--name "${STORAGE_ACCOUNT_NAME}" \
403403
--resource-group "${RESOURCE_GROUP}" \
404404
--sku Standard_LRS
405405
fi

0 commit comments

Comments
 (0)