- A local folder with a Function App.
- The Azure Functions extension for VSCode.
- The Microsoft Azure Storage Emulator
- The Azure Storage Explorer
local.settings.joson
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "node",
"AzureWebJobsStorage": "UseDevelopmentStorage=true"
}
}
-
Use the Azurite emulator for local Azure Storage development
-
Azure Functions University - Durable Functions Lesson I Video
- Azure Durable Functions - Official Documentation
- JavaScript: Generator functions and Yield
- Azure Durable Functions - Automatic retries
- Azure Durable Functions - Function timeouts
- More info on the circuit breaker pattern
- GitHub REST API
- Alternative to code-based workflows in Microsoft Azure: Azure Logic Apps