monaco icon indicating copy to clipboard operation
monaco copied to clipboard

FEATURE: Project template for Azure Function

Open CesarD opened this issue 3 years ago • 0 comments

Detailed Description

Create another project template on the solution of type Azure Function (isolated process) for setting up a timer-triggered function.

Context

The idea behind this is to include another type of project that could be required to use in a .NET backend solution, and to also serve as an example of how to implement it with Monaco's vision.

Possible Implementation

A possible implementation could be to use it as a sample scenario to remove files that have remained as temporary files for longer than 6 hs after being uploaded from the API.

CesarD avatar Dec 19 '22 14:12 CesarD