Skip to content

Commit b76c2b4

Browse files
committed
. [ci skip]
1 parent 46de08e commit b76c2b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-vm.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export MY_USERNAME=azureuser
88
export MY_VM_IMAGE="Canonical:0001-com-ubuntu-minimal-jammy:minimal-22_04-lts-gen2:latest"
99

1010
# create resource group
11+
echo
1112
echo "Creating resource group $MY_RESOURCE_GROUP_NAME in $REGION"
1213
RGRESP=$(az group create --name $MY_RESOURCE_GROUP_NAME --location $REGION -o json)
1314
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)