Webhook after creating a cloud project
R
Richard Bayer
Sometimes you need to trigger some additional (internal) things after somebody has created / deleted a cloud project. This could be simply an email like "new project XYZ created in Azure" or the registration of the new project e.g. in a CI/CD pipeline.
Therefore it would be nice if meshcloud could trigger some kind of webhook like GIT does - providing the information about the new project. Then you could add whatever you like in your environment.
Thomas Abbe
For Create the hook "Azure Function" in Landing Zone definition should do the trick?
R
Richard Bayer
Thomas Abbe: Depends on what you would like to do. In our setup it's not possible to trigger something that runs on-premises from an azure function. Even writing a simple mail is not as easy as you would expect.
We are also using Openshift - unfortunately there is no such thing.
Jelle den Burger
Hi Richard, thanks for your post.
Could you perhaps give a few use cases on how/when this is useful? I would be very interested to know what you will use such a feature for :-)
R
Richard Bayer
At the moment, our Azure team has to add some things manually to a subscription, e.g. a network configuration, that is not automated yet as it depends on other 3rd party tools. Until we have a proper solution in place we would like to inform this team whenever a customer has created a new subscription.
Another use-case would be the onboarding to a CI/CD toolset, so some kind of registration.