https://azure.microsoft.com/en-us/documentation/articles/powershell-install-configure/ In this article: How to: Install Azure PowerShell How to: Connect to your subscription How to use the cmdlets: An example Getting Help Additional Resources 11 Comm…
这篇文章主要briefly introduce the Install and configure SharePoint 2013 Workflow. Microsoft 推出了新的Workflow engine 针对于SharePoint 2013 Server--Workflow Manager,这个Service是基于Windows Workflow Foundation的,但是OOTB(out-of-the-box)安装却被隐藏了,当sharepoint 2013 Server安装的时候…
Download any version source code of Windows Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases Downdload Wix ToolSet from http://wix.codeplex.com/releases/view/115492 and install it to let your VS supports Wix component. Build \W…
Azure 虚拟机提供完全可配置的灵活计算环境. 本教程介绍 Azure 虚拟机的基本部署项目,例如选择 VM 大小.选择 VM 映像和部署 VM. 你将学习如何执行以下操作: 创建并连接到 VM 选择并使用 VM 映像 查看和使用特定 VM 大小 调整 VM 的大小 查看并了解 VM 状态 本教程需要 Azure PowerShell 模块 3.6 或更高版本. 运行 Get-Module -ListAvailable AzureRM 即可查找版本. 如果需要进行升级,请参阅 Install…
什么是 Azure PowerShell? Azure PowerShell 是一组模块,提供用于通过 Windows PowerShell 管理 Azure 的 cmdlet.你可以使用 cmdlet 来创建.测试.部署和管理通过 Azure 平台传送的解决方案和服务.在大多数情况下,这些 cmdlet 可用于执行在 Azure 经典管理门户中可以执行的任务,例如,创建和配置云服务.虚拟机.虚拟网络和 Web 应用. 版本控制的工作原理 Azure PowerShell 使用语义版本控制,这意…
<Windows Azure Platform 系列文章目录> Update: 2016-01-11 笔者文档主要都是用Azure PowerShell 0.x版本来实现的,比如0.98版本 但是现在最新的Azure PowerShell升级到了1.0版本,很多语法和笔者的文章不同 想查询自己安装的Azure PowerShell版本,请在Azure PowerShell执行以下语法: Get-Module azure 上图红色部分,笔者安装的Azure PowerShell版本是0.98 另…
<Windows Azure Platform 系列文章目录> Update: 2016-01-11 笔者文档主要都是用Azure PowerShell 0.x版本来实现的,比如0.98版本 但是现在最新的Azure PowerShell升级到了1.0版本,很多语法和笔者的文章不同 想查询自己安装的Azure PowerShell版本,请在Azure PowerShell执行以下语法: Get-Module azure 上图红色部分,笔者安装的Azure PowerShell版本是0.98 另…
<Windows Azure Platform 系列文章目录> 本文介绍的是国外的Azure Global Update 2015-09-01 发现一个新的命令,在Azure PowerShell命令行中,直接输入以下命令: Add-AzureAccount 在弹出的界面中,直接输入Azure的账户和密码,就可以直接添加订阅. 这种方法不会在本地的产生publishsettings文件. =====================================这里是分隔符==========…
<Windows Azure Platform 系列文章目录> 笔者手上有两个Azure账户. - Azure Global (windowsazure.com)账户.有两个订阅. - 世纪互联运维的Azure (windowsazure.cn)账户,也有两个订阅. 如何使用Azure PowerShell,管理Azure的多个订阅,并且在Azure Global和国内Azure之间进行切换呢?笔者在这里详细介绍一下. 1.使用管理员身份运行Azure PowerShell,下载证书并上传 请…
<Windows Azure Platform 系列文章目录> 本文介绍的是国外的Azure Global.如果是国内由世纪互联运维的Azure China,请参考这篇文档: Azure China (8) 使用Azure PowerShell创建虚拟机,并设置固定Virtual IP Address和Private IP 之前给大家介绍很多关于Windows Azure的内容,基本上都是通过Windows Azure Management Portal来创建的.这种创建方式虽然直观简单,但是…