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