#!/usr/bin/env bash # Get available Azure regions for this subscription az account list-locations --query "[?metadata.regionType=='Physical'].name" -o tsv | sort