azure-integrations

azure-integrations is a skill for Codex from PracticalSwan/agent-skills. It costs 50 tokens per session (3,415 once invoked), scanned A, original, MIT.

A guide for deploying web applications to Microsoft Azure, a cloud platform. It covers hosting, storage, infrastructure configuration, and automated delivery with GitHub Actions.

In plain words
What is it for?
It supports Next.js and Vite deployments, Azure Static Web Apps and App Service, Blob Storage uploads, Bicep or ARM templates, CI/CD, Key Vault, monitoring, and Cosmos DB integrations.
Why use it?
It helps turn deployment and cloud setup into repeatable configuration instead of relying on manual changes or hidden credentials.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Good fit It supports Next.js and Vite deployments, Azure Static Web Apps and App Service, Blob Storage uploads, Bicep or ARM templates, CI/CD, Key Vault, monitoring, and Cosmos DB integrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/practicalswan/agent-skills/azure-integrations
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 PracticalSwan/agent-skills --skill azure-integrations
Clone the repo
git clone --depth 1 https://github.com/PracticalSwan/agent-skills

Made for: Codex.

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-integrations

README.md
[![agentmods](https://agentmods.dev/badge/skills/practicalswan/agent-skills/azure-integrations.svg)](https://agentmods.dev/skills/practicalswan/agent-skills/azure-integrations)
Your own site
<a href="https://agentmods.dev/skills/practicalswan/agent-skills/azure-integrations"><img src="https://agentmods.dev/badge/skills/practicalswan/agent-skills/azure-integrations.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,415 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 406
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
Origin original 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.00050 $0.03415
Opus 5 $0.00025 $0.01707
Sonnet 5 $0.00010 $0.00683
Haiku 4.5 $0.00005 $0.00342

Measured today against content hash 55a3978971f2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

azure-integrations 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 today.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/deploy-appservice.ps1, scripts/deploy-swa.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

azure-integrations/SKILL.md · 438 lines

How it starts

The opening of the file, as written. The whole thing — 438 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Azure Integrations

Tech Stack Target / Version: Azure Static Web Apps, App Service, Bicep or ARM templates, GitHub Actions, Node.js 20+, and Azure CLI 2.60+.

Deployment and integration patterns for Azure cloud services, focusing on web application hosting, CI/CD automation, and infrastructure as code.

  • Leverage native parallel subagent dispatch and 200k+ context windows where available.

When to Use This Skill

Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.

  • Deploying Next.js or Vite/React apps to Azure
  • Setting up CI/CD workflows with GitHub Actions
  • Configuring Azure Static Web Apps or App Service
  • Managing Azure Blob Storage for file uploads
  • Using Azure Key Vault for secure secrets management
  • Setting up Application Insights for monitoring
  • Writing Bicep or ARM templates for infrastructure as code
  • Integrating Azure Cosmos DB (MongoDB API) with applications

Cross-Client Portability

This skill is written to stay usable across GitHub Copilot, Claude Code, and Codex.

  • GitHub Copilot: keep the folder in a Copilot-visible skill path or wrap the workflow in project instructions when folder discovery is unavailable.
  • Claude Code: keep the folder in a local skills directory or a compatible plugin source.
  • Codex: install or sync the folder into $CODEX_HOME/skills/azure-integrations and restart Codex after major changes.

MCP Availability And Fallback

Preferred MCP Server: Azure MCP

  • Fallback prompt: "Use the Azure Integrations skill without MCP. Follow the documented local or manual fallback, show the selected tool surface, and report the verification evidence."
  • Use Azure CLI (az), Bicep or ARM templates, and the bundled PowerShell deployment scripts in this skill when the MCP server is unavailable.
  • Validate resources with az queries, deployment logs, and portal checks before closing the task.
  • Do not claim an MCP operation was used when the active host does not expose it.

Read the full file on GitHub · 438 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +1 lines 55a3978971f2
  2. yesterday Changed daf75e7ecbc0
  3. 4d ago Changed fd6639cfc10a
  4. 8d ago First seen · 437 lines · 50 tokens per session scan A f80db6c1f496

Subscribe to this mod's changes

azure-integrations is a skill published in the GitHub repository PracticalSwan/agent-skills (13 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 3,415 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

azure-diagrams

Comprehensive technical diagramming toolkit for solutions architects, presales, and developers. Creates Azure architecture diagrams (800+ Azure service icons), business process flows (swimlanes, workflows), ERD diagrams (database schemas), project timelines, UI wireframes, and network topology diagrams. Perfect for…

cmb211087/azure-diagrams-skill · 85 tokens

Azure WAF Pillar Review

Azure-specific Well-Architected Framework pillar checklists — reliability, security, cost optimization, operational excellence, performance efficiency — for reviewing Azure infrastructure changes.

niels-emmer/myace · 37 tokens

stack-vercel

Vercel platform knowledge overlay for the ETYB team. Loads when work involves the Vercel Frontend Cloud — Next.js, Turbopack, Vercel Functions, Vercel Edge Network, Fluid Compute, Cache Components, Partial Prerendering (PPR), Workflow durable functions, Vercel Queues, Cron, Sandbox, KV/Postgres/Blob/Edge Config…

e-t-y-b/etyb-skills · 251 tokens

architecture-diagrams

Turn a natural-language cloud architecture description into an editable diagram whose nodes are official vendor service icons (Azure, AWS, GCP, Kubernetes), exported as PDF, draw.io, or VSDX (Lucid-importable). Use when the user asks to draw, diagram, or visualize a cloud/system architecture, or to produce a…

bharathgnana/archdiagram · 85 tokens

azure-functions

Azure Functions development guidance: trigger and binding patterns, Durable Functions orchestrations, local development with func CLI and Azurite, deployment to Consumption/Premium/Dedicated plans, deployment slots, and the Azure Functions MCP extension for exposing functions as AI tools.

TrevorEdris/fellowship-of-the-workflows · 54 tokens

azure-resource-manager-durabletask-dotnet

Azure Resource Manager SDK for Durable Task Scheduler in .NET. Use for MANAGEMENT PLANE operations: creating/managing Durable Task Schedulers, Task Hubs, and retention policies via Azure Resource Manager. Triggers: "Durable Task Scheduler", "create scheduler", "task hub", "DurableTaskSchedulerResource", "provision…

microsoft/skills · 84 tokens