What problem does it solve? Updating the live cloud Gateway (which also ships the Cockpit and mobile app in one container image) requires a controlled, measured process. This Skill provides the single authorized path to redeploy the hosted service on Azure, preventing unmeasured outages caused by manual changes through the Azure Portal or ad-hoc az commands. ## Core Features & Use Cases - Guided production deploy: Starts the deploy-hosted-gateway.yml GitHub Actions workflow against main, watches the run to completion, and confirms the live service returns HTTP 200 on /healthz. - Outage measurement and reporting: Explains the expected ~60 second in-place restart outage on the Basic B2 plan, enforces the 120-second budget, and reports the measured number to the human. - Rollback path: Describes how to restore a previous image (including last-known-good) via the rollback-hosted-gateway.yml workflow when a deploy ships bad code. - Use Case: After merging a fix to main, ask the agent to deploy the hosted Gateway; it confirms your explicit go-ahead, triggers the workflow, monitors the run, verifies health, and reports the measured outage. ## Quick Start Ask the agent to deploy the hosted Gateway to production and confirm the live service is healthy afterwards.