azure-static-web-apps

Deploy static websites and serverless APIs to Azure Static Web Apps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the deployment and configuration of static web applications and their associated serverless APIs on Azure, enabling efficient hosting of modern web experiences.

Core Features & Use Cases

  • Deployment Automation: Streamlines the creation and deployment of static web apps from source control.
  • Configuration Management: Provides guidance on setting up routing, authentication, custom domains, and response overrides.
  • API Integration: Demonstrates how to integrate serverless API functions (Python, Node.js) with your static app.
  • Use Case: Deploy a single-page application (SPA) with a backend API to Azure, configure authentication for specific routes, and set up a custom domain for your production environment.

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 website with a serverless API to Azure?

Deploy static websites and serverless APIs to Azure Static Web Apps by linking your GitHub repository. The platform automates builds and seamlessly integrates backend API functions written in Python or Node.js with your frontend.

Can I use Azure Active Directory for authentication in static web apps?

Yes, Azure Static Web Apps supports configuring authentication providers like Azure Active Directory. You can secure specific application routes and manage user access directly within your static web app configuration.

How do I set up CI/CD pipelines for Azure static web apps using GitHub Actions?

Azure Static Web Apps integrates natively with GitHub Actions to automate CI/CD pipelines. Linking your GitHub repository automatically configures build and deployment workflows for your JAMstack or SPA project.

Does Azure Static Web Apps support custom domains and response overrides?

Yes, Azure Static Web Apps supports configuring custom domains for production environments and response overrides. This allows you to map custom URLs and modify HTTP responses for your deployed static sites.

Can I define Azure Static Web Apps infrastructure using Bicep?

Yes, Azure Static Web Apps supports Bicep for infrastructure as code. You can define your static web app resources, API routes, and configuration declaratively to automate environment provisioning.

What is the best way to configure routing for a single-page application hosted on Azure?

The best way to configure SPA routing on Azure Static Web Apps is through configuration management. You can define routing rules, secure specific paths with authentication, and apply response overrides.