Azure (Dv3+ nested virt)
Defaults
Section titled “Defaults”INSTANCE_TYPE=Standard_D4s_v3REGION=eastus- Resource group:
${AZURE_RG:-mvm-ephemeral-rg}(auto-created)
Dv3+ machines support nested virtualization, which is what we need for Firecracker.
Prerequisites
Section titled “Prerequisites”azCLI installed and logged in:az login- A subscription selected:
az account set --subscription <id>
PROVIDER=azure REGION=eastus bash ops/ephemeral/up.shOpen questions
Section titled “Open questions”When this gets verified:
- Does the default Azure marketplace Ubuntu image inject SSH keys to root, or is there a forced-command pattern like the AWS Ubuntu AMI?
- Do we need to ensure the network security group lets in SSH/22?
- Is the default OS disk size sufficient (Azure’s tends to be 30GB which is borderline)?