Skip to content

Commit f16903d

Browse files
Update migrate-find-location-by-point.md
Azure Maps sample request url should use https. otherwise it gives error
1 parent 9e63a90 commit f16903d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-maps/migrate-find-location-by-point.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ https://dev.virtualearth.net/REST/v1/Locations/48.830345,2.338166&key={BingMapsK
5959
Azure Maps _Get Reverse Geocoding_ API request:
6060

6161
``` http
62-
http://atlas.microsoft.com/reverseGeocode?api-version=2023-06-01&coordinates=2.338166,48.830345&subscription-key={Your-Azure-Maps-Subscription-key}
62+
https://atlas.microsoft.com/reverseGeocode?api-version=2023-06-01&coordinates=2.338166,48.830345&subscription-key={Your-Azure-Maps-Subscription-key}
6363
```
6464

6565
## Response fields

0 commit comments

Comments
 (0)