azure-static-web-apps

Create, configure, and deploy Azure Static Web Apps with the SWA CLI.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/edjan11/SegundasVias --skill azure-static-web-apps-edjan11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-static-web-apps
Source: https://github.com/edjan11/SegundasVias/tree/main/docs/raw/.github/skills/azure-static-web-apps
Command: npx skills add https://github.com/edjan11/SegundasVias --skill azure-static-web-apps-edjan11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation, configuration, and deployment of Azure Static Web Apps, streamlining the process of hosting modern web applications on Azure.

Core Features & Use Cases

  • SWA CLI: Use the swa command-line interface for local development, deployment, and configuration.
  • Configuration: Manage settings via swa-cli.config.json (auto-generated) and staticwebapp.config.json (runtime configuration).
  • Deployment: Deploy frontend applications and serverless APIs to Azure Static Web Apps.
  • Use Case: You have a React frontend and an Azure Functions API. This Skill helps you set up the local development environment, configure routing and API endpoints, and deploy the entire application to Azure Static Web Apps with CI/CD.

Quick Start

Install the SWA CLI and then run swa init to configure your project before starting the local emulator with swa start.

Frequently Asked Questions about azure-static-web-apps

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

FAQPage Schema
How do I deploy a React frontend and serverless API to Azure Static Web Apps?

To deploy a React frontend and serverless API to Azure Static Web Apps, use the SWA CLI to configure your project, set up routing and API endpoints, and integrate CI/CD pipelines via GitHub Actions for automated deployment.

What is the best way to configure local development emulation for Azure Static Web Apps?

The best way to configure local development emulation for Azure Static Web Apps is by running the `swa init` command to auto-generate configuration, followed by `swa start` to launch the local emulator for testing frontend and API integrations.

Does Azure Static Web Apps support runtime configuration for routing and API endpoints?

Yes, Azure Static Web Apps supports runtime configuration for routing and API endpoints through the `staticwebapp.config.json` file, allowing you to define navigation rules, network routing, and API behavior during deployment.

Can I use GitHub Actions for CI/CD integration with Azure Static Web Apps?

Yes, you can use GitHub Actions for CI/CD integration with Azure Static Web Apps to automate the build and deployment process of your static frontend applications and serverless API backends directly from your repository.

How does the SWA CLI handle framework auto-detection during project setup?

The SWA CLI handles framework auto-detection during project setup by analyzing your project structure when you run `swa init`, automatically identifying frameworks to generate the appropriate `swa-cli.config.json` settings for deployment.