Tag: azure-functions
All the articles with the tag "azure-functions".
Lessons Learned Implementing a Must Succeed Durable Functions Workflow
Lessons on failure handling, recovery, and instrumentation for a must-succeed Durable Functions workflow.
Naming Durable Functions With Prefixes For Application Insights Filtering
Prevent orchestration telemetry from skewing user-facing performance metrics by filtering prefixed operation names in Application Insights.
Thoughts On Debugging Durable Functions Extension Orchestrations For Azure Functions Backed By Azure Table Storage
Debug Durable Functions orchestrations backed by Azure Table Storage using instance IDs, tooling, and logging.
Running Code On Local Computer / Localhost Only Using Azure Functions With C#
Use AZURE_FUNCTIONS_ENVIRONMENT to run development-only code in Azure Functions with C#.