Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Blogs

# 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/