本文转自:https://msdn.microsoft.com/library/azure/jj553018 更新时间: 2014年10月 作者:Valery Mizonov 和 Seth Manheim 审阅者:Brad Calder.Jai Haridas.Paolo Salvatori.Silvano Coriani.Prem Mehra.Rick Negrin.Stuart Ozer.Michael Thomassy.Ewan Fairweather 本主题比较  支持的两种结构化存储类…
Development Considerations in Windows Azure SQL Database 3 out of 5 rated this helpful - Rate this topic Developing applications for Microsoft Windows Azure SQL Database is very similar to developing applications for SQL Server. This topic describes…
<Windows Azure Platform 系列文章目录> Windows Azure AD (WAAD)是Windows Azure提供的一个REST风格的服务,为您的云服务提供了身份管理和访问控制的功能.微软的很多在线服务,例如微软Office 365, Dynamics CRM Online, Windows Intune及Windows Azure自身都在使用Windows Azure AD作为身份的提供方.通过使用Windows Azure AD,您可以将用户的管理验证交给Win…
Enabling Diagnostics in Windows Azure Windows Azure Diagnostics enables you to collect diagnostic data from a worker role or web role running in Windows Azure. You can use diagnostic data for debugging and troubleshooting, measuring performance, moni…
How to Create and Configure SQL Database In this topic, you'll step through logical server creation and configuration. In the new Windows Azure (Preview) Management Portal, revised workflows let you create a database first, and then create a server.…
Getting Started with Windows Azure SQL Data Sync In this tutorial, you learn the fundamentals of Windows Azure SQL Data Sync using the Windows Azure (Preview) portal. This tutorial assumes minimal prior experience with SQL Server and Windows Azure SQ…
In this tutorial you will learn the fundamentals of Windows Azure SQL Database administration using the Windows Azure Management portal. If you are new to database administration, you can follow these lessons to learn essential skills in about 30 min…
可以通过运行附件中PowerShell脚本文件RemoveVMandDisk.ps1批量删除VM和Disk,详细代码如下: param($serviceName) echo "Starting remove all vms of service $serviceName" #$serviceName="erictest" echo "Get all DiskNames of all VMs of service $serviceName." $a…
The primary goal of a load test is to simulate many users accessing a web application at the same time. The load test simulates multiple users opening simultaneous connections to the application and making multiple requests against an application or…
本章介绍了Windows Azure平台,并介绍了该平台提供的不同的服务和解决方案.本章主要针对还不熟悉什么Windows Azure是和它能做什么的读者.如果你已经熟悉了Windows Azure,那么可以跳过首章,但是你可能也想读它,因为可能会学到一些有价值的东西,它可以帮助您增长业务和应对它所面临的市场挑战.什么是Windows Azure?如果你问, “什么是Windows Azure的? ”的最佳答案可能是这样的:你希望它是什么它就是什么 作为微软的云平台,它提供多种不同的服务,Win…