Very often, it is needed to know Azure VMware Solution SDDC quota across all regions. This is typically needed for capacity planning or DR planning activities. This script displays Azure VMware Solution SDDC quota for selected subscription and for all Azure region. Quota is shown for multiple SKU types (e.g. AV36P, AV52, AV64, etc.).
- AVS Private Cloud up and running.
- Run following script. It may take few minutes to complete the execution. As script runs for a region, the region name is displayed in the console window.
az account set -s <YOUR-SUBSCRIPTION-ID>
cd CLI
./deploy.sh
-
Login to shell.azure.com. Start a bash shell.
-
Copy the contents from deploy.sh file and paste it into shell window. Hit enter.
-
Script starts to run for each region.
-
When finished Azure VMware Solution Quota is shown for each region and for each SKU.
- Copy the contents from shell and paste it into Excel for further processing.