Skip to content

Microsoft Azure

Design

Configuration

bash
# displays popular images
az vm image list --output table

# lists Ubuntu 20.04 images
az vm image list --all --publisher="Canonical" --sku="20_04-lts-gen2"

Troubleshooting

  • Open Monitor in Azure Portal, and look in Activity log for operations in error
    • Click on the operation to see the detail of the error