https://dev.virtualearth.net/REST/v1/Locations
My question
What is the correct and way to configure Power Pages to use Azure Maps instead of Bing Maps for list map views?
It appears that replacing the REST URL with
https://atlas.microsoft.com/search/address/json
doesn't work - it doesn't seem to even attempt to use this service and defaults to the Bing Maps one. I can see that the parameter wording for the keys is different in the two methods which might have some impact?
Additional context:
I have a valid Azure Maps subscription key.
I have searched Microsoft Learn, community forums, and blogs, but haven’t found anything that appears to address my issue - happy to be pointed to something appropriate if I have missed it.
Thanks in advance for any clarification or guidance on how to set this up correctly.