Microsoft Azure
Design
- Availability sets overview
- Azure Virtual Network concepts and best practices
- General purpose virtual machine sizes
Configuration
- Find image reference (ref. Find Azure Marketplace image information using the Azure CLI)
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