[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-sdaf-state-management":3,"mdc-y2yfl-key":35,"related-repo-azure-sdaf-state-management":1044,"related-org-azure-sdaf-state-management":1137},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"sdaf-state-management","manage Terraform state for SAP","Inspect and repair SDAF Terraform state safely before any reviewed import\u002Fremove. Grounded in `docs\u002Flocal\u002F07-00-operations.md § Manage state safely`, `docs\u002Flocal\u002Ftroubleshooting.md § Terraform reports a state lock`, and `deploy\u002Fscripts\u002Fadvanced_state_management.sh`. Use when a user says \"advanced_state_management.sh\", \"terraform state list\", \"state import\", \"state rm\", \"repair SDAF state\", \"remote state disagrees with Azure\", or \"who owns this state lock\". Do NOT use for teardown, reverse-order destroy, ARM fallback, or an unclassified failed run.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[13,15,18,21],{"name":11,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Terraform","terraform",{"name":19,"slug":20,"type":14},"Infrastructure as Code","infrastructure-as-code",{"name":22,"slug":23,"type":14},"SAP","sap",143,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation","2026-09-02T07:46:45.63074","MIT",173,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"This is the repository supporting the SAP deployment automation framework on Azure","https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation\u002Ftree\u002FHEAD\u002Fskills\u002Fsdaf-state-management","---\nname: sdaf-state-management\ndescription: >\n  Inspect and repair SDAF Terraform state safely before any reviewed\n  import\u002Fremove. Grounded in `docs\u002Flocal\u002F07-00-operations.md § Manage state\n  safely`, `docs\u002Flocal\u002Ftroubleshooting.md § Terraform reports a state lock`,\n  and `deploy\u002Fscripts\u002Fadvanced_state_management.sh`. Use when a user says\n  \"advanced_state_management.sh\", \"terraform state list\", \"state import\",\n  \"state rm\", \"repair SDAF state\", \"remote state disagrees with Azure\", or\n  \"who owns this state lock\". Do NOT use for teardown, reverse-order destroy,\n  ARM fallback, or an unclassified failed run.\nallowed-tools: shell\nlicense: MIT\n---\n\n# SDAF State Management\n\nAction-loop skill. Canonical owner of the warning that\n`advanced_state_management.sh` re-inits on every op. Uses only the reviewed\n`list` \u002F `import` \u002F `remove` path documented in the repo and the checked-out\nscript's own `--help`; refuses to invent a generic unlock or teardown path.\n\n## When to invoke\n\nTrigger on: `advanced_state_management.sh`, \"terraform state list\", \"state import\",\n\"state rm\", \"repair remote state\", \"backend metadata\", \"resources.lst\", \"state lock\nowner\", \"remote tfstate disagrees with Azure\".\n\nDo NOT trigger on: destroy \u002F teardown \u002F ARM fallback \u002F reverse-order removal,\n`remover.sh`, `remove_controlplane.sh`, hosted removal wrappers, or a failed run\nwhose symptom is still ambiguous.\n\n## Preconditions\n\n- The operator has an approved state operation (`docs\u002Flocal\u002F07-00-operations.md\n  § Prepare an operational change`).\n- `SAP_AUTOMATION_REPO_PATH`, `CONFIG_REPO_PATH`, and `ARM_SUBSCRIPTION_ID` are\n  set, or the missing-export gate is fixed first.\n- The target root is known: `sap_deployer`, `sap_library`, `sap_landscape`, or\n  `sap_system`.\n- The parameter file, state subscription, storage account, and key identify the\n  intended backend.\n- For `import` or `remove`, the exact Terraform address and Azure resource ID\n  are known. If not, stop and inspect first.\n\n## Recipe\n### Step 1 — Confirm the boundary before touching state\n- **This skill owns** reviewed state inspection and repair through\n  `deploy\u002Fscripts\u002Fadvanced_state_management.sh`.\n- **`sdaf-safe-removal` owns** Terraform destroy, reverse-order teardown,\n  and removal through the documented SDAF operations.\n- **`sdaf-failure-triage` owns** an ambiguous failed run before the operator has\n  established whether the problem is readiness, deploy, removal, or state.\n\nIf the user is trying to delete resources or finish an incomplete teardown,\nroute to `sdaf-safe-removal`. Do not hide removal problems with state edits.\n\n### Step 2 — Reconcile backend identity and back up first\nWalk the checklist in [`references\u002Fstate-safety.md`](references\u002Fstate-safety.md):\n\n- Remote state is authoritative after control-plane bootstrap; local\n  `.terraform\u002Fterraform.tfstate` is backend metadata, not the source of truth.\n- Back up the target remote-state blob and local backend metadata before **any**\n  reviewed state operation.\n- Confirm the local metadata, the supplied subscription\u002Fstorage account\u002Fkey, and\n  any `.sap_deployment_automation` metadata all point at the same backend. The\n  script can infer backend values when arguments are omitted; inspect before\n  trusting.\n- Preserve lock details and prove no other workflow, pipeline, operator, or process\n  still owns the blob.\n\n### Step 3 — Inspect first with the documented `list` path\nBefore changing anything, confirm the checked-out script contract:\n\n```bash\n\"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fscripts\u002Fadvanced_state_management.sh\" --help\n```\n\nThen start with the non-destructive *intent* from the documented `list`\nexample in `docs\u002Flocal\u002F07-00-operations.md § Manage state safely`:\n\n```bash\ncd \"$CONFIG_REPO_PATH\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>\"\n\"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fscripts\u002Fadvanced_state_management.sh\" \\\n  --parameterfile \"\u003CSAP_SYSTEM>.tfvars\" \\\n  --type sap_system \\\n  --operation list \\\n  --subscription \"\u003CSTATE_SUBSCRIPTION_ID>\" \\\n  --storage_account_name \"\u003CSTATE_STORAGE_ACCOUNT>\" \\\n  --terraform_keyfile \"\u003CSAP_SYSTEM>.terraform.tfstate\" \\\n  --workload_zone_name \"\u003CWORKLOAD_ZONE>\" \\\n  --control_plane_name \"\u003CCONTROL_PLANE>\"\n```\n\nThe script initializes the matching root module, writes `resources.lst`, and\nonly then lists resources. Treat any unexpected copy\u002Fmigrate prompt as a stop\ncondition; reconcile the backend first and rerun only after review.\n\n### Step 4 — Treat `import` \u002F `remove` as reviewed repairs, never discovery\n- `state rm` stops Terraform from managing a resource; it does **not** delete\n  the Azure resource.\n- The script validates `--azure_resource_id` with `az resource show --ids`\n  before import. If that lookup fails, stop.\n- `import` and `remove` are only valid once `resources.lst`, the Terraform address,\n  and the Azure resource ID all match the reviewed target.\n- Do not shorten, pattern-match, or guess a Terraform address or Azure resource\n  ID.\n- Do not use `state rm` to bypass a replacement, to make an incomplete removal\n  look clean, or as a substitute for a destroy plan. Those are boundary\n  violations: route to `sdaf-failure-triage` or `sdaf-safe-removal`.\n\nIf the docs, script output, Azure resource lookup, and stored metadata do not\nline up cleanly, say docs are insufficient for a safe reviewed edit and stop.\n\n### Step 5 — Re-list, retain evidence, then hand off\nAfter any reviewed import\u002Fremove:\n\n- rerun `--operation list` to confirm the new association;\n- retain the command, output, state account, container, and blob names; and\n- hand back to the owning stage skill for a fresh plan, or to `sdaf-safe-removal`\n  if the next reviewed step is an actual teardown.\n\n## Hard rules\n- Documented behaviour only (D19). If the docs and checked-out script are silent,\n  stop.\n- Never synthesize destructive state edits, generic unlock commands, or an\n  undeclared hosted recovery wrapper.\n- Do not treat `list` as read-only; initialization can still migrate or upgrade\n  backend\u002Fprovider state.\n- Do not run two execution models concurrently against the same state.\n- Do not treat local backend metadata as the authoritative state record.\n\n## What this skill does NOT do\n- Does not perform teardown, destroy, ARM fallback, or generic failed-run triage.\n- Does not invent a `terraform force-unlock` procedure or approve import\u002Fremove\n  without backups and exact identifiers.\n\n## See also\n- `sdaf-safe-removal`, `sdaf-failure-triage`, `sdaf-control-plane-bootstrap`,\n  `sdaf-workload-zone`, `sdaf-sap-system`.\n- `docs\u002Flocal\u002F07-00-operations.md`, `docs\u002Flocal\u002Ftroubleshooting.md`, and\n  [`references\u002Fstate-safety.md`](references\u002Fstate-safety.md).\n",{"data":36,"body":38},{"name":4,"description":6,"allowed-tools":37,"license":27},"shell",{"type":39,"children":40},"root",[41,49,95,102,114,135,141,244,250,257,309,321,327,344,390,403,408,448,475,721,734,753,848,853,859,864,897,903,938,944,965,971,1038],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","SDAF State Management",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53,55,62,64,70,72,78,79,85,87,93],{"type":47,"value":54},"Action-loop skill. Canonical owner of the warning that\n",{"type":42,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":47,"value":61},"advanced_state_management.sh",{"type":47,"value":63}," re-inits on every op. Uses only the reviewed\n",{"type":42,"tag":56,"props":65,"children":67},{"className":66},[],[68],{"type":47,"value":69},"list",{"type":47,"value":71}," \u002F ",{"type":42,"tag":56,"props":73,"children":75},{"className":74},[],[76],{"type":47,"value":77},"import",{"type":47,"value":71},{"type":42,"tag":56,"props":80,"children":82},{"className":81},[],[83],{"type":47,"value":84},"remove",{"type":47,"value":86}," path documented in the repo and the checked-out\nscript's own ",{"type":42,"tag":56,"props":88,"children":90},{"className":89},[],[91],{"type":47,"value":92},"--help",{"type":47,"value":94},"; refuses to invent a generic unlock or teardown path.",{"type":42,"tag":96,"props":97,"children":99},"h2",{"id":98},"when-to-invoke",[100],{"type":47,"value":101},"When to invoke",{"type":42,"tag":50,"props":103,"children":104},{},[105,107,112],{"type":47,"value":106},"Trigger on: ",{"type":42,"tag":56,"props":108,"children":110},{"className":109},[],[111],{"type":47,"value":61},{"type":47,"value":113},", \"terraform state list\", \"state import\",\n\"state rm\", \"repair remote state\", \"backend metadata\", \"resources.lst\", \"state lock\nowner\", \"remote tfstate disagrees with Azure\".",{"type":42,"tag":50,"props":115,"children":116},{},[117,119,125,127,133],{"type":47,"value":118},"Do NOT trigger on: destroy \u002F teardown \u002F ARM fallback \u002F reverse-order removal,\n",{"type":42,"tag":56,"props":120,"children":122},{"className":121},[],[123],{"type":47,"value":124},"remover.sh",{"type":47,"value":126},", ",{"type":42,"tag":56,"props":128,"children":130},{"className":129},[],[131],{"type":47,"value":132},"remove_controlplane.sh",{"type":47,"value":134},", hosted removal wrappers, or a failed run\nwhose symptom is still ambiguous.",{"type":42,"tag":96,"props":136,"children":138},{"id":137},"preconditions",[139],{"type":47,"value":140},"Preconditions",{"type":42,"tag":142,"props":143,"children":144},"ul",{},[145,159,185,220,225],{"type":42,"tag":146,"props":147,"children":148},"li",{},[149,151,157],{"type":47,"value":150},"The operator has an approved state operation (",{"type":42,"tag":56,"props":152,"children":154},{"className":153},[],[155],{"type":47,"value":156},"docs\u002Flocal\u002F07-00-operations.md § Prepare an operational change",{"type":47,"value":158},").",{"type":42,"tag":146,"props":160,"children":161},{},[162,168,169,175,177,183],{"type":42,"tag":56,"props":163,"children":165},{"className":164},[],[166],{"type":47,"value":167},"SAP_AUTOMATION_REPO_PATH",{"type":47,"value":126},{"type":42,"tag":56,"props":170,"children":172},{"className":171},[],[173],{"type":47,"value":174},"CONFIG_REPO_PATH",{"type":47,"value":176},", and ",{"type":42,"tag":56,"props":178,"children":180},{"className":179},[],[181],{"type":47,"value":182},"ARM_SUBSCRIPTION_ID",{"type":47,"value":184}," are\nset, or the missing-export gate is fixed first.",{"type":42,"tag":146,"props":186,"children":187},{},[188,190,196,197,203,204,210,212,218],{"type":47,"value":189},"The target root is known: ",{"type":42,"tag":56,"props":191,"children":193},{"className":192},[],[194],{"type":47,"value":195},"sap_deployer",{"type":47,"value":126},{"type":42,"tag":56,"props":198,"children":200},{"className":199},[],[201],{"type":47,"value":202},"sap_library",{"type":47,"value":126},{"type":42,"tag":56,"props":205,"children":207},{"className":206},[],[208],{"type":47,"value":209},"sap_landscape",{"type":47,"value":211},", or\n",{"type":42,"tag":56,"props":213,"children":215},{"className":214},[],[216],{"type":47,"value":217},"sap_system",{"type":47,"value":219},".",{"type":42,"tag":146,"props":221,"children":222},{},[223],{"type":47,"value":224},"The parameter file, state subscription, storage account, and key identify the\nintended backend.",{"type":42,"tag":146,"props":226,"children":227},{},[228,230,235,237,242],{"type":47,"value":229},"For ",{"type":42,"tag":56,"props":231,"children":233},{"className":232},[],[234],{"type":47,"value":77},{"type":47,"value":236}," or ",{"type":42,"tag":56,"props":238,"children":240},{"className":239},[],[241],{"type":47,"value":84},{"type":47,"value":243},", the exact Terraform address and Azure resource ID\nare known. If not, stop and inspect first.",{"type":42,"tag":96,"props":245,"children":247},{"id":246},"recipe",[248],{"type":47,"value":249},"Recipe",{"type":42,"tag":251,"props":252,"children":254},"h3",{"id":253},"step-1-confirm-the-boundary-before-touching-state",[255],{"type":47,"value":256},"Step 1 — Confirm the boundary before touching state",{"type":42,"tag":142,"props":258,"children":259},{},[260,278,294],{"type":42,"tag":146,"props":261,"children":262},{},[263,269,271,277],{"type":42,"tag":264,"props":265,"children":266},"strong",{},[267],{"type":47,"value":268},"This skill owns",{"type":47,"value":270}," reviewed state inspection and repair through\n",{"type":42,"tag":56,"props":272,"children":274},{"className":273},[],[275],{"type":47,"value":276},"deploy\u002Fscripts\u002Fadvanced_state_management.sh",{"type":47,"value":219},{"type":42,"tag":146,"props":279,"children":280},{},[281,292],{"type":42,"tag":264,"props":282,"children":283},{},[284,290],{"type":42,"tag":56,"props":285,"children":287},{"className":286},[],[288],{"type":47,"value":289},"sdaf-safe-removal",{"type":47,"value":291}," owns",{"type":47,"value":293}," Terraform destroy, reverse-order teardown,\nand removal through the documented SDAF operations.",{"type":42,"tag":146,"props":295,"children":296},{},[297,307],{"type":42,"tag":264,"props":298,"children":299},{},[300,306],{"type":42,"tag":56,"props":301,"children":303},{"className":302},[],[304],{"type":47,"value":305},"sdaf-failure-triage",{"type":47,"value":291},{"type":47,"value":308}," an ambiguous failed run before the operator has\nestablished whether the problem is readiness, deploy, removal, or state.",{"type":42,"tag":50,"props":310,"children":311},{},[312,314,319],{"type":47,"value":313},"If the user is trying to delete resources or finish an incomplete teardown,\nroute to ",{"type":42,"tag":56,"props":315,"children":317},{"className":316},[],[318],{"type":47,"value":289},{"type":47,"value":320},". Do not hide removal problems with state edits.",{"type":42,"tag":251,"props":322,"children":324},{"id":323},"step-2-reconcile-backend-identity-and-back-up-first",[325],{"type":47,"value":326},"Step 2 — Reconcile backend identity and back up first",{"type":42,"tag":50,"props":328,"children":329},{},[330,332,342],{"type":47,"value":331},"Walk the checklist in ",{"type":42,"tag":333,"props":334,"children":336},"a",{"href":335},"references\u002Fstate-safety.md",[337],{"type":42,"tag":56,"props":338,"children":340},{"className":339},[],[341],{"type":47,"value":335},{"type":47,"value":343},":",{"type":42,"tag":142,"props":345,"children":346},{},[347,360,372,385],{"type":42,"tag":146,"props":348,"children":349},{},[350,352,358],{"type":47,"value":351},"Remote state is authoritative after control-plane bootstrap; local\n",{"type":42,"tag":56,"props":353,"children":355},{"className":354},[],[356],{"type":47,"value":357},".terraform\u002Fterraform.tfstate",{"type":47,"value":359}," is backend metadata, not the source of truth.",{"type":42,"tag":146,"props":361,"children":362},{},[363,365,370],{"type":47,"value":364},"Back up the target remote-state blob and local backend metadata before ",{"type":42,"tag":264,"props":366,"children":367},{},[368],{"type":47,"value":369},"any",{"type":47,"value":371},"\nreviewed state operation.",{"type":42,"tag":146,"props":373,"children":374},{},[375,377,383],{"type":47,"value":376},"Confirm the local metadata, the supplied subscription\u002Fstorage account\u002Fkey, and\nany ",{"type":42,"tag":56,"props":378,"children":380},{"className":379},[],[381],{"type":47,"value":382},".sap_deployment_automation",{"type":47,"value":384}," metadata all point at the same backend. The\nscript can infer backend values when arguments are omitted; inspect before\ntrusting.",{"type":42,"tag":146,"props":386,"children":387},{},[388],{"type":47,"value":389},"Preserve lock details and prove no other workflow, pipeline, operator, or process\nstill owns the blob.",{"type":42,"tag":251,"props":391,"children":393},{"id":392},"step-3-inspect-first-with-the-documented-list-path",[394,396,401],{"type":47,"value":395},"Step 3 — Inspect first with the documented ",{"type":42,"tag":56,"props":397,"children":399},{"className":398},[],[400],{"type":47,"value":69},{"type":47,"value":402}," path",{"type":42,"tag":50,"props":404,"children":405},{},[406],{"type":47,"value":407},"Before changing anything, confirm the checked-out script contract:",{"type":42,"tag":409,"props":410,"children":415},"pre",{"className":411,"code":412,"language":413,"meta":414,"style":414},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fscripts\u002Fadvanced_state_management.sh\" --help\n","bash","",[416],{"type":42,"tag":56,"props":417,"children":418},{"__ignoreMap":414},[419],{"type":42,"tag":420,"props":421,"children":424},"span",{"class":422,"line":423},"line",1,[425,431,437,442],{"type":42,"tag":420,"props":426,"children":428},{"style":427},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[429],{"type":47,"value":430},"\"",{"type":42,"tag":420,"props":432,"children":434},{"style":433},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[435],{"type":47,"value":436},"$SAP_AUTOMATION_REPO_PATH",{"type":42,"tag":420,"props":438,"children":439},{"style":427},[440],{"type":47,"value":441},"\u002Fdeploy\u002Fscripts\u002Fadvanced_state_management.sh\"",{"type":42,"tag":420,"props":443,"children":445},{"style":444},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[446],{"type":47,"value":447}," --help\n",{"type":42,"tag":50,"props":449,"children":450},{},[451,453,459,461,466,468,474],{"type":47,"value":452},"Then start with the non-destructive ",{"type":42,"tag":454,"props":455,"children":456},"em",{},[457],{"type":47,"value":458},"intent",{"type":47,"value":460}," from the documented ",{"type":42,"tag":56,"props":462,"children":464},{"className":463},[],[465],{"type":47,"value":69},{"type":47,"value":467},"\nexample in ",{"type":42,"tag":56,"props":469,"children":471},{"className":470},[],[472],{"type":47,"value":473},"docs\u002Flocal\u002F07-00-operations.md § Manage state safely",{"type":47,"value":343},{"type":42,"tag":409,"props":476,"children":478},{"className":411,"code":477,"language":413,"meta":414,"style":414},"cd \"$CONFIG_REPO_PATH\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>\"\n\"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fscripts\u002Fadvanced_state_management.sh\" \\\n  --parameterfile \"\u003CSAP_SYSTEM>.tfvars\" \\\n  --type sap_system \\\n  --operation list \\\n  --subscription \"\u003CSTATE_SUBSCRIPTION_ID>\" \\\n  --storage_account_name \"\u003CSTATE_STORAGE_ACCOUNT>\" \\\n  --terraform_keyfile \"\u003CSAP_SYSTEM>.terraform.tfstate\" \\\n  --workload_zone_name \"\u003CWORKLOAD_ZONE>\" \\\n  --control_plane_name \"\u003CCONTROL_PLANE>\"\n",[479],{"type":42,"tag":56,"props":480,"children":481},{"__ignoreMap":414},[482,512,533,559,577,595,621,647,673,699],{"type":42,"tag":420,"props":483,"children":484},{"class":422,"line":423},[485,491,497,502,507],{"type":42,"tag":420,"props":486,"children":488},{"style":487},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[489],{"type":47,"value":490},"cd",{"type":42,"tag":420,"props":492,"children":494},{"style":493},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[495],{"type":47,"value":496}," \"",{"type":42,"tag":420,"props":498,"children":499},{"style":433},[500],{"type":47,"value":501},"$CONFIG_REPO_PATH",{"type":42,"tag":420,"props":503,"children":504},{"style":444},[505],{"type":47,"value":506},"\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>",{"type":42,"tag":420,"props":508,"children":509},{"style":493},[510],{"type":47,"value":511},"\"\n",{"type":42,"tag":420,"props":513,"children":515},{"class":422,"line":514},2,[516,520,524,528],{"type":42,"tag":420,"props":517,"children":518},{"style":427},[519],{"type":47,"value":430},{"type":42,"tag":420,"props":521,"children":522},{"style":433},[523],{"type":47,"value":436},{"type":42,"tag":420,"props":525,"children":526},{"style":427},[527],{"type":47,"value":441},{"type":42,"tag":420,"props":529,"children":530},{"style":433},[531],{"type":47,"value":532}," \\\n",{"type":42,"tag":420,"props":534,"children":536},{"class":422,"line":535},3,[537,542,546,551,555],{"type":42,"tag":420,"props":538,"children":539},{"style":444},[540],{"type":47,"value":541},"  --parameterfile",{"type":42,"tag":420,"props":543,"children":544},{"style":493},[545],{"type":47,"value":496},{"type":42,"tag":420,"props":547,"children":548},{"style":444},[549],{"type":47,"value":550},"\u003CSAP_SYSTEM>.tfvars",{"type":42,"tag":420,"props":552,"children":553},{"style":493},[554],{"type":47,"value":430},{"type":42,"tag":420,"props":556,"children":557},{"style":433},[558],{"type":47,"value":532},{"type":42,"tag":420,"props":560,"children":562},{"class":422,"line":561},4,[563,568,573],{"type":42,"tag":420,"props":564,"children":565},{"style":444},[566],{"type":47,"value":567},"  --type",{"type":42,"tag":420,"props":569,"children":570},{"style":444},[571],{"type":47,"value":572}," sap_system",{"type":42,"tag":420,"props":574,"children":575},{"style":433},[576],{"type":47,"value":532},{"type":42,"tag":420,"props":578,"children":580},{"class":422,"line":579},5,[581,586,591],{"type":42,"tag":420,"props":582,"children":583},{"style":444},[584],{"type":47,"value":585},"  --operation",{"type":42,"tag":420,"props":587,"children":588},{"style":444},[589],{"type":47,"value":590}," list",{"type":42,"tag":420,"props":592,"children":593},{"style":433},[594],{"type":47,"value":532},{"type":42,"tag":420,"props":596,"children":598},{"class":422,"line":597},6,[599,604,608,613,617],{"type":42,"tag":420,"props":600,"children":601},{"style":444},[602],{"type":47,"value":603},"  --subscription",{"type":42,"tag":420,"props":605,"children":606},{"style":493},[607],{"type":47,"value":496},{"type":42,"tag":420,"props":609,"children":610},{"style":444},[611],{"type":47,"value":612},"\u003CSTATE_SUBSCRIPTION_ID>",{"type":42,"tag":420,"props":614,"children":615},{"style":493},[616],{"type":47,"value":430},{"type":42,"tag":420,"props":618,"children":619},{"style":433},[620],{"type":47,"value":532},{"type":42,"tag":420,"props":622,"children":624},{"class":422,"line":623},7,[625,630,634,639,643],{"type":42,"tag":420,"props":626,"children":627},{"style":444},[628],{"type":47,"value":629},"  --storage_account_name",{"type":42,"tag":420,"props":631,"children":632},{"style":493},[633],{"type":47,"value":496},{"type":42,"tag":420,"props":635,"children":636},{"style":444},[637],{"type":47,"value":638},"\u003CSTATE_STORAGE_ACCOUNT>",{"type":42,"tag":420,"props":640,"children":641},{"style":493},[642],{"type":47,"value":430},{"type":42,"tag":420,"props":644,"children":645},{"style":433},[646],{"type":47,"value":532},{"type":42,"tag":420,"props":648,"children":650},{"class":422,"line":649},8,[651,656,660,665,669],{"type":42,"tag":420,"props":652,"children":653},{"style":444},[654],{"type":47,"value":655},"  --terraform_keyfile",{"type":42,"tag":420,"props":657,"children":658},{"style":493},[659],{"type":47,"value":496},{"type":42,"tag":420,"props":661,"children":662},{"style":444},[663],{"type":47,"value":664},"\u003CSAP_SYSTEM>.terraform.tfstate",{"type":42,"tag":420,"props":666,"children":667},{"style":493},[668],{"type":47,"value":430},{"type":42,"tag":420,"props":670,"children":671},{"style":433},[672],{"type":47,"value":532},{"type":42,"tag":420,"props":674,"children":676},{"class":422,"line":675},9,[677,682,686,691,695],{"type":42,"tag":420,"props":678,"children":679},{"style":444},[680],{"type":47,"value":681},"  --workload_zone_name",{"type":42,"tag":420,"props":683,"children":684},{"style":493},[685],{"type":47,"value":496},{"type":42,"tag":420,"props":687,"children":688},{"style":444},[689],{"type":47,"value":690},"\u003CWORKLOAD_ZONE>",{"type":42,"tag":420,"props":692,"children":693},{"style":493},[694],{"type":47,"value":430},{"type":42,"tag":420,"props":696,"children":697},{"style":433},[698],{"type":47,"value":532},{"type":42,"tag":420,"props":700,"children":702},{"class":422,"line":701},10,[703,708,712,717],{"type":42,"tag":420,"props":704,"children":705},{"style":444},[706],{"type":47,"value":707},"  --control_plane_name",{"type":42,"tag":420,"props":709,"children":710},{"style":493},[711],{"type":47,"value":496},{"type":42,"tag":420,"props":713,"children":714},{"style":444},[715],{"type":47,"value":716},"\u003CCONTROL_PLANE>",{"type":42,"tag":420,"props":718,"children":719},{"style":493},[720],{"type":47,"value":511},{"type":42,"tag":50,"props":722,"children":723},{},[724,726,732],{"type":47,"value":725},"The script initializes the matching root module, writes ",{"type":42,"tag":56,"props":727,"children":729},{"className":728},[],[730],{"type":47,"value":731},"resources.lst",{"type":47,"value":733},", and\nonly then lists resources. Treat any unexpected copy\u002Fmigrate prompt as a stop\ncondition; reconcile the backend first and rerun only after review.",{"type":42,"tag":251,"props":735,"children":737},{"id":736},"step-4-treat-import-remove-as-reviewed-repairs-never-discovery",[738,740,745,746,751],{"type":47,"value":739},"Step 4 — Treat ",{"type":42,"tag":56,"props":741,"children":743},{"className":742},[],[744],{"type":47,"value":77},{"type":47,"value":71},{"type":42,"tag":56,"props":747,"children":749},{"className":748},[],[750],{"type":47,"value":84},{"type":47,"value":752}," as reviewed repairs, never discovery",{"type":42,"tag":142,"props":754,"children":755},{},[756,774,795,819,824],{"type":42,"tag":146,"props":757,"children":758},{},[759,765,767,772],{"type":42,"tag":56,"props":760,"children":762},{"className":761},[],[763],{"type":47,"value":764},"state rm",{"type":47,"value":766}," stops Terraform from managing a resource; it does ",{"type":42,"tag":264,"props":768,"children":769},{},[770],{"type":47,"value":771},"not",{"type":47,"value":773}," delete\nthe Azure resource.",{"type":42,"tag":146,"props":775,"children":776},{},[777,779,785,787,793],{"type":47,"value":778},"The script validates ",{"type":42,"tag":56,"props":780,"children":782},{"className":781},[],[783],{"type":47,"value":784},"--azure_resource_id",{"type":47,"value":786}," with ",{"type":42,"tag":56,"props":788,"children":790},{"className":789},[],[791],{"type":47,"value":792},"az resource show --ids",{"type":47,"value":794},"\nbefore import. If that lookup fails, stop.",{"type":42,"tag":146,"props":796,"children":797},{},[798,803,805,810,812,817],{"type":42,"tag":56,"props":799,"children":801},{"className":800},[],[802],{"type":47,"value":77},{"type":47,"value":804}," and ",{"type":42,"tag":56,"props":806,"children":808},{"className":807},[],[809],{"type":47,"value":84},{"type":47,"value":811}," are only valid once ",{"type":42,"tag":56,"props":813,"children":815},{"className":814},[],[816],{"type":47,"value":731},{"type":47,"value":818},", the Terraform address,\nand the Azure resource ID all match the reviewed target.",{"type":42,"tag":146,"props":820,"children":821},{},[822],{"type":47,"value":823},"Do not shorten, pattern-match, or guess a Terraform address or Azure resource\nID.",{"type":42,"tag":146,"props":825,"children":826},{},[827,829,834,836,841,842,847],{"type":47,"value":828},"Do not use ",{"type":42,"tag":56,"props":830,"children":832},{"className":831},[],[833],{"type":47,"value":764},{"type":47,"value":835}," to bypass a replacement, to make an incomplete removal\nlook clean, or as a substitute for a destroy plan. Those are boundary\nviolations: route to ",{"type":42,"tag":56,"props":837,"children":839},{"className":838},[],[840],{"type":47,"value":305},{"type":47,"value":236},{"type":42,"tag":56,"props":843,"children":845},{"className":844},[],[846],{"type":47,"value":289},{"type":47,"value":219},{"type":42,"tag":50,"props":849,"children":850},{},[851],{"type":47,"value":852},"If the docs, script output, Azure resource lookup, and stored metadata do not\nline up cleanly, say docs are insufficient for a safe reviewed edit and stop.",{"type":42,"tag":251,"props":854,"children":856},{"id":855},"step-5-re-list-retain-evidence-then-hand-off",[857],{"type":47,"value":858},"Step 5 — Re-list, retain evidence, then hand off",{"type":42,"tag":50,"props":860,"children":861},{},[862],{"type":47,"value":863},"After any reviewed import\u002Fremove:",{"type":42,"tag":142,"props":865,"children":866},{},[867,880,885],{"type":42,"tag":146,"props":868,"children":869},{},[870,872,878],{"type":47,"value":871},"rerun ",{"type":42,"tag":56,"props":873,"children":875},{"className":874},[],[876],{"type":47,"value":877},"--operation list",{"type":47,"value":879}," to confirm the new association;",{"type":42,"tag":146,"props":881,"children":882},{},[883],{"type":47,"value":884},"retain the command, output, state account, container, and blob names; and",{"type":42,"tag":146,"props":886,"children":887},{},[888,890,895],{"type":47,"value":889},"hand back to the owning stage skill for a fresh plan, or to ",{"type":42,"tag":56,"props":891,"children":893},{"className":892},[],[894],{"type":47,"value":289},{"type":47,"value":896},"\nif the next reviewed step is an actual teardown.",{"type":42,"tag":96,"props":898,"children":900},{"id":899},"hard-rules",[901],{"type":47,"value":902},"Hard rules",{"type":42,"tag":142,"props":904,"children":905},{},[906,911,916,928,933],{"type":42,"tag":146,"props":907,"children":908},{},[909],{"type":47,"value":910},"Documented behaviour only (D19). If the docs and checked-out script are silent,\nstop.",{"type":42,"tag":146,"props":912,"children":913},{},[914],{"type":47,"value":915},"Never synthesize destructive state edits, generic unlock commands, or an\nundeclared hosted recovery wrapper.",{"type":42,"tag":146,"props":917,"children":918},{},[919,921,926],{"type":47,"value":920},"Do not treat ",{"type":42,"tag":56,"props":922,"children":924},{"className":923},[],[925],{"type":47,"value":69},{"type":47,"value":927}," as read-only; initialization can still migrate or upgrade\nbackend\u002Fprovider state.",{"type":42,"tag":146,"props":929,"children":930},{},[931],{"type":47,"value":932},"Do not run two execution models concurrently against the same state.",{"type":42,"tag":146,"props":934,"children":935},{},[936],{"type":47,"value":937},"Do not treat local backend metadata as the authoritative state record.",{"type":42,"tag":96,"props":939,"children":941},{"id":940},"what-this-skill-does-not-do",[942],{"type":47,"value":943},"What this skill does NOT do",{"type":42,"tag":142,"props":945,"children":946},{},[947,952],{"type":42,"tag":146,"props":948,"children":949},{},[950],{"type":47,"value":951},"Does not perform teardown, destroy, ARM fallback, or generic failed-run triage.",{"type":42,"tag":146,"props":953,"children":954},{},[955,957,963],{"type":47,"value":956},"Does not invent a ",{"type":42,"tag":56,"props":958,"children":960},{"className":959},[],[961],{"type":47,"value":962},"terraform force-unlock",{"type":47,"value":964}," procedure or approve import\u002Fremove\nwithout backups and exact identifiers.",{"type":42,"tag":96,"props":966,"children":968},{"id":967},"see-also",[969],{"type":47,"value":970},"See also",{"type":42,"tag":142,"props":972,"children":973},{},[974,1011],{"type":42,"tag":146,"props":975,"children":976},{},[977,982,983,988,989,995,997,1003,1004,1010],{"type":42,"tag":56,"props":978,"children":980},{"className":979},[],[981],{"type":47,"value":289},{"type":47,"value":126},{"type":42,"tag":56,"props":984,"children":986},{"className":985},[],[987],{"type":47,"value":305},{"type":47,"value":126},{"type":42,"tag":56,"props":990,"children":992},{"className":991},[],[993],{"type":47,"value":994},"sdaf-control-plane-bootstrap",{"type":47,"value":996},",\n",{"type":42,"tag":56,"props":998,"children":1000},{"className":999},[],[1001],{"type":47,"value":1002},"sdaf-workload-zone",{"type":47,"value":126},{"type":42,"tag":56,"props":1005,"children":1007},{"className":1006},[],[1008],{"type":47,"value":1009},"sdaf-sap-system",{"type":47,"value":219},{"type":42,"tag":146,"props":1012,"children":1013},{},[1014,1020,1021,1027,1029,1037],{"type":42,"tag":56,"props":1015,"children":1017},{"className":1016},[],[1018],{"type":47,"value":1019},"docs\u002Flocal\u002F07-00-operations.md",{"type":47,"value":126},{"type":42,"tag":56,"props":1022,"children":1024},{"className":1023},[],[1025],{"type":47,"value":1026},"docs\u002Flocal\u002Ftroubleshooting.md",{"type":47,"value":1028},", and\n",{"type":42,"tag":333,"props":1030,"children":1031},{"href":335},[1032],{"type":42,"tag":56,"props":1033,"children":1035},{"className":1034},[],[1036],{"type":47,"value":335},{"type":47,"value":219},{"type":42,"tag":1039,"props":1040,"children":1041},"style",{},[1042],{"type":47,"value":1043},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1045,"total":1136},[1046,1058,1072,1089,1100,1113,1123],{"slug":1047,"name":1047,"fn":1048,"description":1049,"org":1050,"tags":1051,"stars":24,"repoUrl":25,"updatedAt":1057},"sdaf-bom-selection","select SAP Bill of Materials","Pick the right SDAF BOM for a target SAP product \u002F release \u002F DB platform \u002F version \u002F kernel \u002F topology. Explains where BOMs live in the samples repo (`SAP\u002F` for whole products, `BOM\u002F` for components), decodes the `ms`, `v####`, and `latest` suffix conventions, points at the compatibility guardrails (`supportedPlatforms`, `supportedDBVersions`, `supportedKernels`), and reminds the operator that the download flow needs four explicit BOM keys in `sap-parameters.yaml`. Use when a user says \"which BOM do I use\", \"product BOM vs component BOM\", \"SAP samples BOM catalog\", \"BOM_CATALOG\", \"S4\u002F2023 BOM\", \"HANA BOM\", or \"how do I pick a BOM for HANA\u002FOracle\u002FDB2\u002FASE\". Do NOT use to author a new BOM, to acquire media (`sdaf-media-acquisition`), or to troubleshoot a checksum \u002F 404 (`sdaf-media-diagnostics`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1052,1053,1056],{"name":11,"slug":8,"type":14},{"name":1054,"slug":1055,"type":14},"Configuration","configuration",{"name":22,"slug":23,"type":14},"2026-09-02T07:47:45.597063",{"slug":994,"name":994,"fn":1059,"description":1060,"org":1061,"tags":1062,"stars":24,"repoUrl":25,"updatedAt":1071},"deploy SDAF control plane infrastructure","Deploy the SDAF control plane locally: prepare DEPLOYER and LIBRARY tfvars, review the plan, run `deploy_controlplane.sh` per `docs\u002Flocal\u002F03-00-control-plane.md § Run`, and validate the deployer + library + state hand-off. Grounded in `docs\u002Flocal\u002F03-00-control-plane.md`. Use when a user says \"deploy the SDAF control plane\", \"run deploy_controlplane.sh\", \"bootstrap SDAF from an empty subscription\", \"install the deployer\" or \"create the SAP library\". Do NOT use for workload zone (see sdaf-workload-zone), SAP system (see sdaf-sap-system), removal (`sdaf-safe-removal`), or Azure Government \u002F sovereign-cloud deltas (`sdaf-sovereign-cloud`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1063,1064,1067,1070],{"name":11,"slug":8,"type":14},{"name":1065,"slug":1066,"type":14},"Deployment","deployment",{"name":1068,"slug":1069,"type":14},"Infrastructure","infrastructure",{"name":22,"slug":23,"type":14},"2026-09-02T07:46:51.573641",{"slug":305,"name":305,"fn":1073,"description":1074,"org":1075,"tags":1076,"stars":24,"repoUrl":25,"updatedAt":1088},"triage failed SAP automation runs","Triage a failed or suspicious SDAF run: distinguish a real failure from a green no-op or a clean plan reported as failure, map the observed symptom to a documented cause in `docs\u002Flocal\u002Ftroubleshooting.md`, and hand off to the stage-owning skill for retry. Use when a user says \"SDAF run failed\", \"my deploy exited non-zero\", \"the plan was clean but exit 1\", \"the run said success but nothing was deployed\", \"state lock error\", \"unexpected replacement\", \"control plane stopped partway\", \"generated hosts.yaml missing\", \"workload-zone private endpoint failure\", \"workload-zone subnet policy failure\", or \"SDAF exit 2\". Do NOT use to actually deploy or to redesign the workspace layout.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1077,1078,1081,1084,1085],{"name":11,"slug":8,"type":14},{"name":1079,"slug":1080,"type":14},"Diagnostics","diagnostics",{"name":1082,"slug":1083,"type":14},"Operations","operations",{"name":22,"slug":23,"type":14},{"name":1086,"slug":1087,"type":14},"Triage","triage","2026-09-02T07:47:40.607437",{"slug":1090,"name":1090,"fn":1091,"description":1092,"org":1093,"tags":1094,"stars":24,"repoUrl":25,"updatedAt":1099},"sdaf-ha-diagnostics","diagnose SDAF high-availability cluster failures","Diagnose a live or recently failed SDAF high-availability cluster without changing cluster state. Start read-first: capture `crm status full` or `pcs status --full`, inspect SBD or fencing evidence, confirm current resource placement, and reuse existing quality-assurance or HCMT artifacts. Grounded in `docs\u002Flocal\u002F07-10-quality-assurance.md`, the shipped Pacemaker role vars\u002Ftasks, and the SAP Automation QA setup role. Use when a user says \"diagnose my HANA failover\", \"crm status\", \"pcs status\", \"check fencing\", \"why is the SCS\u002FERS cluster unhealthy\", \"offline_validation\u002Fcib\", or \"review an HCMT result zip\". Do NOT use for pre-deploy topology or design choices (see `sdaf-ha-topology`), fresh installation\u002Fdeploy, or disruptive failover\u002Ffencing exercises (see `sdaf-quality-assurance`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1095,1096,1097,1098],{"name":11,"slug":8,"type":14},{"name":1079,"slug":1080,"type":14},{"name":1082,"slug":1083,"type":14},{"name":22,"slug":23,"type":14},"2026-09-02T07:48:04.154501",{"slug":1101,"name":1101,"fn":1102,"description":1103,"org":1104,"tags":1105,"stars":24,"repoUrl":25,"updatedAt":1112},"sdaf-ha-topology","design high-availability SAP topologies","Choose the documented SDAF high-availability design before SAP-system deployment. Use when a user asks which HA topology to deploy, whether to use AFA or SBD, AFS or ANF, HANA scale-up or scale-out, whether ANGI is allowed, or which HA inputs must be set before deployment. Ground answers in the current support matrix, Ansible roles, sample tfvars, and validation logic. Do NOT use for live cluster diagnosis (sdaf-ha-diagnostics) or for running the installers (sdaf-sap-installation).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1106,1109,1110,1111],{"name":1107,"slug":1108,"type":14},"Architecture","architecture",{"name":11,"slug":8,"type":14},{"name":1068,"slug":1069,"type":14},{"name":22,"slug":23,"type":14},"2026-09-02T07:47:43.405138",{"slug":1114,"name":1114,"fn":1115,"description":1116,"org":1117,"tags":1118,"stars":24,"repoUrl":25,"updatedAt":1122},"sdaf-media-acquisition","acquire SAP installation media","Acquire approved SAP media into the SDAF library after SAP-system infrastructure exists. Drives local `deploy\u002Fansible\u002Fdownload_menu.sh` per `docs\u002Flocal\u002F06-00-software-and-installation.md § Download software`, enforces the documented `BOM_CATALOG` root and the four required `sap-parameters.yaml` BOM keys (`application_bom_name`, `database_bom_name`, `sap_kernel_bom_name`, `save_bom_as`), and explains the documented download and validation flow. Use for \"download SAP media\", \"run download_menu.sh\", \"acquire software into the library\", \"BOM Downloader\", \"BOM_CATALOG\", or \"assemble application\u002Fdatabase\u002Fkernel BOMs for download\". Do NOT use to choose a BOM, troubleshoot a failed download, or run installation playbooks.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1119,1120,1121],{"name":11,"slug":8,"type":14},{"name":1082,"slug":1083,"type":14},{"name":22,"slug":23,"type":14},"2026-09-02T07:46:44.504107",{"slug":1124,"name":1124,"fn":1125,"description":1126,"org":1127,"tags":1128,"stars":24,"repoUrl":25,"updatedAt":1135},"sdaf-media-diagnostics","diagnose SDAF media and BOM processing","Diagnose SDAF software-download and BOM-processing failures after a BOM is already selected. Covers the documented local media path, SAP download, storage-account upload\u002Fdownload, checksum validation, and `SAPCAR` \u002F `.EXE` extraction. Use when a user says \"download_menu failed\", \"BOM downloader 404\", \"missing archive\", \"checksum mismatch\", \"SAPCAR failed\", \"bom-processing-done missing\", or \"my SPS07 media run can't find a file\". Do NOT use to choose a BOM (see `sdaf-bom-selection`), to run a clean first-time media download with no failure, or to diagnose a later non-media install failure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1129,1130,1131,1132],{"name":11,"slug":8,"type":14},{"name":1079,"slug":1080,"type":14},{"name":22,"slug":23,"type":14},{"name":1133,"slug":1134,"type":14},"Storage","storage","2026-09-02T07:48:06.369058",18,{"items":1138,"total":1267},[1139,1158,1173,1179,1186,1194,1201,1208,1214,1221,1234,1254],{"slug":1140,"name":1140,"fn":1141,"description":1142,"org":1143,"tags":1144,"stars":1155,"repoUrl":1156,"updatedAt":1157},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1145,1146,1149,1152],{"name":11,"slug":8,"type":14},{"name":1147,"slug":1148,"type":14},"Compliance","compliance",{"name":1150,"slug":1151,"type":14},"Governance","governance",{"name":1153,"slug":1154,"type":14},"Policy","policy",1689,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":1159,"name":1159,"fn":1160,"description":1161,"org":1162,"tags":1163,"stars":1170,"repoUrl":1171,"updatedAt":1172},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1164,1165,1166,1167],{"name":11,"slug":8,"type":14},{"name":1065,"slug":1066,"type":14},{"name":19,"slug":20,"type":14},{"name":1168,"slug":1169,"type":14},"Migration","migration",261,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-08-20T03:28:18.136156",{"slug":1047,"name":1047,"fn":1048,"description":1049,"org":1174,"tags":1175,"stars":24,"repoUrl":25,"updatedAt":1057},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1176,1177,1178],{"name":11,"slug":8,"type":14},{"name":1054,"slug":1055,"type":14},{"name":22,"slug":23,"type":14},{"slug":994,"name":994,"fn":1059,"description":1060,"org":1180,"tags":1181,"stars":24,"repoUrl":25,"updatedAt":1071},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1182,1183,1184,1185],{"name":11,"slug":8,"type":14},{"name":1065,"slug":1066,"type":14},{"name":1068,"slug":1069,"type":14},{"name":22,"slug":23,"type":14},{"slug":305,"name":305,"fn":1073,"description":1074,"org":1187,"tags":1188,"stars":24,"repoUrl":25,"updatedAt":1088},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1189,1190,1191,1192,1193],{"name":11,"slug":8,"type":14},{"name":1079,"slug":1080,"type":14},{"name":1082,"slug":1083,"type":14},{"name":22,"slug":23,"type":14},{"name":1086,"slug":1087,"type":14},{"slug":1090,"name":1090,"fn":1091,"description":1092,"org":1195,"tags":1196,"stars":24,"repoUrl":25,"updatedAt":1099},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1197,1198,1199,1200],{"name":11,"slug":8,"type":14},{"name":1079,"slug":1080,"type":14},{"name":1082,"slug":1083,"type":14},{"name":22,"slug":23,"type":14},{"slug":1101,"name":1101,"fn":1102,"description":1103,"org":1202,"tags":1203,"stars":24,"repoUrl":25,"updatedAt":1112},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1204,1205,1206,1207],{"name":1107,"slug":1108,"type":14},{"name":11,"slug":8,"type":14},{"name":1068,"slug":1069,"type":14},{"name":22,"slug":23,"type":14},{"slug":1114,"name":1114,"fn":1115,"description":1116,"org":1209,"tags":1210,"stars":24,"repoUrl":25,"updatedAt":1122},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1211,1212,1213],{"name":11,"slug":8,"type":14},{"name":1082,"slug":1083,"type":14},{"name":22,"slug":23,"type":14},{"slug":1124,"name":1124,"fn":1125,"description":1126,"org":1215,"tags":1216,"stars":24,"repoUrl":25,"updatedAt":1135},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1217,1218,1219,1220],{"name":11,"slug":8,"type":14},{"name":1079,"slug":1080,"type":14},{"name":22,"slug":23,"type":14},{"name":1133,"slug":1134,"type":14},{"slug":1222,"name":1222,"fn":1223,"description":1224,"org":1225,"tags":1226,"stars":24,"repoUrl":25,"updatedAt":1233},"sdaf-orientation-and-surface","orient users to SDAF architecture","Orient a newcomer to the SAP Deployment Automation Framework (SDAF): explain the spine (control plane → workload zone → SAP system → software → install → operate\u002Fremove), summarise the three execution surfaces (Local, Azure DevOps, GitHub Actions), and print the install command for the matching surface bootstrap plugin — as documented in this repository's `docs\u002FPLUGINS.md` — so the operator can run it manually. Use when a user says \"what is SDAF\", \"how is SDAF structured\", \"where do I start with SDAF\", \"which surface should I use\", \"SDAF Local vs ADO vs GitHub\", \"workstation vs Azure Pipelines vs GitHub workflows\", \"how do I install the SDAF ADO\u002FGitHub plugin\", or \"I'm new to SDAF\". Do NOT use for readiness pre-flight (see sdaf-readiness-check), workspace\u002Ftfvars layout (see sdaf-workspace-and-tfvars), or troubleshooting a failed run (see sdaf-failure-triage).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1227,1228,1229,1232],{"name":1107,"slug":1108,"type":14},{"name":11,"slug":8,"type":14},{"name":1230,"slug":1231,"type":14},"Documentation","documentation",{"name":22,"slug":23,"type":14},"2026-09-02T07:46:52.116557",{"slug":1235,"name":1235,"fn":1236,"description":1237,"org":1238,"tags":1239,"stars":24,"repoUrl":25,"updatedAt":1253},"sdaf-plan-and-test-semantics","manage SDAF plan and test semantics","Explain SDAF plan-only \u002F test \u002F apply semantics without pretending they are universal. Compares the documented Local commands, Azure DevOps wrapper pipelines, and GitHub Actions workflows for control plane, workload zone, and SAP system: local stage commands show Terraform plans and then apply after approval; ADO\u002FGitHub workload-zone and SAP-system test runs stop after the plan; the current hosted control-plane test options do not provide a plan-only run. Use when a user says \"what does test do in SDAF\", \"is this a real dry run\", \"plan-only vs apply\", \"workflow 01 dry-run\", \"pipeline 02 test\", or \"TEST_ONLY\". Do NOT use to actually deploy a stage or to triage a failed run (see sdaf-control-plane-bootstrap \u002F sdaf-workload-zone \u002F sdaf-sap-system \u002F sdaf-failure-triage).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1240,1243,1244,1247,1250],{"name":1241,"slug":1242,"type":14},"Automation","automation",{"name":11,"slug":8,"type":14},{"name":1245,"slug":1246,"type":14},"Azure DevOps","azure-devops",{"name":1248,"slug":1249,"type":14},"CI\u002FCD","ci-cd",{"name":1251,"slug":1252,"type":14},"GitHub Actions","github-actions","2026-09-02T07:48:08.951811",{"slug":1255,"name":1255,"fn":1256,"description":1257,"org":1258,"tags":1259,"stars":24,"repoUrl":25,"updatedAt":1266},"sdaf-quality-assurance","validate deployed SDAF SAP systems","Validate a deployed SDAF SAP system through the SDAF-owned QA entry points: the local quality-assurance menu and the documented Azure DevOps pipeline 13 path. Choose configuration checks vs functional tests, apply `TEST_GROUPS` \u002F `TEST_CASES` safely, interpret `quality_assurance\u002F` and `logs\u002F`, and enforce the documented boundary that the GitHub Actions wrapper is still pending. Use when a user says \"run quality assurance\", \"run configuration checks\", \"pipeline 13 QA\", \"offline HA validation\", or \"why does the report say No test results found\". Do NOT use to deploy the SAP system or generate `sap-parameters.yaml` \u002F `\u003CSID>_hosts.yaml` (see `sdaf-sap-system`), or for a generic failed-run report with no QA-stage context (see `sdaf-failure-triage`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1260,1261,1262,1265],{"name":1241,"slug":1242,"type":14},{"name":11,"slug":8,"type":14},{"name":1263,"slug":1264,"type":14},"Quality Assurance","quality-assurance",{"name":22,"slug":23,"type":14},"2026-09-02T07:46:49.932123",145]