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

Saj*_*roo 9 azure azure-application-insights

我正在使用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)

小智 8

我正在寻找一个很好的资源来支持我的故事,但是找不到URL了:(.据我所知,Application Insights服务只能从美国中部地区获得.这可能导致错误,因为你正试图在美国东部地区建立一个Insights组件.

创建新的App Insights实例时我的环境的屏幕截图

如您所见,该位置已锁定,因此无法选择美国东部.

您可以在此页面上跟踪Azure Application Insights服务更新.在此旁边,您只能过滤更新,以查看有关区域和数据中心的服务更新.

希望这会有帮助.

  • Application Insights目前仅部署在美国中部,因为页面底部显示,它在全球范围内运行,并且在使用服务时不要求客户指定特定区域.请参阅:http://azure.microsoft.com/en-us/regions/#services (2认同)
  • 此信息不再有效.始终转到此页面以获取更新的区域列表.https://azure.microsoft.com/en-gb/regions/services/ (2认同)