deploy handles the full deployment lifecycle for NBG Azure-hosted apps. Three modes:
- first-deploy — provision a new app + Azure resources from scratch
- auth-setup — wire identity-team credentials, proxy authentication, Kafka audit configuration
- redeploy — rebuild, push, and update existing components
Also covers environment-variable management, health checks, and error troubleshooting. Talks to the Azure Management Portal REST behind the scenes so you don’t have to click through the portal.
Triggers: “deploy”, “redeploy”, “first deploy”, “push to Azure”, “configure proxy”, “check deployment status”, “fix deployment errors”.