小编Saj*_*roo的帖子

Azure应用程序洞察 - 位置问题

我正在使用Resource Manger API在Azure中创建Application Insight资源.步骤如下:

  • 我在美国东部的位置创建了资源组
  • 然后我在美国东部的位置创建了Insights组件,该组件失败了.以下错误.但是,如果我在美国中部位置创建组件(与包含资源组的位置不同),则成功.

    "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."
    }
    
    Run Code Online (Sandbox Code Playgroud)

azure azure-application-insights

9
推荐指数
1
解决办法
1万
查看次数

标签 统计

azure ×1

azure-application-insights ×1