- Using External Inputs in Azure Durable functions
- Azure Functions Configuration and Secrets Management
- Using Key Vault and Managed Identities with Azure Functions
- Waiting for Azure Durable Functions to complete
- Azure Durable Functions Monitoring and Diagnostics
- Retry Error Handling for Activities and Orchestrations in Azure Durable Functions
- 2025-11-23 Updated to .NET 10, Azure functions V4
- 2021-05-04 Update packages
- 2021-03-07 Update packages and using DefaultAzureCredential for Azure Key vault access
- 2020-09-18 Updated Nuget packages and moved to new Configuration best practice
https://learn.microsoft.com/en-us/azure/azure-functions/durable/
https://learn.microsoft.com/en-us/azure/storage/common/storage-install-azurite
https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite
https://github.com/Azure/Azurite
https://azure.microsoft.com/en-us/downloads/
Install the Azure development extensions
https://github.com/microsoft/DurableFunctionsMonitor
Required to run the Azure Function which the UI uses:
npm install -g azure-functions-core-tools@4 --unsafe-perm true
https://docs.microsoft.com/en-us/azure/azure-functions/durable/
https://github.com/Azure/azure-functions-durable-extension
https://damienbod.com/2019/03/14/running-local-azure-functions-in-visual-studio-with-https/