Skip to content

Commit

Permalink
Explicitly set admin username
Browse files Browse the repository at this point in the history
  • Loading branch information
chkimes committed Apr 3, 2024
1 parent dfdfa4a commit 7094429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-azure/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7094429

Please sign in to comment.