Problem
Trying to add an app configuration ending in the word "login" causes the "reserved word" error.
The reserved word documentation states that "login" can be used as long as it is not at the start of the resource name:
https://docs.azure.cn/en-us/azure-resource-manager/troubleshooting/error-reserved-resource-name
We already have other resources (resource group, web app) ending in "login" which deployed without error.
This issue occurs both when using terraform azurerm provider (400 bad request) AND using the azure UI.
Issue
This is blocking us from keeping a consistent name for a platform across the azure namespace.
Problem
Trying to add an app configuration ending in the word "login" causes the "reserved word" error.
The reserved word documentation states that "login" can be used as long as it is not at the start of the resource name:
https://docs.azure.cn/en-us/azure-resource-manager/troubleshooting/error-reserved-resource-name
We already have other resources (resource group, web app) ending in "login" which deployed without error.
This issue occurs both when using terraform azurerm provider (400 bad request) AND using the azure UI.
Issue
This is blocking us from keeping a consistent name for a platform across the azure namespace.