Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Transform REST Endpoint to an Azure Function #14

Open
AntoineGa opened this issue Oct 7, 2019 · 7 comments
Open

Transform REST Endpoint to an Azure Function #14

AntoineGa opened this issue Oct 7, 2019 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@AntoineGa
Copy link
Contributor

The more i look into the project, the more i ask myself as the main feature is receiving a Post payload :

  • should it be transformed in an Azure Function ?
@danhellem danhellem added the enhancement New feature or request label Oct 7, 2019
@danhellem danhellem self-assigned this Oct 7, 2019
@danhellem danhellem changed the title Transform website in an Azure Function ? Transform REST Endpoint to an Azure Function Oct 7, 2019
@danhellem
Copy link
Contributor

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.

@japj
Copy link

japj commented Oct 18, 2019

Related to the azure function question, can this currently be run in a full on-premise situation (Azure DevOps server with on prem webservice)?

@AntoineGa
Copy link
Contributor Author

if you can run a Docker container, or even better, have a Kubernetes with KEDA installed, then you will be able to run it.

@nschonni
Copy link

The Azure Function approach has already been done by https://github.com/tfsaggregator/aggregator-cli

@bbarman4u
Copy link

+1 for the recommendation on converting this into an Azure function.

@bbarman4u
Copy link

Here is a project that does use Azure functions to achieve the same results. https://github.com/CodeRunRepeat/AdoAutoStateTransitions

@bbarman4u
Copy link

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.
azure-boards-automate-state-transition-serverless

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants