azure

A Japanese-language guide for choosing, building, deploying, and checking secure Azure architectures. Azure is Microsoft's cloud platform, and the guide focuses on designs that follow organizational security rules.

In plain words
What is it for?
Use it to select reference designs for secure websites, storage, and Microsoft Foundry agents, while following the project's approved design language and deployment patterns.
Why use it?
It helps teams build cloud systems that still work when public access is restricted and controls such as private networking, managed identities, and multi-factor authentication are required.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/geekfujiwara/codeappsdevelopmentstandard/azure
Any agent
npx skills add geekfujiwara/CodeAppsDevelopmentStandard --skill azure
Clone the repo
git clone --depth 1 https://github.com/geekfujiwara/CodeAppsDevelopmentStandard

Made for: Claude Code, Codex.

Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,014 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00106 $0.02014
Opus 5 $0.00053 $0.01007
Sonnet 5 $0.00021 $0.00403
Haiku 4.5 $0.00011 $0.00201

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

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/ensure_az_mfa.ps1, scripts/setup_private_endpoint.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.

.github/skills/azure/SKILL.md · 104 lines

How it starts

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

Azure リファレンスアーキテクチャ スキル

Azure 開発を、テナントのセキュリティガバナンスに準拠したまま進めるためのスキル。 要件から適切なリファレンスアーキテクチャを選定し、構築・デプロイ・検証・クリーンアップまでを一貫して行う。

原則: 組織ポリシー(Azure Policy / Conditional Access)と戦わず、準拠する構成を採る。 publicNetworkAccess=Disabled でも Private Link は常に到達可能——これを土台にする。

リファレンスアーキテクチャ一覧(メニュー)

リファレンス 用途 ドキュメント
セキュアな Web × ストレージ 公衆アクセス禁止ストレージのコンテンツを Web で安全配信 references/secure-website.md
Microsoft Foundry エージェント Web 組み込みエージェント / 知識グラウンディング(Work IQ・Foundry IQ・Fabric IQ) / AI Gateway ガバナンス references/foundry-agent.md

新しいリファレンスは references/<topic>.md として追加し、この表と参考リンクに1行足す。


Web サイトの UI / デザインの参照方針

Azure 上で Web サイト/フロントを作る際、UI は新規に定義せず、この開発標準の共通デザイン言語と既存実装を参照する。

対象 参照先
デザイン言語(トークン/配色/UX選定) = 単一ソース standard: デザイン言語
内部向け業務システムの実装(React / shadcn/ui + Tailwind v4) code-apps デザインパターン / テンプレート
外部向けポータル / 公開サイトの実装 power-pages デザインパターン / テンプレート

配色/トークンは standard のデザイン言語を単一ソースとする。用途(内部業務 or 外部公開)で参照する実装を切り替える。 Web 配信のセキュア構成は references/secure-website.md を併用する。

Azure 固有の UI 適応メモ(独自パレットは持たない)

  • フォント/CSP: Azure(SWA/App Service) は Code Apps の「Google Fonts 禁止/フォント固定」制約が無い。カスタム Web フォント/可変フォントを使用可。
  • モーション/SEO/パフォーマンス: 公開サイトではアニメーション・メタ/OGP・Core Web Vitals 最適化等、内部業務基準を超えた要素を採り入れてよい。
  • 公開マーケ/LP 系: デザインはホスティング非依存のため power-pages のパターンを流用する。

ワークフロー(正常系)

Step 1: リファレンスアーキテクチャを選定する

  1. ユーザー要件を確認し、上のメニューから該当リファレンスを選ぶ。
  2. 該当が無ければ、要件に近い構成を references/ から選び、差分を明示する。

Step 2: 事前確認で「Sure」にする

  1. references/preflight-checklist.md を上から確認する。
  2. 特に 強制ポリシーの対象リソース型(ストレージのみか、コンピュートも含むか)を確定し、公開バックエンド可否を判断する。
  3. 公式仕様は Microsoft Learn MCPmicrosoft_docs_search / microsoft_docs_fetch)で裏取りし、推測を残さない。

Read the full file on GitHub · 104 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. 3d ago First seen · 104 lines · 106 tokens per session scan A 8172ecf3242b

Subscribe to this mod's changes

azure is a skill published in the GitHub repository geekfujiwara/CodeAppsDevelopmentStandard (59 stars, last pushed 5d ago), licensed MIT. It adds 106 tokens to every session and 2,014 once invoked, about $0.0005 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

aws-architecture-diagram

AWS architecture diagrams — generate visual network topology diagrams from live AWS infrastructure. Use when drawing AWS network diagrams, visualizing VPCs, mapping Transit Gateway topology, or generating architecture documentation.

automateyournetwork/netclaw · 43 tokens

omm-push

Push architecture docs to oh-my-mermaid cloud. Handles login, link, and push workflow with error guidance. Use when the user says "omm push", "push to cloud", "deploy architecture", or "share architecture".

oh-my-mermaid/oh-my-mermaid · 49 tokens

production-operations

Use when thinking through, reviewing, changing, or verifying production operations: logs, metrics, tracing, health, audit, async observability, runbooks, incidents, import or export, backup, restore, disaster recovery, high availability, multi-region, or residency. For rollout sequencing use migration-evolution; for…

d4rkNinja/arcforge · 74 tokens

azure-integrations

Azure deployment for web apps — Static Web Apps, App Service, Blob Storage, Bicep/ARM, GitHub Actions CI/CD. Use when deploying Next.js/Vite to Azure or configuring Azure resources for full-stack apps.

PracticalSwan/agent-skills · 50 tokens

terraform-infrastructure

Structures, writes, and reviews Terraform infrastructure code. Covers module layout, remote state, workspace strategy, variable and secrets handling, CI plan/apply pipeline, naming conventions, and multi-region deployment patterns (provider aliases, per-region state, failover strategies), while delegating shared risk…

soulcodex/agentic · 96 tokens

health-check-endpoints

Implements liveness and readiness health check endpoints following Kubernetes probe conventions. Covers response schema, dependency checks, Kubernetes probe config, and circuit breaker integration. Invoked when the user asks to add health checks, implement a /health endpoint, or set up Kubernetes probes.

soulcodex/agentic · 58 tokens