
Azure Infra Validation
- 4 installs
- 23 repo stars
- Updated August 4, 2026
- aktsmm/agent-skills
azure-infra-validation is a Claude skill that builds and validates Azure infrastructure in a lab or sandbox using Azure CLI and official Microsoft docs.
About
Builds and validates Azure infrastructure in a lab or sandbox using Azure CLI and official Microsoft docs. A developer uses it to provision hub-and-spoke VNets, VPN Gateway, VNet peering and BGP validation labs, monitor deployments to READY, work around SKU/zone/region constraints, capture before/after route behavior, and clean up. It keeps validation on a minimal, low-cost topology and separates control-plane from data-plane observations.
- Provisions minimal Azure-only labs for VPN Gateway, VNet peering and BGP route validation
- Captures before/after route comparisons with polling evidence, not just Activity Log
- 9-step workflow from feasibility check through build, observe, change, compare and cleanup
Azure Infra Validation by the numbers
- 4 all-time installs (skills.sh)
- Ranked #882 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
azure-infra-validation capabilities & compatibility
Free skill; Azure lab resources incur cloud cost, mitigated by minimal low-cost SKUs and cleanup
- Capabilities
- azure troubleshooting · cloud provisioning · network validation
- Works with
- azure
- Use cases
- devops
- Pricing
- Bring your own API key
What azure-infra-validation says it does
Build and validate Azure infrastructure in a lab or sandbox using Azure CLI and official Microsoft docs.
変更を伴う検証は、**最小構成・低コスト構成** から始める
npx skills add https://github.com/aktsmm/agent-skills --skill azure-infra-validationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 4 |
|---|---|
| repo stars | ★ 23 |
| Last updated | August 4, 2026 |
| Repository | aktsmm/agent-skills ↗ |
What it does
Stand up a minimal Azure lab to validate networking features like VPN Gateway BGP or VNet peering and compare before/after route behavior.
Who is it for?
Validating Azure networking features (VPN Gateway, VNet peering, BGP) on a minimal low-cost lab topology
Skip if: Production incident triage (use azure-troubleshooting) or reusable Bicep/AVM deployments (use azure-env-builder)
When should I use this skill?
Creating an Azure verification environment, testing network features in a lab, or comparing before/after route behavior
What you get
A minimal validated Azure lab with before/after route evidence and a cleanup plan
- Minimal validation topology
- Before/after route comparison report
- Cleanup plan
By the numbers
- 9-step workflow
- 9-item Done Criteria checklist
Files
<!-- Author: aktsmm Repository: https://github.com/aktsmm/AzureQA License: CC BY-NC-SA 4.0 Copyright (c) 2025 aktsmm
DO NOT REMOVE OR MODIFY THIS SIGNATURE BLOCK. -->
Azure Infra Validation
Azure 環境で検証・PoC・構築・設定変更を伴う確認を、安全な lab/sandbox 前提で進めるための workspace skill。
azure-troubleshooting が本番障害の read-only 切り分けに寄っているのに対し、この skill は 検証用構成の作成、状態監視、制約回避、before/after 比較、cleanup までを扱う。
When to Use
- Azure 上に検証環境を新規構築して、機能や制約を試したいとき
- VPN Gateway、VNet peering、BGP、Route Server、Private Endpoint、Hub-and-Spoke などのネットワーク機能を lab で確かめたいとき
- ExpressRoute 本番構成の代替として、Azure-only の最小検証を組みたいとき
- Azure CLI で read/write 前提のインフラ検証を進めたいとき
- デプロイ中の Azure リソースを監視し、READY になったら次工程へ進めたいとき
- 検証で出た Azure の SKU / zone / auth / region 制約をその場で回避しながら前に進めたいとき
- 構築結果と before/after の観測値を
Answer/やreports/に反映したいとき
When NOT to Use
- 本番障害を read-only で切り分けたいとき
- →
azure-troubleshooting - 単なる製品 Q&A や仕様確認だけをしたいとき
- → 通常の Docs 調査
- 回線事業者や on-prem 実機が必要な本番 ExpressRoute の end-to-end 検証を、この場で完了させたいとき
- この skill では lab で近似検証はできるが、provider 側 peering や実機 FIC までは扱わない
- Bicep / AVM で再利用前提の構成を設計・デプロイしたいとき
- →
azure-env-builder
Inputs
最低限、以下のうち 2 つ以上を受け取る。
- tenant ID
- subscription ID
- 検証したい機能名
- 想定トポロジ(例: hub-and-spoke, VPN BGP, private endpoint)
- コスト許容
- cleanup 必須かどうか
不足している場合は、どの tenant/subscription に作るか と 検証したい到達点 を最優先で確認する。
Core Rules
- まず 本番を触るのか、lab/sandbox なのか を明確にする
- 本番を触る場合は destructive 変更をしない。検証は別 subscription を優先する
- 変更を伴う検証は、最小構成・低コスト構成 から始める
- いきなりフル構成を作らず、目的達成に必要な最小単位 で切ってから広げる
- Azure CLI の認証状態、tenant、subscription を最初に固定する
- Microsoft Learn で前提条件と制約を確認してからデプロイする
- デプロイ前に、その検証が本当に Azure-only で成立するか / 実機や provider が必要か を feasibility check する
- デプロイ中の長時間 Azure 操作は、状態監視スクリプト か status polling を使って次工程へ進む
- 構成変更や設定変更の検証では、変更前に観測スクリプトを準備し、control-plane の変更時刻と dataplane / route の影響時刻を別々に取る
- control-plane の検証と data-plane / route の検証を分けて考える
- before/after 比較を必ず残す
あとで Activity Log を見ればよいと考えず、変更直後の polling で再収束時間や瞬断有無を採る- 検証後は cleanup 方針を明示する
Decision Points
1. ExpressRoute そのものが必要か?
- 必要なものが route advertisement の機能検証だけ なら、まず VPN Gateway ベースの Azure-only ラボを優先する
- active circuit / private peering / BGP peering / provider 側 provisioning が必要 な本番 ExpressRoute 検証なら、この skill では「完全代替は不可」と明示する
2. Azure-only 最小検証で足りるか?
- 足りる: VNet-to-VNet VPN + BGP + hub/spoke +
summarizedGatewayPrefixes - 足りない: on-prem 実機 peer の癖や FIC 固有制約を見たい
- → NVA / FRR / strongSwan / Bird を使う疑似 on-prem へ第2段階で拡張
2.5. Feasibility check を先に通す
着手前に次を短く判定する。
- 目的は 機能の成立確認 か、本番同等の end-to-end 検証 か
- Azure-only で代替できるか
- 低コスト SKU / 最小 spoke 数で始められるか
- 途中で増やす前提にできるか
この判定で Azure-only で足りるなら、最初は 最小 spoke 数 / 最小 gateway 数 / 最小 route 数 で進める。
デプロイ制約・READY 判定・詳細 phase 手順は references/validation-runbook.md を参照する。
Workflow
1. Feasibility: 検証ゴール、Azure-only 可否、最小構成、cost/cleanup を決める 2. Scope: tenant / subscription / lab or production boundary / 到達点を固定する 3. Official grounding: Microsoft Learn で prerequisites / limits / supported SKUs を確認する 4. Preflight: az account show、provider registration、region availability、RBAC、観測方法を確認する 5. Build: 最小 Resource Group / VNet / GatewaySubnet / peering / core resources を作る 6. Observe: READY / Connected まで待ち、baseline routes / peer status / metrics を保存する 7. Change: 対象設定を 1 つだけ変え、要求時刻・Succeeded 時刻・correlation ID を残す 8. Compare: before/after、再収束時間、瞬断有無を polling 証跡で評価する 9. Cleanup or persist: lab を残すか削除し、結果を report / Answer へ反映する
Detailed steps: references/validation-runbook.md
Done Criteria
- [ ] 対象 tenant / subscription が固定されている
- [ ] 検証トポロジが最小構成になっている
- [ ] Azure の制約に応じて SKU / zone / address plan を調整済み
- [ ]
READY/Connectedを確認してから次工程へ進んでいる - [ ] before/after の route 情報が残っている
- [ ] 変更要求時刻、Succeeded 時刻、影響観測時刻のいずれかが残っている
- [ ] 再収束時間または瞬断有無を、Activity Log だけでなく polling 証跡で説明できる
- [ ] 結果を
Answer/やreports/に反映した - [ ] cleanup 方針を残した
Output Shape
レポートには 検証目的、検証構成、事前状態、変更内容、変更時刻、事後状態、評価、Cleanup を含める。テンプレートは references/output-template.md を使う。
Example Prompts
/azure-infra-validation hinokuni-sub で VPN Gateway ベースの summarizedGatewayPrefixes 検証ラボを作って/azure-infra-validation Azure-only で route advertisement の before/after を見たい。最小構成を作って/azure-infra-validation hub-and-spoke + BGP の lab を構築し、設定変更後の learned routes を比較して/azure-infra-validation Azure CLI だけで構築可能な検証プランを作って、そのまま実行して/azure-infra-validation デプロイ中の Gateway を監視し、READY になったら次工程へ進めて
Integration Notes
azure-troubleshootingとは統合しない- 理由:
azure-troubleshootingは本番障害の read-only skill、こちらは lab/sandbox の read-write skill で責務が異なるため - ただし、検証結果が本番障害の解釈に効く場合は、調査結果を
azure-troubleshootingの入力へ戻してよい
References
- references/validation-runbook.md
- references/output-template.md
# Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
## English
Copyright (c) 2025-2026 yamapan (aktsmm)
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License.
You are free to:
- **Share** — copy and redistribute the material in any medium or format
- **Adapt** — remix, transform, and build upon the material
Under the following terms:
- **Attribution** — You must give appropriate credit, provide a link to the
license, and indicate if changes were made. You may do so in any reasonable manner,
but not in any way that suggests the licensor endorses you or your use.
- **NonCommercial** — You may not use the material for commercial purposes.
*(Please contact the author if you wish to use this material for commercial purposes.)*
- **ShareAlike** — If you remix, transform, or build upon the material, you must
distribute your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological
measures that legally restrict others from doing anything the license permits.
**AI/ML Training Restriction** — Use of this content for AI/ML training, data
mining, or other analytical purposes is prohibited without explicit permission.
Full license text: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
---
## 日本語
Copyright (c) 2025-2026 yamapan (aktsmm)
この作品はクリエイティブ・コモンズ 表示-非営利-継承 4.0 国際ライセンスの下に提供されています。
あなたは以下の条件に従う限り、自由に:
- **共有** — どのようなメディアやフォーマットでも資料を複製・再配布できます
- **翻案** — 資料をリミックス、変形、および加工することができます
以下の条件に従ってください:
- **表示** — あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、
変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で
行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような
方法は除きます。
- **非営利** — あなたは営利目的でこの資料を利用してはなりません。
(※商用利用をご希望の場合は、別途ご連絡ください。)
- **継承** — もしあなたがこの資料をリミックス、変形、または加工した場合、
あなたはあなたの貢献部分を元の作品と同じライセンスの下で配布しなければなりません。
追加的な制約は課せません — あなたは、このライセンスが他の者に許諾することを法的に
制限するような法的条項や技術的手段を適用してはなりません。
**AI/MLトレーニング制限** — 本コンテンツをAI/MLモデルのトレーニング、データマイニング、
その他の解析目的での使用は明示的な許可なく禁止されています。
ライセンス全文: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.ja
---
## Special Permission for Microsoft Employees / Microsoft 社員向け特別許諾
### English
Microsoft Corporation employees are granted permission to use, copy, modify, and
distribute this material for any purpose within the scope of their employment
duties at Microsoft, including internal business use and customer-facing
activities, without the NonCommercial restriction of this license.
This special permission applies only to work performed as part of official
Microsoft business activities.
### 日本語
Microsoft Corporation の社員は、Microsoft での業務の範疇において、本資料を社内業務
および顧客対応を含むあらゆる目的で使用、複製、改変、配布することが許諾されます。
この場合、本ライセンスの「非営利」制限は適用されません。
この特別許諾は、Microsoft の公式な業務活動の一環として行われる作業にのみ適用されます。
---
## Disclaimer / 免責事項
### English
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR
A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
### 日本語
本ソフトウェアは「現状のまま」で提供され、明示または黙示を問わず、商品性、
特定目的への適合性、および権利非侵害についての保証を含むがこれに限定されない、
いかなる種類の保証も伴いません。作者または著作権者は、契約行為、不法行為、
またはそれ以外であろうと、ソフトウェアに起因または関連し、あるいはソフトウェアの
使用またはその他の扱いによって生じる一切の請求、損害、その他の責任について
責任を負いません。
Azure Infra Validation Output Template
## 検証目的
{何を確かめたかったか}
## 検証構成
{tenant / subscription / topology}
## 事前状態
{before routes / status}
## 変更内容
{設定したもの}
## 変更時刻
{要求開始 / Accepted / Succeeded / correlation ID}
## 事後状態
{after routes / status}
## 評価
{目的を満たしたか、未確定は何か、再収束時間や瞬断有無をどこまで言えたか}
## Cleanup
{残すか削除するか}Azure Infra Validation Runbook
Deployment Constraint Branches
VpnGw1-5 non-AZ not allowed: switch to an AZ SKU such asVpnGw1AZ.Public IPs must have zones configured: recreate Standard Public IPs with zones.- VNet overlap: reassign spoke address spaces.
useRemoteGatewaysfails early: apply it only after the hub gateway is complete.- MFA / tenant mismatch: switch tenant or re-login before deployment.
Phase Detail
1. Feasibility: write the validation goal in one line, decide whether Azure-only is enough, minimize topology, and set cleanup expectations. 2. Scope Fix: choose lab vs production, fix tenant/subscription, and define the target observation. 3. Official Grounding: verify prerequisites, limits, SKUs, and gaps against Microsoft Learn. 4. Preflight: run az account show, check provider registration, region availability, SKU/zone/RBAC, and decide polling evidence. 5. Baseline Build: create RG, hub/branch/spoke VNets, GatewaySubnet, and peering. Apply remote gateway after gateway readiness. 6. Core Deployment: create Public IPs, VPN Gateway / Route Server / NVA, and monitor long-running resources. 7. Connectivity: create VPN or peer connections and wait for Connected. 8. Baseline Capture: collect BGP peer status, learned routes, route table, prefix count, and observation start time. 9. Change: apply one setting change, capture Accepted/Succeeded/correlation ID, and wait for reconfiguration. 10. Compare: recapture routes/status, compare route count and summarization, and separate control-plane completion from route/metric impact. 11. Cleanup or Persist: delete one-shot labs or record why they remain.
Ready Rules
- Do not continue before
Succeeded,READY, orConnectedis observed. - Prefer
scripts/watch-az-resource-state.ps1orscripts/check-vpn-lab-status.ps1when available. - Do not claim no outage from Activity Log alone; use polling, route, health, or metrics evidence.
<#
.SYNOPSIS
Workspace status wrapper for azure-infra-validation skill
.DESCRIPTION
Calls the workspace-level check-vpn-lab-status.ps1 script from the skill folder.
.NOTES
Author: aktsmm
Repository: https://github.com/aktsmm/AzureQA
License: CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/)
DO NOT REMOVE OR MODIFY THIS HEADER.
この署名ブロックは削除・変更しないでください。
#>
[CmdletBinding()]
param(
[Parameter(ValueFromRemainingArguments = $true)]
[string[]]$Arguments
)
$target = Join-Path $PSScriptRoot '..\..\..\..\scripts\check-vpn-lab-status.ps1'
$resolved = [System.IO.Path]::GetFullPath($target)
& $resolved @Arguments
<#
.SYNOPSIS
Workspace watcher wrapper for azure-infra-validation skill
.DESCRIPTION
Calls the workspace-level watch-az-resource-state.ps1 script from the skill folder.
.NOTES
Author: aktsmm
Repository: https://github.com/aktsmm/AzureQA
License: CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/)
DO NOT REMOVE OR MODIFY THIS HEADER.
この署名ブロックは削除・変更しないでください。
#>
[CmdletBinding()]
param(
[Parameter(ValueFromRemainingArguments = $true)]
[string[]]$Arguments
)
$target = Join-Path $PSScriptRoot '..\..\..\..\scripts\watch-az-resource-state.ps1'
$resolved = [System.IO.Path]::GetFullPath($target)
& $resolved @Arguments
Related skills
FAQ
Does this touch production?
No. It defaults to lab/sandbox and avoids destructive changes; production validation is out of scope and it prefers a separate subscription.
Can it fully replace a real ExpressRoute test?
No. It states that active circuit, private peering, or provider-side provisioning cannot be fully replaced; it only approximates route-advertisement checks Azure-only.