Last active
February 12, 2017 12:17
-
-
Save richorama/e0df02d7be73e974ca29 to your computer and use it in GitHub Desktop.
Azure Data Center Locations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "type": "FeatureCollection", | |
"features": [ | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [114.109497, 22.396428]}, | |
"properties": {"name": "Asia Pacific East (Hong Kong)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [103.819836, 1.352083]}, | |
"properties": {"name": "Asia Pacific Southeast (Singapore)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [-6.260310, 53.349805]}, | |
"properties": {"name": "Europe North (Ireland)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [4.895168, 52.370216]}, | |
"properties": {"name": "Europe West (Netherlands)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [-87.629798, 41.878114]}, | |
"properties": {"name": "US North Central (Illinois)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [-98.493628, 29.424122]}, | |
"properties": {"name": "US South Central (Texas)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [-78.388751, 36.667143]}, | |
"properties": {"name": "US East + US East 2 (Virginia)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [-122.419416, 37.774929]}, | |
"properties": {"name": "US West (California)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [139.691706, 35.689487]}, | |
"properties": {"name": "Japan East (Tokyo)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [135.502165, 34.693738]}, | |
"properties": {"name": "Japan West (Osaka)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [116.407526, 39.904030]}, | |
"properties": {"name": "Beijing"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [121.473701, 31.230416]}, | |
"properties": {"name": "Shanghai"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [-46.633309, -23.550520]}, | |
"properties": {"name": "Brazil South (São Paulo)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [-93.4725, 41.650000]}, | |
"properties": {"name": "US Central (Iowa)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [144.96328, -37.814107]}, | |
"properties": {"name": "Australia Southeast (Melbourne)"} | |
}, | |
{ "type": "Feature", | |
"geometry": {"type": "Point", "coordinates": [151.20699, -33.867487]}, | |
"properties": {"name": "Australia East (Sydney)"} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How about updating this with GER locations?