当 App-Servicename 包含“ß”时,为什么我会收到消息 "Requests throttled"

Why do i get the message "Requests throttled" when the App-Servicename contains "ß"

我有一个关于应用服务命名的小问题。 今天我为一项服务创建了一个新的应用服务,我使用的名称类似于 "DummyNameß"。那么,现在这是我的 question/problem? 如果应用程序服务的名称包含字母“ß”,如果我想添加新的 WebJob,它会给我一个 "Requests throttled" 错误。

有人知道为什么会这样吗? 这是技术错误吗?

一般来说,避免将任何特殊字符(-_)作为任何名称中的第一个或 最后一个 字符。这些字符将导致大多数验证规则失败。

https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions#naming-rules-and-restrictions