I am trying to set up a webhook via Logic Apps to Azure DevOps Server (TFS). The idea is to automate a work item (bug) creation in our team backlog triggered by Azure Monitor Metric alerts.
I have a gut feeling that this might be a dead end as we host our TFS on premise.
Can't seem to find any TFS connector on the official list
There is an Azure DevOps conector but seems like it is for Azure DevOps (cloud hosted).
How about deploying the Logic Apps within our Azure Vnet? That is the usual option for any cloud hosted service reach our on premise servers. Is it possible?
Does anyone have experience with something like this?