02 2014 档案
摘要:可以通过运行附件中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."$azureDiskNames= Get-AzureDisk| where{$_.AttachedTo
阅读全文
摘要:Since I need to deploy, start, stop and remove many virtual machines created from a common image I created (you know, Tabular is not part of the standard images provided by Microsoft…), I wanted to mi...
阅读全文
摘要: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...
阅读全文