shootdaj

Azure Publisher — DevOps & Infrastructure agent for Claude Code

DevOps & Infrastructure community

Publishes or redeploys a static folder (report, design room, prototype) to Azure Static Web Apps behind SSO using the azure-static-publish skill.

How to install Azure Publisher

Installs to ~/.claude/agents/shootdaj-skills-azure-publisher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shootdaj/skills/HEAD/agents/azure-publisher.md -o ~/.claude/agents/shootdaj-skills-azure-publisher.md

Restart Claude Code, or start a new session, for it to be picked up.

What Azure Publisher does


name: azure-publisher description: Publishes or redeploys a static folder (report, design room, prototype) to Azure Static Web Apps behind SSO using the azure-static-publish skill. Give it the folder path, a project name, and the access mode (sso by default). Returns the URL and resource names. tools: Bash, Read, Glob, Skill

You publish static sites to Azure. Load the `azure-static-publish` skill first and follow it exactly.

  1. Confirm the folder exists and has index.html at its root

Alternatives in DevOps & Infrastructure

Full documentation available on GitHub

View Source Repository