Skip to content

Commit

Permalink
Update azure-regions.json (#536)
Browse files Browse the repository at this point in the history
Latest azure-regions.json list 
Adds italynorth, polandcentral, spaincentral, mexicocentral, israelcentral, qatarcentral, brazilus, eastusstg
(Also seems to remove trailing zeros in some existing coordinates)

Signed-off-by: Dan Benitah <[email protected]>
  • Loading branch information
danuw authored Jul 2, 2024
1 parent 55b9b10 commit 61420cc
Showing 1 changed file with 45 additions and 5 deletions.
50 changes: 45 additions & 5 deletions src/data/location-sources/azure-regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"Name": "centralus"
},
"southafricanorth": {
"Latitude": "-25.731340",
"Longitude": "28.218370",
"Latitude": "-25.73134",
"Longitude": "28.21837",
"Name": "southafricanorth"
},
"centralindia": {
Expand All @@ -81,7 +81,7 @@
},
"koreacentral": {
"Latitude": "37.5665",
"Longitude": "126.9780",
"Longitude": "126.978",
"Name": "koreacentral"
},
"canadacentral": {
Expand All @@ -91,19 +91,39 @@
},
"francecentral": {
"Latitude": "46.3772",
"Longitude": "2.3730",
"Longitude": "2.373",
"Name": "francecentral"
},
"germanywestcentral": {
"Latitude": "50.110924",
"Longitude": "8.682127",
"Name": "germanywestcentral"
},
"italynorth": {
"Latitude": "45.46888",
"Longitude": "9.18109",
"Name": "italynorth"
},
"norwayeast": {
"Latitude": "59.913868",
"Longitude": "10.752245",
"Name": "norwayeast"
},
"polandcentral": {
"Latitude": "52.23334",
"Longitude": "21.01666",
"Name": "polandcentral"
},
"spaincentral": {
"Latitude": "40.4259",
"Longitude": "3.4209",
"Name": "spaincentral"
},
"mexicocentral": {
"Latitude": "20.588818",
"Longitude": "-100.389888",
"Name": "mexicocentral"
},
"brazilsouth": {
"Latitude": "-23.55",
"Longitude": "-46.633",
Expand All @@ -114,6 +134,26 @@
"Longitude": "-78.3889",
"Name": "eastus2euap"
},
"israelcentral": {
"Latitude": "31.2655698",
"Longitude": "33.4506633",
"Name": "israelcentral"
},
"qatarcentral": {
"Latitude": "25.551462",
"Longitude": "51.439327",
"Name": "qatarcentral"
},
"brazilus": {
"Latitude": "0",
"Longitude": "0",
"Name": "brazilus"
},
"eastusstg": {
"Latitude": "37.3719",
"Longitude": "-79.8164",
"Name": "eastusstg"
},
"northcentralus": {
"Latitude": "41.8819",
"Longitude": "-87.6278",
Expand Down Expand Up @@ -145,7 +185,7 @@
"Name": "centraluseuap"
},
"westcentralus": {
"Latitude": "40.890",
"Latitude": "40.89",
"Longitude": "-110.234",
"Name": "westcentralus"
},
Expand Down

0 comments on commit 61420cc

Please sign in to comment.