Azure Application Insights - Location Issue -


i using resource manger api create application insight resource in azure. steps below:

  • i create resource group in east us location
  • then create insights component under in east us location, fails. below error. however, if create component in central us location (which different location of containing resource group), succeeds.

    "error": {     "code": "missingregistrationforlocation",     "message": "the subscription not registered resource type 'components' in location 'southcentralus'. please re-register provider in order have access location." } 

i looking source story, couldn't find url anymore :( . far know application insights services available central location. can causing error, because trying set insights component in east region.

screenshot of environment when creating new app insights instance

as can see, location locked , therefore not possible choose east us.

you can keep track of azure application insights service updates @ this page. next can filter updates see service updates regions , datacenters.

i hope helps little.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -