To ensure that you have enough Microsoft Azure capacity for your Microsoft Azure Edge, test the availability of the Microsoft Azure VM model and check the regional CPU output.
The procedure that follows is advised in Microsoft Azure Capacity Requirements. The steps include command and output examples. The commands test for the availability of the Microsoft Azure VM model that will be used for the Horizon Edge Gateway across all availability zones (1,2,3) in a given region.
Procedure
-
Run a command to acquire the regional SKU restrictions for a machine type, for example
Standard_D2, as illustrated by the following generic example and the specific example that follows it.az vm list-skus --location <azure_region_where_edge_is_being_deployed> --size Standard_D2 --all --output tableThe following code example is a specific test for regional restrictions in
locationwesteurope.az vm list-skus --location westeurope --size Standard_D2 --all --output tableOutput examples of the preceding command follow. The first example is of a successful result, indicating no restrictions. The second example is of a failed result, indicating existing restrictions.
-
Output of a Successful Result - No Restrictions Exist
ResourceType Locations Name Zones Restrictions --------------- ----------- -------------------- ------- -------------- virtualMachines westeurope Standard_D2_v3 1,2,3 None -
Output of a Failed Result - Restrictions Exist
ResourceType Locations Name Zones Restrictions --------------- ----------- -------------------- ------- -------------- virtualMachines westeurope Standard_D2 1,2,3 'NotAvailableForSubscription, type: Zone, locations: westeurope, zones: 1,2,3']
-
-
Run a command to acquire the total regional CPU restrictions, as illustrated by the following generic example and the specific example that follows it.
az vm list-usage --location <azure_region_where_edge_is_being_deployed> -o tableThe following code example is a specific test for total CPU regional restrictions in
locationwesteurope.az vm list-usage --location westeurope -o tableOutput examples of the preceding command follow. The first example is of a successful result in that
CurrentValueofTotal Regional vCPUsis25or greater (26in this case), indicating no restrictions. The second example is of a failed result in thatLimitofTotal Regional vCPUsis less than25(10in this case), indicating restrictions.-
Output of a Successful Result - No Restrictions Exist
Name CurrentValue Limit ---------------------------------------- -------------- ------- Availability Sets 1 2500 Total Regional vCPUs 26 310 Virtual Machines 11 25000 Virtual Machine Scale Sets 1 2500 Dedicated vCPUs 0 3000 Cloud Services 0 2500 -
Output of a Failed Result - Restrictions Exist
Name CurrentValue Limit ---------------------------------------- -------------- ------- Availability Sets 0 2500 Total Regional vCPUs 0 10 Virtual Machines 0 25000 Virtual Machine Scale Sets 0 2500 Dedicated vCPUs 0 3000 Cloud Services 0 2500
-
What to do next
- As a best practice, request that Microsoft Azure makes the SKU available in the region within which you intend to deploy the Horizon Edge Gateway.
- Return to Requirements Checklist for Deploying a Microsoft Azure Edge.
Questa pagina è stata utile?