Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienbod/azuredurablefunctions
Using External Inputs in Azure Durable functions
https://github.com/damienbod/azuredurablefunctions
azure azure-app-service azure-durable-functions azure-functions
Last synced: about 2 months ago
JSON representation
Using External Inputs in Azure Durable functions
- Host: GitHub
- URL: https://github.com/damienbod/azuredurablefunctions
- Owner: damienbod
- License: mit
- Created: 2020-06-30T06:57:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T20:59:38.000Z (about 1 year ago)
- Last Synced: 2024-11-01T13:42:11.705Z (2 months ago)
- Topics: azure, azure-app-service, azure-durable-functions, azure-functions
- Language: C#
- Homepage: https://damienbod.com/2020/07/06/using-external-inputs-in-azure-durable-functions/
- Size: 42 KB
- Stars: 11
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blogs
- 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
# History
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
# Development
## Microsoft Azure Storage Explorer
https://azure.microsoft.com/en-us/features/storage-explorer/
## Microsoft Azure Storage Emulator
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator
## Install the Azure Functions Core Tools
https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local
## NodeJS
https://nodejs.org/en/
## Azure CLI
https://docs.microsoft.com/en-us/cli/azure/
## Azure SDK
https://azure.microsoft.com/en-us/downloads/
## Visual Studio
Install the Azure development extensions
# Diagnostics Monitoring
## DurableFunctionsMonitor
https://github.com/scale-tone/DurableFunctionsMonitor
# Links Development
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/