Skip to content

aimenux/AzureWebJobDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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