Is there documentation in the wild that lists the sku names and tiers supported by Azure app service plans (server farms).
eg: name: "S1", tier: "Standard" = an S1 Standard.
and name: "Y1", tier: "Dynamic" = A function consumption plan.
A list of supported values (is there an Y2 consumption plan?) and the server configurations would really help with planning.
There are various ways to find the sku and capabilities for resources. This link references a few options for you: https://learn.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-sku-not-available-errors
The current server farm descriptions are:
to deploy a server farm use this resource definition in ARM:
alternatively for a consumption plan; you can use a more specific api version:
Currently, Azure does not support this, Azure only support one type consumption plan.
More information about this please refer to this official document:Azure App Service plan overview.