Jian Wu's Blog.
Ref: 导出HDInsight数据到MySQL(Azure)
在大数据计算中,经常会有一个场景:在Hadoop分布式存储DFS和关系型数据库(MySQL、Oracle、SQL Server)间导入(导出)数据。由于Azure...
Date: 10/09/2015
Updated: 在Windows Azure平台上运行PHP应用
参考:https://blogs.msdn.com/b/cciccat/archive/2015/08/19/windows-azure-php.aspx...
Date: 08/26/2015
Ref: 快速创建、启动Azure虚拟机(群)
在使用Azure Virtual Machine过程中,用户常常会遇到以下需求: l 在同一个托管服务(Cloud Service)下,快速创建多个虚拟机。 l...
Date: 06/03/2015
Windows Azure -- 静态资源访问性能优化
在开发网站等可公共访问的服务时,客户端的体验至关重要,Azure网站(PaaS Web Role或者Azure...
Date: 03/19/2015
2 known issues in Windows Azure Diagnostics
As you know, Windows Azure Diagnostics enables you to collect diagnostic data from an application...
Date: 02/05/2015
One reference architecture in PaaS cloud solution.
It is from projects to demonstrate cloud energy and relieve big headaches in traditional solutions,...
Date: 01/31/2015
Expose SSL service to multi domains from the same cloud service
When designing and deploying web services to Azure with Azure cloud service, it is very common to...
Date: 12/17/2014
Restrict Remote Access to Cloud VMs
Recently we are working with a project intending to restrict the RDP access of Azure role (worker...
Date: 12/03/2014
Azure Auto Scaling -- 设计强伸缩性的云方案
云计算解决方案中,最大的一个特色就是强伸缩性。如果托管服务的工作流量骤增、骤减或者只需服役一段时间,Microsoft Azure可以提供自动化伸缩(Auto Scaling)的功能,Auto...
Date: 11/25/2014
Windows Azure数据存储与比较
对于绝大多数解决方案而言,数据都是至关重要的一部分,云计算中同样如此。在云计算里面,绝大多数传统存储的建议都可以直接拿来用,如数据冗余、数据加密等。但是云计算中的数据与传统的数据有所不同,主要体现在三...
Date: 11/18/2014
Azure Virtual Machines -- 4 designing proposals on switching Azure IaaS VM for higher availability.
After migrating whole local solution to Azure or integrating cloud solution with local modules,...
Date: 11/10/2014
Azure Service Bus Relay 深入分析和网络依赖
之前的一篇博文https://blogs.msdn.com/b/jianwu/archive/2014/10/15/azure-service-bus-service-bus-relay.aspx中,提...
Date: 10/27/2014
Azure Service Bus -- 深入实践 Service Bus Relay(中继)
Azure Service Bus通过为服务提供了一套通用的命名规范简化了许多通信难题,在独立于网络拓扑和配置的节点之间提供直接或间接的通信。Service...
Date: 10/15/2014
Azure云服务中的进程通信和数据预加载
在https://blogs.msdn.com/b/jianwu/archive/2014/09/11/azure-paas.aspx(Azure PaaS - Cloud...
Date: 10/09/2014
Azure PaaS -- 多服务并行托管及REST部署
在Microsoft Azure中部署多个网站项目,可以考虑在单个Web Role中加载多个网站项目,使得在减少Web Role角色数量的情况下降低Microsoft...
Date: 09/30/2014
Windows Azure Storage - 表数据查询及WAD分析最佳实践
在开发Windows Azure应用程序时,经常会出现读取/写入WAS表存储(Table...
Date: 09/23/2014
Azure PaaS - Cloud Service服务架构及快速调试
开发Windows Azure云服务(Cloud...
Date: 09/11/2014
Windows Azure Storage - 公有云存储(Blob Storage)管理及传输最佳实践
在使用公有云存储(WAS:Windows Azure Storage)过程中,一个常见的问题是,开发者需要上传较多或者较大的本地数据(文件)到WAS中,传输效率尤为关键。...
Date: 09/09/2014
Windows Azure Storage - 公有云存储独占访问(lease)与数据一致性
上一篇介绍了如何使用签名授权方式(SAS)来实现客户端程序操作Blob...
Date: 08/29/2014
Windows Azure Storage - 公有云存储签名授权与访问控制
微软公有云存储Windows Azure Storage(WAS)存储提供持久的、可持续的、易扩展的存储空间,并且提供基于Internet的多种访问方式。包含3种类型的存储服务: ...
Date: 08/28/2014
Windows Azure Caching - 公有云缓存分析及应用
在前面PaaS实践3: https://blogs.msdn.com/b/jianwu/archive/2014/08/15/azure-paas-3-azure-caching.aspx...
Date: 08/26/2014
Azure IaaS 快速实践 3 - 实现Azure虚拟网络域环境(Active Directory)
本节将在上一节的基础上,在云端的虚拟网络中搭建活动目录(Active...
Date: 08/24/2014
Azure IaaS 快速实践 2 - 规划实践Windows Azure虚拟网络及VPN
本节实践,将在云端建立一个虚拟网络,并启用point-to-site VPN,建立云端虚机和本地计算机间基于“虚拟局域网”的互联。 网络规划...
Date: 08/24/2014
Azure IaaS 快速实践 1 - 使用Windows虚拟机搭建多层次网站服务
前面的PaaS快速实践中,逐步讲述了PaaS的开发模式和运行环境。从搭建本地开发环境开始,到开发第一个云服务,再到设计并实现第一个较综合的云服务,最后对云服务进行性能优化和状态跟踪。其设计到的主要产品...
Date: 08/19/2014
Azure PaaS 快速实践 4 - 诊断和监控云服务(WAD)
前面几节快速实践了Azure PaaS及简单优化,本节将开发一个使用SQL Azure数据库的例子,在其基础上实现云服务的诊断和监控功能。 本节的目标是:快速了解SQL Azure,掌握Azure...
Date: 08/14/2014
Azure PaaS 快速实践 3 - Azure Caching 优化云服务
前面的实践中,基于Azure PaaS编程模式(role...
Date: 08/14/2014
Azure PaaS 快速实践 2 - 设计实现第一个集成应用(托管服务/预启动任务)
本节中,我们会设计并实现第一个基于Azure的云服务,该实现中会使用到Azure公有云中的存储服务(Azure Storage),关于 Azure...
Date: 08/14/2014
Azure PaaS 快速实践 1 - 本地开发、调试与发布Windows Azure
在之前的工作中,笔者很多次与新入门的Azure开发者一起,快速实战Azure PaaS(Platform as a Service:...
Date: 08/11/2014
Jian Wu's Blog is open !
Hi, I am Jian Wu from Microsoft Azure Developer support team and kept working with Azure customers...
Date: 08/07/2014