Skip to content

deploy — deploy to NBG Azure

← Skills Built at NBG

Slash command /deploy

deploy to NBG Azure

Automates end-to-end deployment of NBG Azure-hosted web applications via the Azure Management Portal REST — first-deploy (provision), auth-setup (identity team credentials + proxy + Kafka), and redeploy (rebuild + push).

advanced ⏱ ~45 min per deploy; ~half a day for a first-deploy View source ↗

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”.

Next skill →

frontend-design — distinctive UI generation

's official frontend-design — generates production-grade components and pages with distinctive visual choices, avoiding the generic "AI-slop" aesthetic that gives away machine-generated UIs.