You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My mini-project for small demo example about Azure Durable Functions with application pattern Function Chaining in .NET Core 3.1 with integration with Azure Storage, Azure Service Bus, Twilio API, SendGrid API, etc.
This repository is a collection of Azure Functions demonstrating various trigger types using **C# and ASP.NET Core**. Each function showcases how to integrate with different Azure services, providing a practical starting point for building serverless applications on Azure.
Static web app written in React which uploads CSV files to Azure storage blobs via HTTP-triggered Azure function, which is then processed by a blob-triggered function and its results stored in yet another blob.