azure-static-web-apps

Automate Azure Static Web Apps setup, local development, and deployment with the SWA CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the setup, local development, and deployment of Azure Static Web Apps using the SWA CLI.

Core Features & Use Cases

  • Local emulator and API proxy support for testing frontend + API locally
  • Framework auto-detection and streamlined configuration for Azure Static Web Apps
  • Seamless deployment workflow with GitHub Actions CI/CD integration and production-ready builds

Quick Start

Run swa init to initialize configuration, then swa start to run locally, and swa deploy to publish to Azure Static Web Apps.

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 static web app to Azure using SWA CLI?

Run swa init to generate configuration, swa start to launch the local emulator, and swa deploy to publish your production build directly to Azure Static Web Apps.

Can I test my frontend and API locally before deploying to Azure Static Web Apps?

Yes, use swa start to launch the local emulator and API proxy, allowing you to validate your frontend and API integration locally before deploying to Azure Static Web Apps.

Does the Azure Static Web Apps CLI support framework auto-detection?

Yes, the SWA CLI supports framework auto-detection, automatically identifying your frontend framework to streamline local configuration and the deployment workflow for Azure Static Web Apps.

How do I configure CI/CD pipelines for Azure Static Web Apps?

Configure CI/CD pipelines for Azure Static Web Apps using GitHub Actions integration, which automates build and deployment workflows to publish production-ready static sites with optional APIs.

What configuration files do I need for Azure Static Web Apps deployment?

You need swa-cli.config.json for CLI settings and staticwebapp.config.json to define routing and API behavior, both generated and managed through the swa init configuration process.

What is the best way to manage local configuration for Azure Static Web Apps?

Run swa init to generate swa-cli.config.json, which leverages framework auto-detection to establish streamlined local configuration and deployment settings for Azure Static Web Apps.