zoukankan      html  css  js  c++  java
  • Windows Azure Platform Introduction (15) Azure全球数据中心的经纬度坐标

      《Windows Azure Platform 系列文章目录

      之前客户在问微软云Azure的数据中心位置,离他们海外某个办公地距离多远。

      我研究了一下,参考:https://github.com/Azure/azure-cli/issues/1520,可以查看到微软云全球数据中心的经纬度坐标。

      具体操作如下:

      1.首先,你需要有1个海外的Azure订阅

      2.安装azure cli

      3.执行下面的命令,先登录Azure  

    az cloud set -n AzureCloud
    az login

      4.执行下面的命令,查看到Azure数据中心的经纬度坐标

    az account list-locations -o table

      5.执行结果:

    DisplayName          Latitude    Longitude    Name
    -------------------  ----------  -----------  ------------------
    East Asia            22.267      114.188      eastasia
    Southeast Asia       1.283       103.833      southeastasia
    Central US           41.5908     -93.6208     centralus
    East US              37.3719     -79.8164     eastus
    East US 2            36.6681     -78.3889     eastus2
    West US              37.783      -122.417     westus
    North Central US     41.8819     -87.6278     northcentralus
    South Central US     29.4167     -98.5        southcentralus
    North Europe         53.3478     -6.2597      northeurope
    West Europe          52.3667     4.9          westeurope
    Japan West           34.6939     135.5022     japanwest
    Japan East           35.68       139.77       japaneast
    Brazil South         -23.55      -46.633      brazilsouth
    Australia East       -33.86      151.2094     australiaeast
    Australia Southeast  -37.8136    144.9631     australiasoutheast
    South India          12.9822     80.1636      southindia
    Central India        18.5822     73.9197      centralindia
    West India           19.088      72.868       westindia
    Canada Central       43.653      -79.383      canadacentral
    Canada East          46.817      -71.217      canadaeast
    UK South             50.941      -0.799       uksouth
    UK West              53.427      -3.084       ukwest
    West Central US      40.890      -110.234     westcentralus
    West US 2            47.233      -119.852     westus2
    Korea Central        37.5665     126.9780     koreacentral
    Korea South          35.1796     129.0756     koreasouth
    France Central       46.3772     2.3730       francecentral
    France South         43.8345     2.1972       francesouth
    Australia Central    -35.3075    149.1244     australiacentral
    Australia Central 2  -35.3075    149.1244     australiacentral2
    UAE Central          24.466667   54.366669    uaecentral
    UAE North            25.266666   55.316666    uaenorth
    South Africa North   -25.731340  28.218370    southafricanorth
    South Africa West    -34.075691  18.843266    southafricawest
    Switzerland North    47.451542   8.564572     switzerlandnorth
    Switzerland West     46.204391   6.143158     switzerlandwest
    Germany North        53.073635   8.806422     germanynorth
    Germany West Central 50.110924   8.682127     germanywestcentral
    Norway West          58.969975   5.733107     norwaywest
    Norway East          59.913868   10.752245    norwayeast
    

     上面的信息就是Azure数据中心的经纬度坐标了。

     

  • 相关阅读:
    【转载】兼容php5,php7的cURL文件上传示例
    解决CURL 请求本地超时
    PHP 二维数组根据某个字段排序
    JS监听输入框值变化兼容 onpropertychange、oninput
    PHP AES的加密解密-----【弃用】
    PHP 开发API接口签名验证
    Python 逐行修改txt每条记录的内容
    Python 修改电脑DNS
    带小数点时间分钟转换
    Python 判断字符串是否为数字
  • 原文地址:https://www.cnblogs.com/threestone/p/12564873.html
Copyright © 2011-2022 走看看