Setup Automatic API Updates
Whenever you push changes to the chosen branch, the Function App updates itself automatically if you follow this guide.
Last updated
Was this helpful?
Whenever you push changes to the chosen branch, the Function App updates itself automatically if you follow this guide.
Last updated
Was this helpful?
Note: If you’re a sponsor using a hosted CIPP instance, you can skip this page—This is already setup for you.
If you want your Function App to auto-update whenever you commit to your CIPP-API fork, follow these steps:
Still in the Function App settings, go to Deployment Center (sometimes under Deployment → Deployment Center).
If an existing CI/CD connection is configured, Disconnect it to avoid conflicts.
Under Source, select GitHub, then log in if prompted.
Choose your Organization, Repository, and Branch (where your CIPP - code lives).
Leave “Workflow Option” set to “Add a workflow” (the default).
For Authentication Type, pick “Basic Authentication.” (Azure portal doesn’t support Identity-based auth yet.)
Click Add a workflow, then Save.
Repeat this for any additional function apps you may have deployed for .
Your Function App will now be automatically updated pull directly from your GitHub fork whenever you pull the latest version of the CIPP-API repository.