How can I auto-deploy a Builder website to Azure

I have a Nextjs app on Azure that uses the Builder SDK.

When I publish updates/pages from Builder.io I’d like to trigger a rebuild/re-deploy of my Azure static web app (Nextjs)

How can achieve this functionality with Builder?
Do I need to create my own plugin or custom solution to integrate with Azure?
(I saw deployment integrations for Vercel & Netlify, but I’m hoping to use Azure)

Hi @jradness,

You can integrate Builder with your app[Azure] via webhooks. This can be useful if you want your app to listen for content changes that should trigger any workflows you might have on your end. To know more refer to Using webhooks in Builder.io - Builder.io