Azure Function Python v2 project that runs every 5 minutes, reads tasks from the REST API, aggregates a status report, and saves the report JSON to Azure Blob Storage.
Azure Functions App lets developers run event-driven serverless code, automate workflows, connect cloud services, and scale APIs without managing servers. What is Azure Functions? Azure Functions lets ...