Hi @Wesley Barisch You are right, as of right now there isn't a direct way through the Azure SDK or Azure CLI to retrieve a list of available App Service plan pricing details before creating a plan.
However, there are 2 alternatives you can try:
- You can use the Azure Pricing Calculator which allows you to explore and compare different pricing plans for Azure services, including App Service plans. You can select various options and see the estimated costs. Here's how you can use it:
- Go to the Azure Pricing Calculator: https://azure.microsoft.com/en-us/pricing/calculator/
- Select "App Service" in the Products tab.
- Choose the appropriate options for your desired plan type (Free, Shared, Basic, Standard, Premium, Isolated) and instance location.
- The calculator will display estimated costs based on your selections. You can adjust the configuration to see how pricing change
- Refer to the Azure documentation. There are App Service plan pricing details in the docs. Here are the relevant links:
- App Service Pricing Details: https://azure.microsoft.com/en-us/pricing/details/app-service/windows/
- Hosting plans: https://zcusa.951200.xyz/en-us/azure/app-service/overview-hosting-plans
Hope that helps. Let us know if you have any questions
-Grace