What problem does it solve?
Deploy and update long-running HTTP applications to Azure App Service without manual cloud configuration, reducing friction for agents or CI pipelines that need to publish a website, change runtime settings, or inspect live logs.
Core Features & Use Cases
- One-command deployments from a local project directory using az webapp up for fast iteration and automated resource provisioning.
- Deterministic zip artifact deployment for CI/CD pipelines that build artifacts separately and require repeatable rollouts.
- App settings management and live log streaming to validate rollouts and diagnose runtime issues in real time.
- Use cases include publishing a Python or Node service from a developer workstation, promoting a CI-built zip artifact to an existing site, and updating runtime configuration without a full redeploy.
Quick Start
Deploy the current project directory to Azure App Service using az webapp up or deploy a built zip artifact and stream logs to verify the rollout.