https://github.com/jonahandersson/durablefunctionchainingdotnet
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.
https://github.com/jonahandersson/durablefunctionchainingdotnet
azure azure-functions azure-storage blob-trigger dotnet sendgrid-api serverless-functions twilio-api
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/jonahandersson/durablefunctionchainingdotnet
- Owner: jonahandersson
- Created: 2021-10-20T18:04:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T13:01:35.000Z (over 3 years ago)
- Last Synced: 2025-02-15T08:07:23.519Z (4 months ago)
- Topics: azure, azure-functions, azure-storage, blob-trigger, dotnet, sendgrid-api, serverless-functions, twilio-api
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microsoft Azure Durable Functions Function Chaining .NET Core Example with Azure BLOB Trigger and Twilio API integration
My mini-project for small demo example about Function Chaining Example in .NET Core 3.1
 Jonah Andersson Azure Durable Functions - Function Chaining Example with Azure Service Bus, Twilio API, Sendgrid API and Azure BLOB Storage
C# .NET Source code logi in file ServerlessAzureStorageNotifier.cs
Developing it freestyle function chaining pattern as I dig deeper into Azure Durable Functions!
*Interested in working on this project together with me, feel free to contact me via my website https://jonahandersson.tech*
- [**My article about Azure Durable Functions at DEV Community Blog**](https://dev.to/jonahandersson/azure-durable-functions-developing-serverless-stateful-workflow-4787)
- [**Serverless .NET Development with Azure Durable Functions by Jonah Andersson at Philippine .NET User Group (PHINUG)**](https://www.youtube.com/watch?v=zByq3wB7fIQ&t=31s)
- [**Azure Durable Functions Fundamentals at Azure User Group Sundsvall by Jonah Andersson**](https://www.youtube.com/watch?v=fDej9n-kzNM)
## Learn more about Azure Durable Functions
- [**Azure Durable Functions Documentation**](https://docs.microsoft.com/en-us/azure/azure-functions/durable?WT.mc_id=AZ-MVP-5004251)- [**Microsoft Learn**](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-create-first-csharp?pivots=code-editor-vscode?WT.mc_id=AZ-MVP-5004251)
- [**Azure Functions University on YouTube by Marc Duiker**](https://www.youtube.com/channel/UCmoWqg6T-c8zEGm4sZdnwbA)