Azure Function to publish messages from UptimeRobot.com to Telegram (bot required)
- Clone this repo
- Create your Telegram bot (manual)
- Add this bot to group you want send messages to, and obtain chat_id of required chat;
- Create Azure Function from Git repo (manual)
- Create these App Settings for your Function app:
TelegramBotToken
- token for your bot (from step 2), like12345:ABCDEF...
TelegramChatId
- chat_id from step 3