Skip to content

jH-/PowerShell-Runbooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Useful Azure Automation Runbooks to maintain Azure services

If running in Azure automation account

  • Update Powershell modules to latest version before running scripts

See more information from https://github.com/azureautomation/runbooks/blob/master/Utility/ARM/Update-ModulesInAutomationToLatestVersion.ps1 See more information about Azure Automation: https://docs.microsoft.com/en-us/azure/automation/

If running locally

  • Remove login part from the script
  • Run Login-AzAccount or Connect-AzAccount to login you Azure subscription if script is using AzureRunAsConnection

You need Azure Powershell cmdlets when running scripts locally. See more information from https://docs.microsoft.com/en-us/powershell/azureps-cmdlets-docs/

About

Useful Azure Automation Runbooks to to maintain Azure Cloud Services and other services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%