Azure / Azure/azure-powershell

[Eng]: Incorrect Geo-Coordinates for Several Azure Regions in Get-AzLocation Output

Open
#25,841 3 comments 0 reactions 0 assignees View on GitHub
act-identity-squad ARM bug customer-reported Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

### Description

While reviewing the outputs for 'Get-AzLocation', I noticed several regions with incorrect geo-coordinates. It can be seen when placing the coordinates into a website like [GPS Coordinates](https://gps-coordinates.org) where the pin will be fairly far away or outright now in the right place like with Spain Central, the pin goes into the sea on the East of Spain.

Below is a table with the current Longitude, Latitude (Lon,Lat) pairs from Get-AzLocation and Lon,Lat pairs based on the cities the DCs are based in that can be used to update the outputs. It'll help developers who may use the coordinates for internal application use.

| Regions | Current Output | Actual |
|---|---|---|
| Spain Central | Lon: 3.4209, Lat: 40.4259 | Lon: -3.4209, Lat: 40.4259 |
| France Central | Lon: 2.373, Lat: 46.3772 | Lon: 2.3475, Lat: 48.8492 |
| Switzerland North | Lon: 8.564572, Lat: 47.451542 | Lon: 8.5366, Lat: 47.3772 |
| Israel Central | Lon: 33.4506633, Lat: 31.2655698 | Lon: 35.1845, Lat: 31.7698 |
| West Central US | Lon: -110.234, Lat: 40.89 | Lon: -108.4282, Lat: 44.6052 |
| France South | Lon: 2.1972, Lat: 43.8345 | Lon: 5.3977, Lat: 43.2805 |
| Germany North | Lon: 8.806422, Lat: 53.073635 | Lon: 13.3306, Lat: 52.6048 |
| UK West | Lon: -3.084, Lat: 53.427 | Lon: -3.2360, Lat: 51.5261 |

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.