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 阅读全文
posted @ 2014-02-24 14:24 EricWen 阅读(1538) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2014-02-24 13:54 EricWen 阅读(485) 评论(0) 推荐(0)
摘要: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 阅读(1907) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示