Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
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