Workflow Details
Upgrade Workflow Phases
The azure-upgrade skill follows a structured workflow to ensure safe, repeatable upgrades.
Phase Overview
┌──────────┐ ┌──────────┐ ┌─────────────┐ ┌─────────┐ ┌──────────┐
│ Identify │───▶│ Assess │───▶│ Pre-migrate │───▶│ Upgrade │───▶│ Validate │
└──────────┘ └──────────┘ └─────────────┘ └─────────┘ └──────────┘Progress Tracking
Create and maintain upgrade-status.md in the workspace root:
# Upgrade Status
## Upgrade Details
| Property | Value |
|----------|-------|
| **Source App** | <app-name> |
| **Source Plan** | <current-plan> |
| **Target Plan** | <target-plan> |
| **Resource Group** | <resource-group> |
| **Region** | <region> |
| **Started** | <date> |
## Phase Status
- [ ] Phase 1: Identify — Determine source/target plans
- [ ] Phase 2: Assess — Check readiness and compatibility
- [ ] Phase 3: Pre-migrate — Collect settings and configurations
- [ ] Phase 4: Upgrade — Execute upgrade automation
- [ ] Phase 5: Validate — Verify new app functionality
## Notes
<any issues, decisions, or observations during upgrade>Error Handling
If any phase fails:
- Log the error in
upgrade-status.md - Do NOT proceed to the next phase
- Inform the user of the failure and suggest remediation
- Offer to retry the failed phase or rollback
Hand-off
After successful validation:
- Offer to hand off to
azure-validatefor deeper testing - Offer to hand off to
azure-deployfor CI/CD pipeline setup - Ask if the user wants to clean up the original app