Share via

Requesting a list of all available SKUs for a given provider returns an empty list (using azure rest API)

Anonymous
2024-10-15T13:55:19.4866667+00:00

Trying to get a list of available App Service Plans SKUs offered by Microsoft. The documentation of the Azure REST API describes the following endpoint:

`https://management.azure.com/subscriptions/

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,511 Reputation points Moderator
    2024-10-15T15:23:45.65+00:00

    Hello @Adnan Okko toget a list of available App Service Plans SKUs offered by Microsoft, you can use the Azure REST API. The correct endpoint for this is:

    https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Web/skus?api-version=2023-07-01
    

    Hope that helps

    -Grace

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.