From 709442916d710bbf4bf501337863d157902fc407 Mon Sep 17 00:00:00 2001 From: Chad Kimes Date: Wed, 3 Apr 2024 16:45:44 +0000 Subject: [PATCH] Explicitly set admin username --- build-azure/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-azure/build.sh b/build-azure/build.sh index b883b8a..e5f6b62 100755 --- a/build-azure/build.sh +++ b/build-azure/build.sh @@ -16,6 +16,7 @@ az vm create --resource-group $AZURE_RESOURCE_GROUP \ --name $AZURE_VM_NAME \ --image Canonical:0001-com-ubuntu-minimal-mantic:minimal-23_10-gen2:23.10.202402260 \ --size Standard_D4ds_v5 \ + --admin-username azureuser \ --ssh-key-value ~/.ssh/id_rsa.pub \ --security-type TrustedLaunch \ --nic-delete-option delete \