Browse by Tags

Related Posts
  • Blog Post: 为Windows Azure 虚拟机(VM)设置静态内部IP(Static Internal IP address, DIP)

    在Windows Azure中,为虚拟机同时提供两种IP:对外公开的虚拟IP,及对内使用的内部IP(Internal IP address, DIP)。 这两个IP都可以在Windows Azure管理门户(Management Portal)中仪表盘(Dashboard)上看到,如下图: 在Windows Azure一个订阅中,虚拟机之间可以通过VIP来互相通讯,这和外部通过internet连接到该虚拟机是一样的。 目前,VIP和DIP的一个主要区别就在于生命期及IP的稳定性。其中,VIP相对稳定,只有虚拟机VM保持活跃状态(Active),或所在同一云服务(Cloud Service)中有至少1台VM处在活跃状态...
  • Blog Post: Windows Azure培训包(WATK)发布2013年8月版 (NEW)

      Windows Azure Training Kit的2013年8月版已经发布了: http://www.windowsazure.com/en-us/develop/net/other-resources/training-kit/ 同时,也可以通过GitHub来下载: http://windowsazure-trainingkit.github.io/ 当然,大家也可以将自己的一些反馈、甚至是内容共享到GitHub,这也是开源软件(OSS)的巨大便利哦。 在新版本中,一些新增内容还是值得学习的: . MobileServicesCustomAPI,这个对于实现更灵活、PULL模式的消息机制...