#

azure-functions

Serverless computing platform for running event-triggered code

ProgrammingLong Running Azure Functions for D365 API Exports

Learn how to handle long-running D365 API exports in Azure Functions using Durable Functions pattern for XML to JSON transformations and Service Bus messaging.

4 answers 3 views
ProgrammingFix 'Event Loop Already Running' in FastAPI Azure Functions

Resolve the 'event loop is already running' error in FastAPI Azure Functions with concurrent requests. Learn to use nest-asyncio, async endpoints, TableClient reuse, and best practices for smooth concurrency handling.

1 answer 4 views