Azion Deploy
VerifiedDeploy applications, static sites, and edge functions to Azion using Azion CLI. Use when the user asks to deploy/publish to Azion, configure link/build/deplo...
$ Add to .claude/skills/ About This Skill
# azion-deploy
Use this skill to deploy projects to Azion with safe preflight checks.
Built-in checks
- The script fails fast if:
- `azion` executable is missing
- authentication fails (`azion whoami`)
- `.edge/manifest.json` is missing when using `--skip-build`
Commands
```bash # Validate CLI + auth bash {baseDir}/scripts/azion-deploy.sh preflight
# Validate auth only bash {baseDir}/scripts/azion-deploy.sh auth-check
# Stable quickstart flow bash {baseDir}/scripts/azion-deploy.sh quickstart --name <project-name> [--token "$AZION_TOKEN"]
# Local deploy flow bash {baseDir}/scripts/azion-deploy.sh deploy-local [--skip-build] [--auto] [--token "$AZION_TOKEN"] ```
Notes
- Keep `link -> build -> deploy` sequential (never parallel).
- If `whoami` fails, run `azion login` (interactive) or provide valid `AZION_TOKEN`.
- For detailed flags and framework behavior, read:
- - `references/azion-cli.md`
- - `references/azion-build-frameworks.md`
Use Cases
- Deploy static sites and edge functions to the Azion edge network with preflight validation
- Run a quickstart flow to create and deploy a new Azion project by name
- Validate Azion CLI installation and authentication before attempting deployment
- Execute local build-then-deploy workflows with optional skip-build for pre-built projects
- Automate Azion deployments in CI pipelines using token-based authentication
Pros & Cons
Pros
- +Built-in preflight checks fail fast if CLI, auth, or manifest files are missing
- +Supports both interactive login and token-based authentication for CI/CD environments
- +Sequential link-build-deploy flow prevents race conditions in edge deployments
Cons
- -Specific to the Azion edge platform — not portable to other CDN or hosting providers
- -Requires the Azion CLI to be pre-installed which is less common than Vercel or Netlify CLIs
- -Documentation references external files (azion-cli.md, azion-build-frameworks.md) that must be present
FAQ
What does Azion Deploy do?
What platforms support Azion Deploy?
What are the use cases for Azion Deploy?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.