Created
June 14, 2018 22:57
-
-
Save BelRarr/e34a6b70ce1ca77b5e453c8a8af9bf03 to your computer and use it in GitHub Desktop.
Invoquer un Webhook vers un Runbook Azure Automation pour arrêter une VM
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
| <html> | |
| <head> | |
| <title>Arrêter une VM Azure via un Runbook invoqué par Webhook</title> | |
| </head> | |
| <body> | |
| <h1>Cliques sur le lien pour invoquer le Webhook qui arrêtera la VM:</h1> | |
| <form action="https://s10events.azure-automation.net/webhooks?token=<TOKEN_DE_TON_WEBHOOK>" method="post"> | |
| <button type="submit">Arrêter la VM</button> | |
| </form> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment