diff --git a/byos/containers/deploy/deploy.sh b/byos/containers/deploy/deploy.sh index 9b3224c..ddd6626 100755 --- a/byos/containers/deploy/deploy.sh +++ b/byos/containers/deploy/deploy.sh @@ -179,7 +179,7 @@ then fi # Create VM -az vm create -n internal-vm -g $teamRG --admin-username azureuser --generate-ssh-keys --public-ip-address "" --image UbuntuLTS --vnet-name vnet --subnet vm-subnet +az vm create -n internal-vm -g $teamRG --admin-username azureuser --generate-ssh-keys --public-ip-address "" --image Ubuntu2204 --vnet-name vnet --subnet vm-subnet if [ $? == 0 ]; then