In the Microsoft documentation, there is a well-documented API endpoint to list the available App Service Plan SKUs/Capabilities for an existing App Service Plan. here
However, when attempting to create a new Service Plan for a specific subscription/location, there seems to be no direct endpoint or method provided to retrieve a list of available SKUs beforehand.
Is there a way to programmatically determine the App Service Plan SKUs supported in a provided Azure subscription and location before creating the App Service Plan or the
Microsoft.Web/serverfarms
resource?
How to Determine Azure App Service Plan SKUs Available in a Specific Subscription/Location Before Creation?
490 views Asked by dulithm At
1
Programmatically, it is not possible to retrieve it using ARM template however, you can achieve the requirement using PowerShell or Azure resource graph query explorer which are detailed below.
AZ PowerShell:
Or
Azure Resource Graph Query: