Created
July 28, 2015 14:44
-
-
Save Kevin-Bronsdijk/66af1326c3f0d3120cc6 to your computer and use it in GitHub Desktop.
microsoft-azure-automation-101
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
workflow Runbook1 | |
{ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write-Output "---- Start ----" | |
# Your automation magic | |
Write-Output "---- End ----" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment