Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 620 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 620 Bytes

.NET

AzureWebJobDemo

Using azure web jobs

In this demo, i m using webjob sdk v3 in order to build producer/consumer webjobs.

  • ProducerWebJob add a message to an azure queue based on a timer trigger

  • ConsumerWebJob get a message from an azure queue based on a queue trigger

Tools : vs22, net 6, azure storage queue, serilog, application-insights