Skip to content

Instantly share code, notes, and snippets.

@BelRarr
Created June 14, 2018 22:57
Show Gist options
  • Select an option

  • Save BelRarr/e34a6b70ce1ca77b5e453c8a8af9bf03 to your computer and use it in GitHub Desktop.

Select an option

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
<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