aimenux / AzureWebJobDemo

Using azure web jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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