摘要: Keywords Windows Azure AD, SSO Summary Use Windows Azure AD to create SSO projects Detailed Scenario 1: Visual Studio 2012 概述: 用Visual Studio创建MVC项目MvcSSO1、MvcSSO2 在Windows Azure... 阅读全文
posted @ 2014-02-12 10:27 EricWen 阅读(1886) 评论(0) 推荐(0) 编辑
摘要: 关键字:WebRole 1. 背景 Web应用程序需要读取和写入该项目下的文件的权限。 在默认情况下,W3wp.exe 和WaIISHost.exe的运行账号是Network Service,而Network Service 的对文件的访问权只有读取权限。 所以要读取和更改web站点下的文件,需要提升IIS对该文件的访问权限,也就是提高Network Service账号的访问该文... 阅读全文
posted @ 2013-12-27 16:15 EricWen 阅读(836) 评论(0) 推荐(0) 编辑
摘要: Glossary(名词) Definition(定义) Availability Set 可用性组 refers to two or more Virtual Machines deployed across different Fault Domains to avoid a single po... 阅读全文
posted @ 2013-12-10 22:07 EricWen 阅读(612) 评论(0) 推荐(0) 编辑
摘要: 怎样备份SQL Azure数据库到本地或者云存储Storage,可以使用SQL Database Import Export 的功能。 具体操作如下: 用SSMS链接SQL Azure数据库 注意:服务器名称可以从管理网站上获得,登录名不要加@服务器名。 右键要导出的数据库名称,选择任务(Task)->导出数据(Export Data-tier Application) ... 阅读全文
posted @ 2013-11-26 22:55 EricWen 阅读(3196) 评论(1) 推荐(1) 编辑
摘要: 如何自动备份SQL数据库到Storage呢。前提条件需要SQL Server2012 SP1 CU2或更高版本1. 备份SQL Azure数据库到云存储Storage1)在SQL Server Management Studio中创建Storage存储身份认证创建Storage身份认证信息脚本样例如下:IF NOT EXISTS(SELECT * FROM sys.credentialsWHERE credential_identity = 'mycredential')CREATE CREDENTIAL mycredential WITH IDENTITY = 'my 阅读全文
posted @ 2013-11-21 22:12 EricWen 阅读(959) 评论(0) 推荐(0) 编辑
摘要: 对Export data-tier application报错的处理 Error:SQL71564 这个问题是数据库中一些对象如MS_Description,MS_DiagramPane1不支持DAC Export Data-tier Appliation 的操作。 详见:DAC Support For SQL Server Objects and Versions http://msdn... 阅读全文
posted @ 2013-11-20 17:22 EricWen 阅读(1994) 评论(0) 推荐(0) 编辑
摘要: Configure Visual Studio to access China Azure StorageOpen Visual Studio 2012, Server ExplorerAdd new storage accountGo to "Dashborad" page of storage account from windows azure portal https://manage.windowsazure.cn/Find Access keys from dashboradCopy the strings to VS 2012 new window " 阅读全文
posted @ 2013-09-02 16:30 EricWen 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: Background:Windows Azure Cloud Services 可以在本地调试,使用Visual Studio 2012 + 模拟器 Emulator。但是模拟器的工作状态和环境和真实的云环境还是有区别的。所以有些问题,需要远程调试(Remote Debug)Steps:1、Local :Install IDE Visual Studio 2012 at local2、Remote... 阅读全文
posted @ 2013-09-02 15:41 EricWen 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: 编码 Comparison Criteria Windows Azure Queues Service Bus Queues ... 阅读全文
posted @ 2012-12-25 00:01 EricWen 阅读(1755) 评论(0) 推荐(0) 编辑
摘要: 什么是Windows Azure Queue Storage 队列存储Windows Azure Queue Storage存储大量的信息,可以在世界任何地方通过验证的调用,使用HTTP或HTTPS访问的服务。一个单一的队列信息可高达64KB的大小,队列可以包含数百万条消息,每个存储帐户(storage account)限制的总容量高达100TB。队列存储的常见用途包括:创建异步处理积压的工作从Windows Azure的Web角色的消息传递到Windows Azure Worker角色基本概念队列服务包含以下组件:URL 格式:队列服务,是通过REST来访问的,基于URL地址访问。格式如下: 阅读全文
posted @ 2012-12-24 16:34 EricWen 阅读(3386) 评论(0) 推荐(0) 编辑