Setting the file. One moment.
Subchapter 28.30
references/workflow-details.mdMarkdown2 KBView on GitHub
The azure-upgrade skill follows a structured workflow to ensure safe, repeatable upgrades.
┌──────────┐ ┌──────────┐ ┌─────────────┐ ┌─────────┐ ┌──────────┐
│ Identify │───▶│ Assess │───▶│ Pre-migrate │───▶│ Upgrade │───▶│ Validate │
└──────────┘ └──────────┘ └─────────────┘ └─────────┘ └──────────┘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>If any phase fails:
upgrade-status.mdAfter successful validation:
azure-validate for deeper testingazure-deploy for CI/CD pipeline setup