<Windows Azure Platform 系列文章目录> 在之前的文档中,笔者已经介绍了如何使用本地证书上传至云端的方式,将本地的Cloud Service发布至云端. 在本章中,笔者将介绍如何使用publishSettings文件,发布Cloud Service. 注意:本文适用于国外的Azure Global和国内世纪互联运维的Azure China. 一.下载publishSetting文件: 国外的Azure Global,请在浏览器中输入地址:http://go.microso…
本文是Windows Azure入门教学的第七篇文章. 本文将会介绍如何使用REST API来直接访问Storage Service. 在前三篇教学中,我们已经学习了使用Windows Azure SDK所提供的StorageClient来使用Blob Storage, Queue Storage以及Table Storage的基本方法.我们在前几篇教学中也提及最终StorageClient也是通过发送REST请求来与服务器端通信的. 在这篇教学中,我们会以Blob Storage为例,说明如何…
<Windows Azure Platform 系列文章目录> 之前的内容里,我介绍了如何将本地的Server 2012中文版 VHD上传至Windows Azure,并创建基于该Server 2012 VHD的虚拟机. 我们知道,VHD不仅仅可以保存操作系统,而且可以保存数据文件. 如果我想实现将本地的数据上传至Azure Virtual Machine,其实可以事先在本地制作VHD,并将需要的文件保存至这个VHD中,最后将VHD上传至云端并挂载在虚拟机上即可. 本章我将介绍如何将本地的OF…
<Windows Azure Platform 系列文章目录> 在上一章内容里,我们已经将包含有OFFICE2013 ISO安装文件的VHD上传至Azure Blob Storage中了. 本章我将介绍如何将该VHD挂载到Azure Virtual Machine中去. 1.首先我们登陆Azure Management Portal.https://manage.windowsazure.com 2.点击Virtual Machine,选择右侧的DISKS,然后点击 CREATE A DISK…
问题描述 使用PowerShell脚本上传文件至App Service目录的示例 脚本示例 对文件进行上传,使用的 WebClient.UploadFile 方法进行上传.当文件夹中包含子目录,执行以下脚本就会报错. $url="ftp://cnws-prod-xxxxx-00x.ftp.chinacloudsites.chinacloudapi.cn/site/wwwroot/" $webappname="your web app name" $username=…
<Windows Azure Platform 系列文章目录> 好久没有更新BLOG了,今天我们继续Windows Azure相关的内容. 笔者最近把Visual Studio升级到了2013,最爽的一件事情就是可以直接clone GitHub上的项目了.然后把Windows Azure SDK for .NET升级到了2.2,发现发布Azure Cloud Service与之前的SDK有所不同.在这里进行一下分享. Windows Azure SDK for .NET下载 如果熟悉笔者BLO…
<Windows Azure Platform 系列文章目录> 本文将简单介绍,如何将企业内现有的ASP.NET应用程序迁移到Azure PaaS平台. 因为在迁移过程中,可能需要对现有的应用重新做架构设计,本文只是进行简单的介绍,开拓思路,具体的应用需要具体研究分析. 1.首先需要下载Azure SDK.使用Visual Studio创建新的Cloud Service,将现有的ASP.NET应用程序页面包含在Cloud Project中. 2.对于用户会话(Session)进行修改. Clo…
The Windows Azure Management Portal provides two ways for you to create and deploy a cloud service: Quick Create and Custom Create. This topic explains how to use the Quick Create method to create a new cloud service and then use Upload to upload and…
Configuring and Deploying the Windows Azure Email Service application - 2 of 5 This is the second tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about the application…
How to Manage Cloud Services To use this feature and other new Windows Azure capabilities, sign up for the free preview. In the Cloud Services area of the Windows Azure Management Portal, you can update a service role or a deployment, promote a stage…