원클릭으로
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 직업 분류 기준
| 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).
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.