How to get all possible AppServicePlan configurations from an Azure subscription?
I want to get a List with all possible AppService Hosting Plan configuration settings of my Azure subscription(Location, Tier, Size,...). Possibly through skus. It should be done using Azure SDK for .NET. Environment is .Net 8.0 Console Application(Windows) I already…