<Windows Azure Platform 系列文章目录> 我们在开发Azure Web App的时候,如果页面加载时间过长,可能需要设置Time Out时间. 在这里笔者简单介绍一下. 1.登陆Azure 管理界面.https://manage.windowsazure.cn/ 2.点击Web App,选择配置,如下图: 3.增加参数名SCM_COMMAND_IDLE_TIMEOUT, 参数值为超时时间,单位为秒.笔者设置为3600秒,即一个小时 这样配置就成功了. 参考资料:https…
<Windows Azure Platform 系列文章目录> 许多已经使用Azure Web Site的用户已经发现了,Azure Web Site默认的系统时间是UTC时区. 比如我们在本地使用Visual Studio 2013创建Web Site项目,在Default.aspx.cs输入以下代码: Label1.Text = DateTime.Now.ToString(); 编译通过后,在本地调试显示的是本地系统时间. 而我们部署到Azure Web Site之后,显示的是UTC时区.…
Adding Sign-On to Your Web Application Using Windows Azure AD 14 out of 19 rated this helpful - Rate this topic This document will show you how to configure a .NET application to perform web single sign-on against your Windows Azure AD enterprise dir…
<Windows Azure Platform 系列文章目录> 本文介绍的是,当用户在创建Azure Virtual Machine的时候,忘记绑定公网IP,需要重新绑定公网IP的具体操作. 如果读者使用的是国内由世纪互联运维的Azure China服务,请注意参数中 -Location 'East Asia'修改为 -Location 'China East' 或者是'China North' Azure Global的IP Rang信息,可以参考:http://www.microsoft.…
<Windows Azure Platform 系列文章目录> 在之前的文档中,笔者介绍了Azure Web Site是一个多租户的环境,每个部署单元有一个可以通过Internet访问的入口IP(我们称之为VIP). 在不使用IP SSL的情况下,所有Azure用户的Azure Web Site Application的入口公网IP地址(Inbound VIP)是共享的. 具体信息如下. 部署单元:BJB-001 (Azure北京数据中心) Inbound VIP :42.159.5.43 O…
<Windows Azure Platform 系列文章目录> 在前一章的内容里,我介绍了使用Windows Azure Management Portal创建Web Site.本章,我将给大家介绍如何同时创建Web Site和云端数据库. 同时创建,其实就是把创建Web Site和创建云端数据库,这2个步骤合并起来.创建Web Site的过程和之前的内容类似. 这里的云端数据库其实就是SQL Azure. 关于SQL Azure的概念,可以参考SQL Azure(一) 入门 关于SQL Az…
<Windows Azure Platform 系列文章目录> 在上一章内容中,笔者已经介绍了以下两个内容: 1.创建Virtual Network,并且设置了IP range 2.创建Azure AD VM,并且将AD加入到Virtual Network中. 本章将介绍如何创建一台Web Server Virtual Machine,并将该Web VM加入到Virtual Network中. 1.我们设置 - VM Name为LeiWeb001 - DNS设置为LeiWeb - VM Ima…
<Windows Azure Platform 系列文章目录> 注意:本文介绍的是Global Azure (http://www.windowsazure.com),如果你使用的是由世纪互联运维的Azure China,请参考下面的连接. Azure China (8) 使用Azure PowerShell创建虚拟机,并设置固定Virtual IP Address和Private IP  熟悉Azure Virtual Network的读者都知道,如果我们设置了Azure Virtual N…
<Windows Azure Platform 系列文章目录> 在Windows Azure VM里,计费模式是和以下几个因素有关: 成本1: VM Type and VM Size 具体的计费模式请参考这里       http://www.windowsazure.com/en-us/pricing/details/virtual-machines/#service-windows 我们知道,在创建Windows Azure VM的时候,我们可以选择VM的Type.这和操作系统.安装的应用…
<Windows Azure Platform 系列文章目录> 注意:本文介绍的是Global Azure (http://www.windowsazure.com),如果你使用的是由世纪互联运维的Azure China,请参考下面的连接. Azure China (8) 使用Azure PowerShell创建虚拟机,并设置固定Virtual IP Address和Private IP  本文介绍的是,用户首先使用PowerShell申请公网IP地址,然后在创建Azure VM的时候,绑定公…