Skip to content

Commit

Permalink
fix(setup): set STORAGE_ACCOUNT_NAME variable in storage creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Oct 5, 2021
1 parent d74a520 commit 837812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ function setup_storage() {
az storage account create \
--access-tier Hot \
--kind StorageV2 \
--name "${1}" \
--name "${STORAGE_ACCOUNT_NAME}" \
--resource-group "${RESOURCE_GROUP}" \
--sku Standard_LRS
fi
Expand Down

0 comments on commit 837812f

Please sign in to comment.