An open API service indexing awesome lists of open source software.

https://github.com/aimenux/azurewebjobtimetriggerdemo

Demo for webjobs v3
https://github.com/aimenux/azurewebjobtimetriggerdemo

application-insights net60 timer-trigger users-secrets webjobs

Last synced: about 1 month ago
JSON representation

Demo for webjobs v3

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/AzureWebJobTimeTriggerDemo/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/aimenux/AzureWebJobTimeTriggerDemo/actions/workflows/ci.yml)

# AzureWebJobTimeTriggerDemo
```
Demo for webjobs v3
```

> In this demo, i m playing with [webjob sdk v3](https://docs.microsoft.com/en-us/azure/app-service/webjobs-sdk-how-to#version-3x).
> I m building a webjob that will call an external api and print its json response based on a `timer trigger`.

**`Tools`** : vs22, net 6, application-insights