当前位置 : 主页 > 网络安全 > 测试自动化 >

在PowerShell ISE中编写/调试Azure自动化Runbook

来源:互联网 收集:自由互联 发布时间:2021-06-19
我正在尝试使用Power Shell ISE为Microsoft Azure Automation编写Runbook(PowerShell工作流). PowerShell ISE中缺少某些命令,这些命令仅在Azure自动化环境中可用. Get-AutomationVariable Get-AutomationConnection Get-Au
我正在尝试使用Power Shell ISE为Microsoft Azure Automation编写Runbook(PowerShell工作流). PowerShell ISE中缺少某些命令,这些命令仅在Azure自动化环境中可用.

> Get-AutomationVariable
> Get-AutomationConnection
> Get-AutomationPSCredential
> Get-AutomationCertificate
> Set-AutomationVariable

关于如何使用可从TechNet Gallery下载的模拟自动化活动PowerShell模块伪造(模拟)独有的Azure自动化命令,有一个blog post(我仍然找不到任何参考文档).但是,本文要求您安装Microsoft System Center 2012 R2 Orchestrator附带的服务管理自动化(SMA)组件.

由于我正在尝试开发Runbook for Azure Automation,因此我无需安装SMA.如何从PowerShell ISE编写/调试Azure自动化Runbook而无需在本地安装SMA?

该博文仅适用于SMA.将来,我们将发布Azure Automation的类似指南.有关详细信息,请参见 http://social.msdn.microsoft.com/Forums/windowsazure/en-US/8de3c565-7fa0-49b6-b5e6-1b0a586883da/any-tips-on-how-to-develop-for-azure-automation-without-actually-relying-on-the-service?forum=azureautomation.
网友评论