Azure Function App (Reporting with PDF and email features) with Service Bus trigger
Budget: $15 – $25 USD
Current C# Azure Function App for report generation
Needs:
1. Updated to use async and await
2. Add timer to generate reports every 5 to 10 seconds. Note: System.Threading.Thread.Sleep(1000) does not work.
3. Debugged as needed.
Currently app runs for one service bus trigger at time.
App fails when 10 or more triggers are in the service bus queue at once.
Needs:
1. Updated to use async and await
2. Add timer to generate reports every 5 to 10 seconds. Note: System.Threading.Thread.Sleep(1000) does not work.
3. Debugged as needed.
Currently app runs for one service bus trigger at time.
App fails when 10 or more triggers are in the service bus queue at once.