azure-static-web-apps

azure-static-web-apps is a skill for Claude Code from MicrosoftDocs/Agent-Skills. It costs 114 tokens per session (2,623 once invoked), scanned A, original, CC-BY-4.0.

Expert guidance for Azure Static Web Apps, a service for hosting web frontends with connected APIs and deployment workflows. It covers database connections, custom domains, DNS, authentication, roles, continuous delivery, security, and plan limits.

In plain words
What is it for?
Use it to connect Static Web Apps APIs to Azure databases, configure domains and DNS, set authentication and roles, and build continuous-delivery deployments.
Why use it?
It helps resolve hosting and deployment issues and make correct choices about domains, access control, APIs, and Azure plan constraints.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the azure-agent-skills plugin — 198 skills shipped together , and of azure-agent-skills

Good fit Use it to connect Static Web Apps APIs to Azure databases, configure domains and DNS, set authentication and roles, and build continuous-delivery deployments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/microsoftdocs/agent-skills/azure-static-web-apps
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MicrosoftDocs/Agent-Skills --skill azure-static-web-apps
Clone the repo
git clone --depth 1 https://github.com/MicrosoftDocs/Agent-Skills

Made for: Claude Code.

Or install azure-agent-skills, the plugin that ships this one along with the rest of its 198 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azure-static-web-apps

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoftdocs/agent-skills/azure-static-web-apps/github.svg)](https://agentmods.dev/skills/microsoftdocs/agent-skills/azure-static-web-apps)
Your own site
<a href="https://agentmods.dev/skills/microsoftdocs/agent-skills/azure-static-web-apps"><img src="https://agentmods.dev/badge/skills/microsoftdocs/agent-skills/azure-static-web-apps/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for azure-static-web-apps

Your own site · 80×15
<a href="https://agentmods.dev/skills/microsoftdocs/agent-skills/azure-static-web-apps"><img src="https://agentmods.dev/badge/skills/microsoftdocs/agent-skills/azure-static-web-apps.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,623 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00114 $0.02623
Opus 5 $0.00057 $0.01311
Sonnet 5 $0.00023 $0.00525
Haiku 4.5 $0.00011 $0.00262

Measured 3d ago against content hash d1f1e581fb22, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

azure-static-web-apps scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/azure-static-web-apps/SKILL.md · 119 lines

The source is not reproduced here

Licensed CC-BY-4.0

The repository is licensed CC-BY-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 119 lines · 114 tokens per session scan A d1f1e581fb22

Subscribe to this mod's changes

azure-static-web-apps is a skill published in the GitHub repository MicrosoftDocs/Agent-Skills (738 stars, last pushed 2d ago), licensed CC-BY-4.0. It adds 114 tokens to every session and 2,623 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.

Related

Other skills, from other repositories

website-builder

Build an approved Vite/React/Tailwind plan, collect assets, verify static output, deploy to GitHub Pages, and emit metadata. Use for implementing tasks.md. Don't use for design review, planning, backend services, or unapproved specs.

luongnv89/skills · 54 tokens

frontend

The web frontend — and, for a Next.js app on Vercel, its serverless API routes too. It is its own node, NEVER bundled into backend compute (an App Runner/ECS service is the API, not the place to host the SPA). Config knobs: framework ("next" | "static" | "react"), target ("vercel" | "aws").

AlexK020908/infra-designer · 0 tokens

x-lsof

Enhanced lsof (List Open Files) with interactive UI and structured output. View open files, network connections, and processes. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 64 tokens

winui-design

Use when designing, reviewing, or fixing WinUI 3: sample and control discovery with winapp find-ui, layout planning, control choice, Fluent Design alignment, Light/Dark/High Contrast theming, typography, spacing, brushes, accessibility, and XAML data-binding design. Load before authoring new XAML, reviewing UI PRs…

microsoft/win-dev-skills · 119 tokens

yida-custom-page

A set of rules for building custom React-style pages on the Yida platform, a business application platform. It covers page structure, event handling, state, and Yida's JavaScript interface.

openyida/openyida · 67 tokens

animated-sketch-diagram

A tool for making animated diagrams and flowcharts in a hand-drawn ink style, with paper-like backgrounds, simple icons, and moving dots along connections. It produces a self-contained HTML file and can also create a looping GIF.

iflytek/iFly-Skills · 182 tokens