I want to use 'Azure Maps Creator' to create a map, but according to the documentation, I am currently stuck in the step of how to create a data registry.
According to the request, I sent a request to create a data composition table, but it showed:
'Error: getaddrinfo ENOTFOUND us.atlas-microsoft.com'
I don't know why, but I double checked the requirements in the document. The region selected by my Creator is indeed East US 2, but the sending still failed.
I tried many times, but couldn't solve it; And I couldn't find any related issues on the internet.
Request sent: https://us.atlas.microsoft.com/dataRegistries/ {udid}? API version=2023-06-01&subscription key={Your Azure Maps Subscription key}
Document address:https://learn.microsoft.com/zh-cn/azure/azure-maps/how-to-create-data-registries?tabs=System-assigned#create-a-data-registry
us.atlas.microsoft.com:
Region Is East US 2:
Why does sending a request fail?


Based on the error message, it could be possible that the identity of the user is created outside US. The end point you are trying points to the
us.atlas.microsoft.comgeographical URL. If your account wasn't created in the United States, you must use a different geographical URL. Here are the geographical endpoints currently supported by creator service.Please refer to the Prerequisites section of How to create data registry for information on this.
Here is another article which provides information on Creator service geographic scope.
Hope this helps!