-
Notifications
You must be signed in to change notification settings - Fork 55
Transform REST Endpoint to an Azure Function #14
Comments
It's a good suggestion but I don't have any plans to convert it in the near future. But I will keep this as an open suggestion. |
Related to the azure function question, can this currently be run in a full on-premise situation (Azure DevOps server with on prem webservice)? |
if you can run a Docker container, or even better, have a Kubernetes with KEDA installed, then you will be able to run it. |
The Azure Function approach has already been done by https://github.com/tfsaggregator/aggregator-cli |
+1 for the recommendation on converting this into an Azure function. |
Here is a project that does use Azure functions to achieve the same results. https://github.com/CodeRunRepeat/AdoAutoStateTransitions |
I ended up combining the efforts from this repo by @danhellem and couple of another github users and here is my first attempt at making this solution working with Server less Azure Functions. |
The more i look into the project, the more i ask myself as the main feature is receiving a Post payload :
The text was updated successfully, but these errors were encountered: