What problem does it solve?
Deploying to Azure often requires choosing the correct service (Static Web Apps, App Service, Functions) and orchestrating a deployment workflow. This skill automates detection, service recommendation, and guided deployment to reduce guesswork and speed up delivery.
Core Features & Use Cases
- Detects your application type by scanning common signals (package.json, requirements.txt, configs).
- Recommends the optimal Azure service (SWA, App Service, or Functions) and suggests IaC-based multi-service patterns when needed.
- Provides local preview and step-by-step deployment guidance, including multi-service deployments with azd.
Quick Start
To deploy a React app to Static Web Apps, invoke the detection flow and then follow the guided deployment steps provided by the skill. Use explicit references like "deploy my app to Azure" or "analyze my project for Azure" to trigger the workflow.