azure-deploy

Detect app type and guide Azure deployment with service recommendations.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/spboyer/azure-deploy --skill azure-deploy-spboyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/spboyer/azure-deploy/tree/main
Command: npx skills add https://github.com/spboyer/azure-deploy --skill azure-deploy-spboyer

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about azure-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy my React or Vue app to Azure Static Web Apps?

To deploy a React or Vue app, the skill detects your application type from configuration files and recommends Azure Static Web Apps, guiding you through local preview and step-by-step deployment with infrastructure-as-code orchestration.

What is the best way to deploy a full-stack application with multiple services to Azure?

For multi-service deployments, the skill suggests using azd patterns to orchestrate infrastructure-as-code, guiding you through provisioning and deploying multiple connected Azure services like App Service and Functions.

Does this Azure deployment workflow support Python, .NET, and Java projects?

Yes, the deployment workflow supports Python, .NET, and Java projects by scanning common signals like requirements.txt or project configs to detect your app type and recommend the optimal Azure hosting service.

How does Azure detect which hosting service to use for my application?

Azure deployment detection works by scanning common project signals such as package.json, requirements.txt, and configuration files to identify your app type and recommend either Static Web Apps, App Service, or Functions.

Do I need to set up Azure authentication before deploying my app?

Azure authentication is required for deployment, and the skill ensures proper authentication and infrastructure-as-code orchestration are configured throughout the guided local preview and deployment process.

Can I preview my Azure deployment locally before pushing to production?

Yes, you can preview your application locally before production as the skill provides local preview and step-by-step deployment guidance as part of its automated detection and hosting recommendation workflow.