ワンクリックで
lab-azure-governance
Template and script inventory for Azure hands-on labs. All cross-cutting rules are in the lab-shared-contract skill.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Template and script inventory for Azure hands-on labs. All cross-cutting rules are in the lab-shared-contract skill.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Start or stop a certification study session by invoking Invoke-AzStudySession.ps1. Parses natural language to extract parameters and prompts for any that are missing. Use when asked to begin/start/stop a study session, start studying, track study time, or log study activity.
Reorganize practice exam questions by domain, skill, and task metadata for any certification exam, then update the coverage table on the exam README. Use when asked to organize practice exams, classify exam questions by domain, or update practice exam coverage.
Scaffold a new certification exam into the LearningAzure workspace. Creates the folder structure, README files, StudyLog, Skills.psd1, and updates all cross-cutting files (scripts, governance, shared contract, top-level README). Use when asked to add a new exam, create an exam, scaffold an exam, or introduce a new certification.
Extract and export flat URLs from a named markdown section and its subsections to a text file. Use when asked to extract links from a markdown section, flatten markdown links, export URLs from a section, get all links under a heading, or extract section/subsection link list.
Build structured reference link trees from Microsoft Learn learning paths or modules. Extracts modules, units, and inline documentation links into nested markdown for references pages. Use when building references, extracting learning path links, creating study reference documentation, or populating a references.md file.
Explain Microsoft Azure exam question outcomes from screenshots. Use when asked to explain why an exam answer is correct or incorrect, or to analyze a practice exam question result.
| name | lab-azure-governance |
| description | Template and script inventory for Azure hands-on labs. All cross-cutting rules are in the lab-shared-contract skill. |
| user-invokable | false |
Physical templates and scripts for lab scaffolding. All rules (naming, tags, regions, SKUs, etc.) are defined in the lab-shared-contract skill — this skill is an inventory of starter files only.
For the full Azure governance policy document, see Governance-Lab.md at .assets/shared/Governance-Lab.md.
Path: .github/skills/lab-azure-governance/templates/terraform-module.stub/
| File | Contents |
|---|---|
main.tf | Locals, resource group, module call stubs |
variables.tf | Standard input variables |
outputs.tf | Resource group name output |
providers.tf | AzureRM + random provider config |
terraform.tfvars | Pre-populated defaults |
Path: .github/skills/lab-azure-governance/templates/bicep-module.stub/
| File | Contents |
|---|---|
main.bicep | Root module with subscription scope, tags, RG |
main.bicepparam | Pre-populated parameters |
Path: .github/skills/lab-azure-governance/templates/README.template.md
14-section skeleton matching lab-shared-contract R-011.
Path: .github/skills/lab-azure-governance/scripts/Confirm-LabSubscription.ps1
Pre-deployment guardrail that validates the active Azure subscription matches the lab subscription (lab-shared-contract R-020).
Full Azure governance policy: Governance-Lab.md at .assets/shared/Governance-Lab.md.
This is the authoritative document for Azure-specific implementation details beyond what the lab-shared-contract covers (e.g., detailed Azure service behavior, SNAT edge cases, NIC conflict specifics).