【发布时间】:2015-07-13 20:25:16
【问题描述】:
我正在使用 Resource Manger API 在 Azure 中创建 Application Insight 资源。步骤如下:
- 我在美国东部位置创建资源组
-
然后我在 East US 位置下创建 Insights 组件,但失败了。有以下错误。但是,如果我在 Central US 位置(与包含资源组的位置不同)创建组件,它会成功。
"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." }
【问题讨论】:
-
请参阅:azure.microsoft.com/en-us/regions/#services。人工智能是一种“全球”服务。 Azure 在创建资源时需要一个位置,因此我们将其视为“美国中部”。但是将您的资源组和其他资源放在您想要的任何位置。
-
@JohnGardner(正在阅读定价信息...)因此,将数据导入 App Insights 永远不会产生跨区域费用,对吗?如何通过连续导出获取数据?为此选择的存储帐户应该在美国中部吗?
标签: azure azure-application-insights