zoukankan      html  css  js  c++  java
  • Azure China (2) Azure China管理界面初探

      《Windows Azure Platform 系列文章目录

      

      首先是Q&A时间

      1.我在Azure Global拥有测试账号或者免费的MSDN订阅账号,这个账号可以在国内Azure China使用吗?

      回答:不可以。Microsoft Azure在国内和国外有2套系统。

      (1)Azure Global。域名是www.windowsazure.com。是由微软运营的,数据中心在中国大陆以外的地区。客户可以通过Windows Live ID登陆,MSDN订阅用户每月可以免费试用一定额度的Azure资源。

      (2)Azure China的域名是www.windowsazure.cn。是由世纪互联运维的,与全球其他地区由微软运营的Microsoft Azure服务在物理上和逻辑上都是独立的,数据中心在中国大陆有两个:北京和上海。用户无法通过Windows Live ID登陆。只能通过Org ID来进行使用。

      2.什么叫Org ID

      

      Org ID是Azure China特殊的用户名系统。 一个企业用户可以使用

      <username>@<OrgID>.partner.onmschina.cn来登陆使用Azure China。

      比如公司名为contoso的企业,可以注册Org ID为 @contoso.partner.onmschina.cn

      

      使用这个Org ID,可以创建管理员账号为

          admin@contoso.partner.onmschina.cn

      3.个人用户是否可以申请使用Azure China。

      现在Azure销售是面向企业级客户的。如果个人用户想申请使用Azure China可以在线填写免费试用申请表。

      地址在https://support.windowsazure.cn/zh-cn/pricing/free-trial-application-form/

      笔者比较荣幸已经拿到了Azure China的测试账号,在这里先给大家Demo一下,看看Azure China提供哪些功能。

      1.首先我们的登陆Azure China站点。http://www.windowsazure.cn,可以看到整体界面还是与国外的站点相一致的。最大的特点就是由世纪互联运营的内容。如下图:

        

      2.我们点击上图的门户,页面跳转,提示我输入机构账户,即Org ID。笔者输入相应的Org ID和密码:

      

      3.登陆后的系统主界面也与国外相同。用户也可以选择多语言。

       

      4.上图可以看到,相比于Azure Global,Azure China提供有限的服务。Azure China提供的服务如下。

    服务类型

    计算服务

    数据服务

    应用服务

    网络

    服务详细

       虚拟机

       Web Site(预览)

       云服务

       SQL Database

       存储

       服务总线

       Notification Hubs

       Active Directory

       CDN(预览)

       Scheduler

       虚拟网络

       

      5.Azure China的Azure Global的Endpoint不同,比如我们创建一个Azure Storage,命名为leizhangstorage。则这个Azure Storage的Endpoint为:

      -  Blob:http://leizhangstorage.blob.core.chinacloudapi.cn/

      -  Table:http://leizhangstorage.table.core.chinacloudapi.cn/

      -  Queue:http://leizhangstorage.queue.core.chinacloudapi.cn/

      可以看到,Azure China Storage Endpoint为core.chinacloudapi.cn,与Global的不同。

      Azure Global和Azure China的区别主要如下:

    服务类型Azure GlobalAzure China

    Windows Azure - General

    *.windows.net

    *.ch *.chinacloudapi.cn

    Windows Azure Compute

    *.cloudapp.net

    *.chinacloudapp.cn

    Windows Azure Storage

    *.blob.core.windows.net

    *.queue.core.windows.net

    *.table.core.windows.net

    *.blob.core.chinacloudapi.cn

    *.queue.core.chinacloudapi.cn

    *.table.core.chinacloudapi.cn

    Windows Azure Service Management

    https://management.core.windows.net

    https://management.core.chinacloudapi.cn/

    SQL Database

    *.database.windows.net

    *.database.chinacloudapi.cn

    Windows Azure Management Portal

    http://manage.windowsazure.com

    http://manage.windowsazure.cn

    SQL Azure Database Management API

    https://management.database.windows.net

    See About the SQL Azure Database Management API

    https://management.database.chinacloudapi.cn

    Service Bus

    *.servicebus.windows.net

    *.servicebus.chinacloudapi.cn

    SQL Database Import/Export service mapping endpoints

     
    1. China East: https://sh1prod-dacsvc.chinacloudapp.cn/dacwebservice.svc

    1. China North: https://bj1prod-dacsvc.chinacloudapp.cn/dacwebservice.svc

     

    下面是开发人员会常用到的网站

      中国版 国际版
    官方网站 http://www.windowsazure.cn http://azure.microsoft.com
    管理门户 https://manage.windowsazure.cn https://manage.windowsazure.com
    账单门户 https://account.windowsazure.cn https://account.windowsazure.com
  • 相关阅读:
    Google Chrome 自定义协议(PROTOCOL)问题的处理
    C# 6.0/7.0 的新特性
    MySQL 5.7.18 压缩包版配置记录
    nginx.conf文件内容详解
    博客添加动态动漫妹子
    TypeScript 3.8beta版
    微信浏览器H5开发常见的坑
    Babel7知识梳理
    雅虎前端优化35条规则
    webpack
  • 原文地址:https://www.cnblogs.com/threestone/p/3732197.html
Copyright © 2011-2022 走看看