How to create a Telegram Bot with Azure Functions (NET 6, isolated process)

I’ve written about hosting a python based Telegram bot here before. This time we’ll take look at doing it with NET 6, C#, Azure Functions V4 and the still fresh execution mode called isolated process. In this mode, each function runs in a separate environment. GitHub repo with the full solution What we’ll cover creating a sample Azure Functions project and deploying it to your Azure subscription creating a Telegram Bot and using it in a webhook configuration Prerequisites...

May 27, 2022 · 5 min · 1032 words · Michał Żołnieruk