DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Trigger a pipeline using a webhook

4 years ago levelup.gitconnected.com
Trigger a pipeline using a webhook

Summary: This is a summary of an article originally published by the source. Read the full original article here →

You have statically rendered your web app and want to trigger your build pipeline whenever there is any publish/unpublish action in the Content Management System (CMS) using a webhook. We’ll be storing our Function App code in Azure Repos Git and use Azure Pipelines to deploy our code to the created Function App. You can directly write your code in the Function App editor (not recommended).

Whenever there is any publish or unpublish action on the CMS, webhook will initiate a function app instance and the function app instance will trigger the DevOps pipeline.

It will trigger the function app and a new function app instance will be created.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com