<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>azure functions on Michal Zolnieruk</title>
    <link>https://michalzolnieruk.io/tags/azure-functions/</link>
    <description>Recent content in azure functions on Michal Zolnieruk</description>
    <image>
      <url>https://michalzolnieruk.io/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://michalzolnieruk.io/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Sat, 28 May 2022 10:30:03 +0000</lastBuildDate><atom:link href="https://michalzolnieruk.io/tags/azure-functions/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to use Notion API from Typescript Azure Function</title>
      <link>https://michalzolnieruk.io/posts/notion-api-typescript-azure-function/</link>
      <pubDate>Sat, 28 May 2022 10:30:03 +0000</pubDate>
      
      <guid>https://michalzolnieruk.io/posts/notion-api-typescript-azure-function/</guid>
      <description>Easy to follow tutorial on integrating Notion &amp;amp; Twitter APIs inside the Typescript Azure Function. Our code will create and then periodically update a page with your Twitter activity</description>
    </item>
    
    <item>
      <title>How to create a Telegram Bot with Azure Functions (NET 6, isolated process)</title>
      <link>https://michalzolnieruk.io/posts/telegram-bot-with-azure-functions/</link>
      <pubDate>Fri, 27 May 2022 11:30:03 +0000</pubDate>
      
      <guid>https://michalzolnieruk.io/posts/telegram-bot-with-azure-functions/</guid>
      <description>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</description>
    </item>
    
    <item>
      <title>Handling expired Azure Blob Storage links in a user-friendly way</title>
      <link>https://michalzolnieruk.io/posts/handling-expired-azure-blob-storage-links-in-user-friendly-way/</link>
      <pubDate>Thu, 26 May 2022 11:30:03 +0000</pubDate>
      
      <guid>https://michalzolnieruk.io/posts/handling-expired-azure-blob-storage-links-in-user-friendly-way/</guid>
      <description>📝 Use case: your app hosts files in Azure Blob Storage and users can generate expiring links to these files (using SAS tokens)
🤕 Problem: when a user opens a link with an expired SAS token, an unfriendly XML is displayed containing a technical error
😊 Solution: proxy the link with SAS token through an endpoint (Azure Function in my case), which will either redirect to the file (if the token is still valid) or show a descriptive error message</description>
    </item>
    
  </channel>
</rss>
