I am following this project and instructions https://github.com/microsoft/azure-boards-automate-state-transitions
Everything is clear except the part where I need to enter URL when creating webhook in service hooks:
How to generate that URL?
When I test the link I get this error or 404
Is there anything that I missed. Should I create something on Azure platform, webhook event or something?
You need to deploy this to something (IIS, Azure App Service, etc) https://github.com/microsoft/azure-boards-automate-state-transitions/tree/master/src/AutoStateTransitions
Once deployed, put the URL from your deployed API as the webhook URL.