Tag: C#
How to Generate SAS Tokens for Azure Blob Storage Containers in C# and Return URLs to Download Blobs
In this blog post, we will explore how to generate Shared Access Signature (SAS) tokens for Azure Blob Storage containers in C#. We will also…
Building an Azure Function with Input Binding to Read and Process Excel Files from Azure Blob Storage
Introduction: In this post, we will focus on the Azure Blob Storage trigger, which is a specific type of trigger used in data processing scenarios.…
Automating API Requests with C# and Azure Functions using HttpTrigger
Introduction: As more and more businesses move towards automation, developers are increasingly required to build systems that automate tasks that would otherwise require manual intervention.…