azure-static-web-apps

Deploy and manage static web apps on Azure Static Web Apps.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill azure-static-web-apps-housegarofalo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-static-web-apps
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/azure-static-web-apps
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill azure-static-web-apps-housegarofalo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the deployment and management of static web applications on Azure, enabling efficient hosting of modern web experiences.

Core Features & Use Cases

  • Automated Deployment: Deploy static sites directly from Git repositories (GitHub, Azure DevOps).
  • API Integration: Seamlessly integrate serverless API functions.
  • Configuration Management: Define routing, authentication, and custom domains.
  • Use Case: Deploy a JAMstack application with a serverless API backend, configure custom domain, and set up authentication using Azure Active Directory.

Quick Start

Use the azure-static-web-apps skill to create a new static web app from a GitHub repository.

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 from a GitHub repository?

Deploying a static web app to Azure involves connecting your GitHub repository to Azure Static Web Apps for automated CI/CD pipelines. The platform builds and deploys your JAMstack site or SPA directly from Git, streamlining the entire publishing workflow.

Can I add a serverless backend API to my Azure Static Web App?

Yes, you can integrate serverless API functions directly within Azure Static Web Apps. This allows you to configure API routes and build a backend for your JAMstack application, managing both frontend hosting and API endpoints in one place.

How does Azure Static Web Apps handle staging environments and custom domains?

Azure Static Web Apps manages staging environments and custom domains through built-in configuration features. You can define routing rules, set up custom domains, and configure authentication using Azure Active Directory alongside SWA CLI commands.

What is the best way to configure authentication for a static site on Azure?

Configuring authentication for an Azure static site is handled natively by Azure Static Web Apps, supporting providers like Azure Active Directory. You define these access rules in your configuration files to secure routes and protect frontend content.

Do I need Azure CLI or SWA CLI to manage my JAMstack deployment?

Using Azure CLI and SWA CLI is required for managing JAMstack deployment configurations locally. These command-line tools allow you to configure API routes, set up staging environments, and define routing before pushing changes to your Git repository.