Azure Application Insights - 位置问题
Azure Application Insights - Location Issue
我正在使用 Resource Manger API 在 Azure 中创建 Application Insight 资源。步骤如下:
- 我在美国东部位置
创建资源组
然后我在 美国东部 位置创建了洞察组件,但失败了。有以下错误。但是,如果我在 美国中部 位置(不同于包含资源组的位置)创建组件,它会成功。
"error": {
"code": "MissingRegistrationForLocation",
"message": "The subscription is not registered for the resource type 'components' in the location 'southcentralus'. Please re-register for this provider in order to have access to this location."
}
我一直在寻找一个好的来源来支持我的故事,但再也找不到 URL:( 。据我所知,Application Insights 服务只能从美国中部位置获得。这可能会导致错误,因为您正在尝试在美国东部地区设置 Insights 组件。
如您所见,位置已锁定,因此无法选择美国东部。
您可以在 this page. Next to that you can filter the updates only to see service updates about regions and datacenters.
跟踪 Azure Application Insights 服务更新
希望对您有所帮助。
昨天,Microsoft 宣布在其他地区全面推出 Application Insights。
此外,您可能 运行 在使用当前的 ARM 模板进行部署时出错!
Application Insights: General availability in additional regions
就我而言,能够通过在 Visual Studio
内更新 Azure 来解决问题
Tools => Extensions And Updates => Updates => Azure*
我正在使用 Resource Manger API 在 Azure 中创建 Application Insight 资源。步骤如下:
- 我在美国东部位置 创建资源组
然后我在 美国东部 位置创建了洞察组件,但失败了。有以下错误。但是,如果我在 美国中部 位置(不同于包含资源组的位置)创建组件,它会成功。
"error": { "code": "MissingRegistrationForLocation", "message": "The subscription is not registered for the resource type 'components' in the location 'southcentralus'. Please re-register for this provider in order to have access to this location." }
我一直在寻找一个好的来源来支持我的故事,但再也找不到 URL:( 。据我所知,Application Insights 服务只能从美国中部位置获得。这可能会导致错误,因为您正在尝试在美国东部地区设置 Insights 组件。
如您所见,位置已锁定,因此无法选择美国东部。
您可以在 this page. Next to that you can filter the updates only to see service updates about regions and datacenters.
跟踪 Azure Application Insights 服务更新希望对您有所帮助。
昨天,Microsoft 宣布在其他地区全面推出 Application Insights。
此外,您可能 运行 在使用当前的 ARM 模板进行部署时出错!
Application Insights: General availability in additional regions
就我而言,能够通过在 Visual Studio
内更新 Azure 来解决问题Tools => Extensions And Updates => Updates => Azure*