~$ az vm create \
    --name MeineVM \
    --resource-group MeineRG \
    --image Ubuntu2204 \
    --admin-username myuser \
    --verbose
Use existing SSH public key file: /home/vagrant/.ssh/id_rsa.pub
{
  "fqdns": "",
  "id": "/subscriptions/54c6f7b7-3c3f-4068-a1b8-51bddf711d33/resourceGroups/
          MeineRG/providers/Microsoft.Compute/virtualMachines/MeineVM",
  "location": "northeurope",
  "macAddress": "00-0D-3A-B1-7A-39",
  "powerState": "VM running",
  "privateIpAddress": "10.0.0.4",
  "publicIpAddress": "65.52.67.224",
  "resourceGroup": "MeineRG",
  "zones": ""
}
command ran in 35.383 seconds.
