Skip to content

Instantly share code, notes, and snippets.

@sandeepkv93
Last active May 7, 2020 02:18
Show Gist options
  • Save sandeepkv93/e317e38dc7da0602295ba4aaf3b9fcaa to your computer and use it in GitHub Desktop.
Save sandeepkv93/e317e38dc7da0602295ba4aaf3b9fcaa to your computer and use it in GitHub Desktop.
Azure Invm Scheduled Events notification for Linux VMs
#!/bin/bash
while true
do
echo " Press [CTRL+C] to stop.."
curl -H Metadata:true "http://169.254.169.254/metadata/scheduledevents?api-version=2019-01-01"
sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment