Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.23k stars 4.57k forks source link

AppServiceEnvironment Template issues #2783

Closed gustavo-armenta closed 4 years ago

gustavo-armenta commented 7 years ago

I found two issues while authoring RM template, hope you can route them to the right team.

Failed to use the best practice "[resourceGroup().location]" because it returns "southcentralus" and the template expects one of the values below.

        "aseLocation": {
            "type": "string",
            "allowedValues": [
                "Central US",
                "East US",
                "East US 2",
                "North Central US",
                "South Central US",
                "West US",
                "North Europe",
                "West Europe",
                "East Asia",
                "Southeast Asia",
                "Japan East",
                "Japan West",
                "Brazil South",
                "Australia East",
                "Australia Southeast",
                "West India",
                "Central India",
                "South India"
            ],

Failed to use '_' char in the App Service name while I can use this char to name Resource Group and Virtual Network.

adrianhall commented 5 years ago

Is this still an issue? If so, can you please add an example ARM template that is causing problems?