We can Manage and Run Azure Automation Runbooks using PowerShell ISE. This way it helps to test the Powershell script in local Powershell console and then can be published to Azure Automation Runbooks.
To use that we have to install the module Azure Automation Runbook ToolKit on to local machine
Install the PowerShell Module using the below cmdlet:
You can install the ISE add-on module from PowerShell Gallery with:
Here is How it looks like in Powershell after Importing and Signing in:
To use that we have to install the module Azure Automation Runbook ToolKit on to local machine
Install the PowerShell Module using the below cmdlet:
You can install the ISE add-on module from PowerShell Gallery with:
Install-Module AzureAutomationAuthoringToolkit -Scope CurrentUserThen, if PowerShell ISE to always automatically load the add-on, run:
Install-AzureAutomationIseAddOnOtherwise, whenever you want to load the add-on, just run the following in the PowerShell ISE:
Import-Module AzureAutomationAuthoringToolkit
Here is How it looks like in Powershell after Importing and Signing in:
No comments:
Post a Comment