[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-sdaf-workload-zone":3,"mdc--tjf9qr-key":35,"related-org-azure-sdaf-workload-zone":909,"related-repo-azure-sdaf-workload-zone":1080},{"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-workload-zone","deploy SAP workload zones on Azure","Deploy an SDAF workload zone (landscape network, peering, zone Key Vault) after the control plane exists. Drives `install_workloadzone.sh` per `docs\u002Flocal\u002F04-00-workload-zone.md`, reviews the plan, and validates the state blob and summary. This skill owns the decision boundary for workload-zone private-endpoint \u002F subnet-policy conflicts — inspect the actual Azure error and the workload-zone tfvars against `docs\u002Flocal\u002F04-00-workload-zone.md § Configuration preparation` before changing settings, and do not auto-apply a cloud-specific workaround outside its documented scope. Use when a user says \"deploy a workload zone\", \"deploy the landscape\", \"run install_workloadzone.sh\", \"connect the workload zone to control-plane state\", \"workload-zone private endpoint failure\", or \"workload-zone subnet policy failure\". Do NOT use for the control plane (see sdaf-control-plane-bootstrap) or SAP system (see sdaf-sap-system).\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},"Deployment","deployment",{"name":19,"slug":20,"type":14},"SAP","sap",{"name":22,"slug":23,"type":14},"Infrastructure","infrastructure",143,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation","2026-09-02T07:47:44.513546","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-workload-zone","---\nname: sdaf-workload-zone\ndescription: >\n  Deploy an SDAF workload zone (landscape network, peering, zone Key Vault)\n  after the control plane exists. Drives `install_workloadzone.sh` per\n  `docs\u002Flocal\u002F04-00-workload-zone.md`, reviews the plan, and validates the\n  state blob and summary. This skill owns the decision boundary for\n  workload-zone private-endpoint \u002F subnet-policy conflicts — inspect the\n  actual Azure error and the workload-zone tfvars against\n  `docs\u002Flocal\u002F04-00-workload-zone.md § Configuration preparation` before\n  changing settings, and do not auto-apply a cloud-specific workaround\n  outside its documented scope. Use when a user says \"deploy a workload\n  zone\", \"deploy the landscape\", \"run install_workloadzone.sh\", \"connect the\n  workload zone to control-plane state\", \"workload-zone private endpoint\n  failure\", or \"workload-zone subnet policy failure\". Do NOT use for the\n  control plane (see sdaf-control-plane-bootstrap) or SAP system (see\n  sdaf-sap-system).\nallowed-tools: shell\nlicense: MIT\n---\n\n# SDAF Workload Zone\n\nAction-loop skill. Deploys the workload zone per\n`docs\u002Flocal\u002F04-00-workload-zone.md`. Canonical owner of workload-zone\nprivate-endpoint \u002F subnet-policy decisions — the failure-triage skill\nroutes those symptoms here.\n\n## When to invoke\n\nTrigger on: \"deploy a workload zone\", \"deploy the landscape\", \"run\ninstall_workloadzone.sh\", \"workload-zone Key Vault\", \"workload-zone private\nendpoint failure\", \"workload-zone subnet policy failure\".\n\nDo NOT trigger on: control plane, SAP system, install, removal.\n\n## Preconditions\n\n- Control plane deployed (`docs\u002Flocal\u002F04-00-workload-zone.md § Before you\n  begin`; the WZ reads control-plane \u002F deployer state per\n  `§ What the automation does`).\n- Landscape tfvars prepared under the documented WORKSPACES layout — see\n  `sdaf-workspace-and-tfvars` (`§ Configuration preparation`, `§ Inputs`).\n- Remote-state \u002F storage \u002F connectivity \u002F quota reviewed\n  (`§ Before you begin`) — see `sdaf-readiness-check`.\n\n## Recipe\n\n### Step 1 — Review the plan\n\nRe-read the landscape tfvars once and cross-check network, storage, Key\nVault, and peering\n(`docs\u002Flocal\u002F04-00-workload-zone.md § Review before execution`).\n\n### Step 2 — Run install_workloadzone.sh (documented shape)\n\nFrom the landscape parameter directory, exactly per\n`docs\u002Flocal\u002F04-00-workload-zone.md § Run`:\n\n```bash\nset -e\ncd \"$CONFIG_REPO_PATH\u002FWORKSPACES\u002FLANDSCAPE\u002F\u003CWORKLOAD_ZONE>-INFRASTRUCTURE\"\n\"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fscripts\u002Finstall_workloadzone.sh\" \\\n    --parameterfile \"\u003CWORKLOAD_ZONE>-INFRASTRUCTURE.tfvars\" \\\n    --control_plane_name \"\u003CCONTROL_PLANE>\" \\\n    --deployer_tfstate_key \"\u003CDEPLOYER_STATE_KEY>\" \\\n    --storageaccountname \"\u003CSTATE_STORAGE_ACCOUNT>\" \\\n    --state_subscription \"\u003CSTATE_SUBSCRIPTION_ID>\" \\\n    --subscription \"\u003CWORKLOAD_SUBSCRIPTION_ID>\" || {\n  rc=$?\n  echo \"workload-zone exit=$rc — route to sdaf-failure-triage\"\n  exit \"$rc\"\n}\n```\n\nRun from the directory that contains the tfvars; pass the basename only\n(`docs\u002Flocal\u002Ftroubleshooting.md § A parameter file is not found`).\n\n### Step 3 — Validate\n\n`docs\u002Flocal\u002F04-00-workload-zone.md § Validate` and `§ Outcome`:\n\n- Workload-zone `.tfvars` and backend metadata written to the state\n  account's `tfvars` container (`§ What the automation does`).\n- Zone Key Vault deployed (`§ Outcome`).\n- Summary written.\n\n## Decision: workload-zone private-endpoint and subnet-policy failures\n\n**Canonical owner.** The failure-triage skill routes any workload-zone\nprivate-endpoint or subnet-policy failure here rather than restating the\nfix inline.\n\n**Decision boundary — apply on every occurrence, do not shortcut:**\n\n1. Read the exact Azure error text from the run log. Do not assume the\n   error class from the operator's paraphrase.\n2. Read the current values of the workload-zone private-endpoint and\n   subnet-policy settings in the tfvars actually being applied.\n3. Read `docs\u002Flocal\u002F04-00-workload-zone.md § Configuration preparation` for\n   the current documented setting names, allowed values, and the specific\n   cloud \u002F condition under which the doc prescribes a change. Treat that\n   section as the source of truth — it may evolve; this skill deliberately\n   does not restate the setting name, allowed values, or the exact error\n   string, so it cannot go stale against the doc.\n4. Change only what the doc prescribes for the cloud you are deploying in.\n   **Do not auto-apply a cloud-specific workaround (e.g. an Azure\n   Government setting) to any other cloud** — the same doc section warns\n   against that.\n5. Re-review the plan (Step 1) before rerunning Step 2.\n\nIf the log's error text, the tfvars values, and the doc section do not\nline up cleanly, say docs are silent on the specific combination and stop.\nDo not synthesize a fix from analogous settings elsewhere.\n\n## If the run fails\n\nRoute to **`sdaf-failure-triage`**, which walks the full symptom map. The\nworkload-zone-*owned* preventive checks that stay here rather than in\ntriage:\n\n- Filename \u002F directory \u002F basename mismatch — fix before rerun\n  (`docs\u002Flocal\u002Ftroubleshooting.md § A parameter file is not found`).\n- Private-endpoint \u002F subnet-policy failures — walk the decision boundary\n  above.\n\n## Hard rules\n\n- Documented behaviour only (D19).\n- Do not run before the control plane exists.\n- Do not pass `--auto-approve`\n  (`docs\u002Flocal\u002F04-00-workload-zone.md § Review before execution`).\n- Do not `--force` casually\n  (`docs\u002Flocal\u002F04-00-workload-zone.md § Safe retry`).\n- Do not auto-apply a cloud-specific workaround outside the cloud the doc\n  scopes it to (see the decision boundary above).\n- Repo-wide rules apply: **do not run `terraform fmt`** and follow the\n  Terraform \u002F Ansible \u002F Python guidance in\n  [`.github\u002Fcopilot-instructions.md`](..\u002F..\u002F.github\u002Fcopilot-instructions.md).\n\n## See also\n\n- `sdaf-control-plane-bootstrap`, `sdaf-workspace-and-tfvars`,\n  `sdaf-sap-system`, `sdaf-state-management`, `sdaf-failure-triage`.\n- `docs\u002Flocal\u002F04-00-workload-zone.md`, `docs\u002Flocal\u002Ftroubleshooting.md`,\n  [`.github\u002Fcopilot-instructions.md`](..\u002F..\u002F.github\u002Fcopilot-instructions.md).",{"data":36,"body":38},{"name":4,"description":6,"allowed-tools":37,"license":27},"shell",{"type":39,"children":40},"root",[41,49,64,71,76,81,87,162,168,175,187,193,206,534,546,552,570,616,622,633,641,685,690,696,720,739,745,832,838,903],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","SDAF Workload Zone",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53,55,62],{"type":47,"value":54},"Action-loop skill. Deploys the workload zone per\n",{"type":42,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":47,"value":61},"docs\u002Flocal\u002F04-00-workload-zone.md",{"type":47,"value":63},". Canonical owner of workload-zone\nprivate-endpoint \u002F subnet-policy decisions — the failure-triage skill\nroutes those symptoms here.",{"type":42,"tag":65,"props":66,"children":68},"h2",{"id":67},"when-to-invoke",[69],{"type":47,"value":70},"When to invoke",{"type":42,"tag":50,"props":72,"children":73},{},[74],{"type":47,"value":75},"Trigger on: \"deploy a workload zone\", \"deploy the landscape\", \"run\ninstall_workloadzone.sh\", \"workload-zone Key Vault\", \"workload-zone private\nendpoint failure\", \"workload-zone subnet policy failure\".",{"type":42,"tag":50,"props":77,"children":78},{},[79],{"type":47,"value":80},"Do NOT trigger on: control plane, SAP system, install, removal.",{"type":42,"tag":65,"props":82,"children":84},{"id":83},"preconditions",[85],{"type":47,"value":86},"Preconditions",{"type":42,"tag":88,"props":89,"children":90},"ul",{},[91,113,141],{"type":42,"tag":92,"props":93,"children":94},"li",{},[95,97,103,105,111],{"type":47,"value":96},"Control plane deployed (",{"type":42,"tag":56,"props":98,"children":100},{"className":99},[],[101],{"type":47,"value":102},"docs\u002Flocal\u002F04-00-workload-zone.md § Before you begin",{"type":47,"value":104},"; the WZ reads control-plane \u002F deployer state per\n",{"type":42,"tag":56,"props":106,"children":108},{"className":107},[],[109],{"type":47,"value":110},"§ What the automation does",{"type":47,"value":112},").",{"type":42,"tag":92,"props":114,"children":115},{},[116,118,124,126,132,134,140],{"type":47,"value":117},"Landscape tfvars prepared under the documented WORKSPACES layout — see\n",{"type":42,"tag":56,"props":119,"children":121},{"className":120},[],[122],{"type":47,"value":123},"sdaf-workspace-and-tfvars",{"type":47,"value":125}," (",{"type":42,"tag":56,"props":127,"children":129},{"className":128},[],[130],{"type":47,"value":131},"§ Configuration preparation",{"type":47,"value":133},", ",{"type":42,"tag":56,"props":135,"children":137},{"className":136},[],[138],{"type":47,"value":139},"§ Inputs",{"type":47,"value":112},{"type":42,"tag":92,"props":142,"children":143},{},[144,146,152,154,160],{"type":47,"value":145},"Remote-state \u002F storage \u002F connectivity \u002F quota reviewed\n(",{"type":42,"tag":56,"props":147,"children":149},{"className":148},[],[150],{"type":47,"value":151},"§ Before you begin",{"type":47,"value":153},") — see ",{"type":42,"tag":56,"props":155,"children":157},{"className":156},[],[158],{"type":47,"value":159},"sdaf-readiness-check",{"type":47,"value":161},".",{"type":42,"tag":65,"props":163,"children":165},{"id":164},"recipe",[166],{"type":47,"value":167},"Recipe",{"type":42,"tag":169,"props":170,"children":172},"h3",{"id":171},"step-1-review-the-plan",[173],{"type":47,"value":174},"Step 1 — Review the plan",{"type":42,"tag":50,"props":176,"children":177},{},[178,180,186],{"type":47,"value":179},"Re-read the landscape tfvars once and cross-check network, storage, Key\nVault, and peering\n(",{"type":42,"tag":56,"props":181,"children":183},{"className":182},[],[184],{"type":47,"value":185},"docs\u002Flocal\u002F04-00-workload-zone.md § Review before execution",{"type":47,"value":112},{"type":42,"tag":169,"props":188,"children":190},{"id":189},"step-2-run-install_workloadzonesh-documented-shape",[191],{"type":47,"value":192},"Step 2 — Run install_workloadzone.sh (documented shape)",{"type":42,"tag":50,"props":194,"children":195},{},[196,198,204],{"type":47,"value":197},"From the landscape parameter directory, exactly per\n",{"type":42,"tag":56,"props":199,"children":201},{"className":200},[],[202],{"type":47,"value":203},"docs\u002Flocal\u002F04-00-workload-zone.md § Run",{"type":47,"value":205},":",{"type":42,"tag":207,"props":208,"children":213},"pre",{"className":209,"code":210,"language":211,"meta":212,"style":212},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","set -e\ncd \"$CONFIG_REPO_PATH\u002FWORKSPACES\u002FLANDSCAPE\u002F\u003CWORKLOAD_ZONE>-INFRASTRUCTURE\"\n\"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fscripts\u002Finstall_workloadzone.sh\" \\\n    --parameterfile \"\u003CWORKLOAD_ZONE>-INFRASTRUCTURE.tfvars\" \\\n    --control_plane_name \"\u003CCONTROL_PLANE>\" \\\n    --deployer_tfstate_key \"\u003CDEPLOYER_STATE_KEY>\" \\\n    --storageaccountname \"\u003CSTATE_STORAGE_ACCOUNT>\" \\\n    --state_subscription \"\u003CSTATE_SUBSCRIPTION_ID>\" \\\n    --subscription \"\u003CWORKLOAD_SUBSCRIPTION_ID>\" || {\n  rc=$?\n  echo \"workload-zone exit=$rc — route to sdaf-failure-triage\"\n  exit \"$rc\"\n}\n","bash","",[214],{"type":42,"tag":56,"props":215,"children":216},{"__ignoreMap":212},[217,235,266,291,317,343,369,395,421,453,472,504,525],{"type":42,"tag":218,"props":219,"children":222},"span",{"class":220,"line":221},"line",1,[223,229],{"type":42,"tag":218,"props":224,"children":226},{"style":225},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[227],{"type":47,"value":228},"set",{"type":42,"tag":218,"props":230,"children":232},{"style":231},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[233],{"type":47,"value":234}," -e\n",{"type":42,"tag":218,"props":236,"children":238},{"class":220,"line":237},2,[239,244,250,256,261],{"type":42,"tag":218,"props":240,"children":241},{"style":225},[242],{"type":47,"value":243},"cd",{"type":42,"tag":218,"props":245,"children":247},{"style":246},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[248],{"type":47,"value":249}," \"",{"type":42,"tag":218,"props":251,"children":253},{"style":252},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[254],{"type":47,"value":255},"$CONFIG_REPO_PATH",{"type":42,"tag":218,"props":257,"children":258},{"style":231},[259],{"type":47,"value":260},"\u002FWORKSPACES\u002FLANDSCAPE\u002F\u003CWORKLOAD_ZONE>-INFRASTRUCTURE",{"type":42,"tag":218,"props":262,"children":263},{"style":246},[264],{"type":47,"value":265},"\"\n",{"type":42,"tag":218,"props":267,"children":269},{"class":220,"line":268},3,[270,276,281,286],{"type":42,"tag":218,"props":271,"children":273},{"style":272},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[274],{"type":47,"value":275},"\"",{"type":42,"tag":218,"props":277,"children":278},{"style":252},[279],{"type":47,"value":280},"$SAP_AUTOMATION_REPO_PATH",{"type":42,"tag":218,"props":282,"children":283},{"style":272},[284],{"type":47,"value":285},"\u002Fdeploy\u002Fscripts\u002Finstall_workloadzone.sh\"",{"type":42,"tag":218,"props":287,"children":288},{"style":252},[289],{"type":47,"value":290}," \\\n",{"type":42,"tag":218,"props":292,"children":294},{"class":220,"line":293},4,[295,300,304,309,313],{"type":42,"tag":218,"props":296,"children":297},{"style":231},[298],{"type":47,"value":299},"    --parameterfile",{"type":42,"tag":218,"props":301,"children":302},{"style":246},[303],{"type":47,"value":249},{"type":42,"tag":218,"props":305,"children":306},{"style":231},[307],{"type":47,"value":308},"\u003CWORKLOAD_ZONE>-INFRASTRUCTURE.tfvars",{"type":42,"tag":218,"props":310,"children":311},{"style":246},[312],{"type":47,"value":275},{"type":42,"tag":218,"props":314,"children":315},{"style":252},[316],{"type":47,"value":290},{"type":42,"tag":218,"props":318,"children":320},{"class":220,"line":319},5,[321,326,330,335,339],{"type":42,"tag":218,"props":322,"children":323},{"style":231},[324],{"type":47,"value":325},"    --control_plane_name",{"type":42,"tag":218,"props":327,"children":328},{"style":246},[329],{"type":47,"value":249},{"type":42,"tag":218,"props":331,"children":332},{"style":231},[333],{"type":47,"value":334},"\u003CCONTROL_PLANE>",{"type":42,"tag":218,"props":336,"children":337},{"style":246},[338],{"type":47,"value":275},{"type":42,"tag":218,"props":340,"children":341},{"style":252},[342],{"type":47,"value":290},{"type":42,"tag":218,"props":344,"children":346},{"class":220,"line":345},6,[347,352,356,361,365],{"type":42,"tag":218,"props":348,"children":349},{"style":231},[350],{"type":47,"value":351},"    --deployer_tfstate_key",{"type":42,"tag":218,"props":353,"children":354},{"style":246},[355],{"type":47,"value":249},{"type":42,"tag":218,"props":357,"children":358},{"style":231},[359],{"type":47,"value":360},"\u003CDEPLOYER_STATE_KEY>",{"type":42,"tag":218,"props":362,"children":363},{"style":246},[364],{"type":47,"value":275},{"type":42,"tag":218,"props":366,"children":367},{"style":252},[368],{"type":47,"value":290},{"type":42,"tag":218,"props":370,"children":372},{"class":220,"line":371},7,[373,378,382,387,391],{"type":42,"tag":218,"props":374,"children":375},{"style":231},[376],{"type":47,"value":377},"    --storageaccountname",{"type":42,"tag":218,"props":379,"children":380},{"style":246},[381],{"type":47,"value":249},{"type":42,"tag":218,"props":383,"children":384},{"style":231},[385],{"type":47,"value":386},"\u003CSTATE_STORAGE_ACCOUNT>",{"type":42,"tag":218,"props":388,"children":389},{"style":246},[390],{"type":47,"value":275},{"type":42,"tag":218,"props":392,"children":393},{"style":252},[394],{"type":47,"value":290},{"type":42,"tag":218,"props":396,"children":398},{"class":220,"line":397},8,[399,404,408,413,417],{"type":42,"tag":218,"props":400,"children":401},{"style":231},[402],{"type":47,"value":403},"    --state_subscription",{"type":42,"tag":218,"props":405,"children":406},{"style":246},[407],{"type":47,"value":249},{"type":42,"tag":218,"props":409,"children":410},{"style":231},[411],{"type":47,"value":412},"\u003CSTATE_SUBSCRIPTION_ID>",{"type":42,"tag":218,"props":414,"children":415},{"style":246},[416],{"type":47,"value":275},{"type":42,"tag":218,"props":418,"children":419},{"style":252},[420],{"type":47,"value":290},{"type":42,"tag":218,"props":422,"children":424},{"class":220,"line":423},9,[425,430,434,439,443,448],{"type":42,"tag":218,"props":426,"children":427},{"style":231},[428],{"type":47,"value":429},"    --subscription",{"type":42,"tag":218,"props":431,"children":432},{"style":246},[433],{"type":47,"value":249},{"type":42,"tag":218,"props":435,"children":436},{"style":231},[437],{"type":47,"value":438},"\u003CWORKLOAD_SUBSCRIPTION_ID>",{"type":42,"tag":218,"props":440,"children":441},{"style":246},[442],{"type":47,"value":275},{"type":42,"tag":218,"props":444,"children":445},{"style":246},[446],{"type":47,"value":447}," ||",{"type":42,"tag":218,"props":449,"children":450},{"style":246},[451],{"type":47,"value":452}," {\n",{"type":42,"tag":218,"props":454,"children":456},{"class":220,"line":455},10,[457,462,467],{"type":42,"tag":218,"props":458,"children":459},{"style":252},[460],{"type":47,"value":461},"  rc",{"type":42,"tag":218,"props":463,"children":464},{"style":246},[465],{"type":47,"value":466},"=",{"type":42,"tag":218,"props":468,"children":469},{"style":252},[470],{"type":47,"value":471},"$?\n",{"type":42,"tag":218,"props":473,"children":475},{"class":220,"line":474},11,[476,481,485,490,495,500],{"type":42,"tag":218,"props":477,"children":478},{"style":225},[479],{"type":47,"value":480},"  echo",{"type":42,"tag":218,"props":482,"children":483},{"style":246},[484],{"type":47,"value":249},{"type":42,"tag":218,"props":486,"children":487},{"style":231},[488],{"type":47,"value":489},"workload-zone exit=",{"type":42,"tag":218,"props":491,"children":492},{"style":252},[493],{"type":47,"value":494},"$rc",{"type":42,"tag":218,"props":496,"children":497},{"style":231},[498],{"type":47,"value":499}," — route to sdaf-failure-triage",{"type":42,"tag":218,"props":501,"children":502},{"style":246},[503],{"type":47,"value":265},{"type":42,"tag":218,"props":505,"children":507},{"class":220,"line":506},12,[508,513,517,521],{"type":42,"tag":218,"props":509,"children":510},{"style":225},[511],{"type":47,"value":512},"  exit",{"type":42,"tag":218,"props":514,"children":515},{"style":246},[516],{"type":47,"value":249},{"type":42,"tag":218,"props":518,"children":519},{"style":252},[520],{"type":47,"value":494},{"type":42,"tag":218,"props":522,"children":523},{"style":246},[524],{"type":47,"value":265},{"type":42,"tag":218,"props":526,"children":528},{"class":220,"line":527},13,[529],{"type":42,"tag":218,"props":530,"children":531},{"style":246},[532],{"type":47,"value":533},"}\n",{"type":42,"tag":50,"props":535,"children":536},{},[537,539,545],{"type":47,"value":538},"Run from the directory that contains the tfvars; pass the basename only\n(",{"type":42,"tag":56,"props":540,"children":542},{"className":541},[],[543],{"type":47,"value":544},"docs\u002Flocal\u002Ftroubleshooting.md § A parameter file is not found",{"type":47,"value":112},{"type":42,"tag":169,"props":547,"children":549},{"id":548},"step-3-validate",[550],{"type":47,"value":551},"Step 3 — Validate",{"type":42,"tag":50,"props":553,"children":554},{},[555,561,563,569],{"type":42,"tag":56,"props":556,"children":558},{"className":557},[],[559],{"type":47,"value":560},"docs\u002Flocal\u002F04-00-workload-zone.md § Validate",{"type":47,"value":562}," and ",{"type":42,"tag":56,"props":564,"children":566},{"className":565},[],[567],{"type":47,"value":568},"§ Outcome",{"type":47,"value":205},{"type":42,"tag":88,"props":571,"children":572},{},[573,600,611],{"type":42,"tag":92,"props":574,"children":575},{},[576,578,584,586,592,594,599],{"type":47,"value":577},"Workload-zone ",{"type":42,"tag":56,"props":579,"children":581},{"className":580},[],[582],{"type":47,"value":583},".tfvars",{"type":47,"value":585}," and backend metadata written to the state\naccount's ",{"type":42,"tag":56,"props":587,"children":589},{"className":588},[],[590],{"type":47,"value":591},"tfvars",{"type":47,"value":593}," container (",{"type":42,"tag":56,"props":595,"children":597},{"className":596},[],[598],{"type":47,"value":110},{"type":47,"value":112},{"type":42,"tag":92,"props":601,"children":602},{},[603,605,610],{"type":47,"value":604},"Zone Key Vault deployed (",{"type":42,"tag":56,"props":606,"children":608},{"className":607},[],[609],{"type":47,"value":568},{"type":47,"value":112},{"type":42,"tag":92,"props":612,"children":613},{},[614],{"type":47,"value":615},"Summary written.",{"type":42,"tag":65,"props":617,"children":619},{"id":618},"decision-workload-zone-private-endpoint-and-subnet-policy-failures",[620],{"type":47,"value":621},"Decision: workload-zone private-endpoint and subnet-policy failures",{"type":42,"tag":50,"props":623,"children":624},{},[625,631],{"type":42,"tag":626,"props":627,"children":628},"strong",{},[629],{"type":47,"value":630},"Canonical owner.",{"type":47,"value":632}," The failure-triage skill routes any workload-zone\nprivate-endpoint or subnet-policy failure here rather than restating the\nfix inline.",{"type":42,"tag":50,"props":634,"children":635},{},[636],{"type":42,"tag":626,"props":637,"children":638},{},[639],{"type":47,"value":640},"Decision boundary — apply on every occurrence, do not shortcut:",{"type":42,"tag":642,"props":643,"children":644},"ol",{},[645,650,655,668,680],{"type":42,"tag":92,"props":646,"children":647},{},[648],{"type":47,"value":649},"Read the exact Azure error text from the run log. Do not assume the\nerror class from the operator's paraphrase.",{"type":42,"tag":92,"props":651,"children":652},{},[653],{"type":47,"value":654},"Read the current values of the workload-zone private-endpoint and\nsubnet-policy settings in the tfvars actually being applied.",{"type":42,"tag":92,"props":656,"children":657},{},[658,660,666],{"type":47,"value":659},"Read ",{"type":42,"tag":56,"props":661,"children":663},{"className":662},[],[664],{"type":47,"value":665},"docs\u002Flocal\u002F04-00-workload-zone.md § Configuration preparation",{"type":47,"value":667}," for\nthe current documented setting names, allowed values, and the specific\ncloud \u002F condition under which the doc prescribes a change. Treat that\nsection as the source of truth — it may evolve; this skill deliberately\ndoes not restate the setting name, allowed values, or the exact error\nstring, so it cannot go stale against the doc.",{"type":42,"tag":92,"props":669,"children":670},{},[671,673,678],{"type":47,"value":672},"Change only what the doc prescribes for the cloud you are deploying in.\n",{"type":42,"tag":626,"props":674,"children":675},{},[676],{"type":47,"value":677},"Do not auto-apply a cloud-specific workaround (e.g. an Azure\nGovernment setting) to any other cloud",{"type":47,"value":679}," — the same doc section warns\nagainst that.",{"type":42,"tag":92,"props":681,"children":682},{},[683],{"type":47,"value":684},"Re-review the plan (Step 1) before rerunning Step 2.",{"type":42,"tag":50,"props":686,"children":687},{},[688],{"type":47,"value":689},"If the log's error text, the tfvars values, and the doc section do not\nline up cleanly, say docs are silent on the specific combination and stop.\nDo not synthesize a fix from analogous settings elsewhere.",{"type":42,"tag":65,"props":691,"children":693},{"id":692},"if-the-run-fails",[694],{"type":47,"value":695},"If the run fails",{"type":42,"tag":50,"props":697,"children":698},{},[699,701,710,712,718],{"type":47,"value":700},"Route to ",{"type":42,"tag":626,"props":702,"children":703},{},[704],{"type":42,"tag":56,"props":705,"children":707},{"className":706},[],[708],{"type":47,"value":709},"sdaf-failure-triage",{"type":47,"value":711},", which walks the full symptom map. The\nworkload-zone-",{"type":42,"tag":713,"props":714,"children":715},"em",{},[716],{"type":47,"value":717},"owned",{"type":47,"value":719}," preventive checks that stay here rather than in\ntriage:",{"type":42,"tag":88,"props":721,"children":722},{},[723,734],{"type":42,"tag":92,"props":724,"children":725},{},[726,728,733],{"type":47,"value":727},"Filename \u002F directory \u002F basename mismatch — fix before rerun\n(",{"type":42,"tag":56,"props":729,"children":731},{"className":730},[],[732],{"type":47,"value":544},{"type":47,"value":112},{"type":42,"tag":92,"props":735,"children":736},{},[737],{"type":47,"value":738},"Private-endpoint \u002F subnet-policy failures — walk the decision boundary\nabove.",{"type":42,"tag":65,"props":740,"children":742},{"id":741},"hard-rules",[743],{"type":47,"value":744},"Hard rules",{"type":42,"tag":88,"props":746,"children":747},{},[748,753,758,777,797,802],{"type":42,"tag":92,"props":749,"children":750},{},[751],{"type":47,"value":752},"Documented behaviour only (D19).",{"type":42,"tag":92,"props":754,"children":755},{},[756],{"type":47,"value":757},"Do not run before the control plane exists.",{"type":42,"tag":92,"props":759,"children":760},{},[761,763,769,771,776],{"type":47,"value":762},"Do not pass ",{"type":42,"tag":56,"props":764,"children":766},{"className":765},[],[767],{"type":47,"value":768},"--auto-approve",{"type":47,"value":770},"\n(",{"type":42,"tag":56,"props":772,"children":774},{"className":773},[],[775],{"type":47,"value":185},{"type":47,"value":112},{"type":42,"tag":92,"props":778,"children":779},{},[780,782,788,790,796],{"type":47,"value":781},"Do not ",{"type":42,"tag":56,"props":783,"children":785},{"className":784},[],[786],{"type":47,"value":787},"--force",{"type":47,"value":789}," casually\n(",{"type":42,"tag":56,"props":791,"children":793},{"className":792},[],[794],{"type":47,"value":795},"docs\u002Flocal\u002F04-00-workload-zone.md § Safe retry",{"type":47,"value":112},{"type":42,"tag":92,"props":798,"children":799},{},[800],{"type":47,"value":801},"Do not auto-apply a cloud-specific workaround outside the cloud the doc\nscopes it to (see the decision boundary above).",{"type":42,"tag":92,"props":803,"children":804},{},[805,807,818,820,831],{"type":47,"value":806},"Repo-wide rules apply: ",{"type":42,"tag":626,"props":808,"children":809},{},[810,812],{"type":47,"value":811},"do not run ",{"type":42,"tag":56,"props":813,"children":815},{"className":814},[],[816],{"type":47,"value":817},"terraform fmt",{"type":47,"value":819}," and follow the\nTerraform \u002F Ansible \u002F Python guidance in\n",{"type":42,"tag":821,"props":822,"children":824},"a",{"href":823},"..\u002F..\u002F.github\u002Fcopilot-instructions.md",[825],{"type":42,"tag":56,"props":826,"children":828},{"className":827},[],[829],{"type":47,"value":830},".github\u002Fcopilot-instructions.md",{"type":47,"value":161},{"type":42,"tag":65,"props":833,"children":835},{"id":834},"see-also",[836],{"type":47,"value":837},"See also",{"type":42,"tag":88,"props":839,"children":840},{},[841,878],{"type":42,"tag":92,"props":842,"children":843},{},[844,850,851,856,858,864,865,871,872,877],{"type":42,"tag":56,"props":845,"children":847},{"className":846},[],[848],{"type":47,"value":849},"sdaf-control-plane-bootstrap",{"type":47,"value":133},{"type":42,"tag":56,"props":852,"children":854},{"className":853},[],[855],{"type":47,"value":123},{"type":47,"value":857},",\n",{"type":42,"tag":56,"props":859,"children":861},{"className":860},[],[862],{"type":47,"value":863},"sdaf-sap-system",{"type":47,"value":133},{"type":42,"tag":56,"props":866,"children":868},{"className":867},[],[869],{"type":47,"value":870},"sdaf-state-management",{"type":47,"value":133},{"type":42,"tag":56,"props":873,"children":875},{"className":874},[],[876],{"type":47,"value":709},{"type":47,"value":161},{"type":42,"tag":92,"props":879,"children":880},{},[881,886,887,893,894,902],{"type":42,"tag":56,"props":882,"children":884},{"className":883},[],[885],{"type":47,"value":61},{"type":47,"value":133},{"type":42,"tag":56,"props":888,"children":890},{"className":889},[],[891],{"type":47,"value":892},"docs\u002Flocal\u002Ftroubleshooting.md",{"type":47,"value":857},{"type":42,"tag":821,"props":895,"children":896},{"href":823},[897],{"type":42,"tag":56,"props":898,"children":900},{"className":899},[],[901],{"type":47,"value":830},{"type":47,"value":161},{"type":42,"tag":904,"props":905,"children":906},"style",{},[907],{"type":47,"value":908},"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":910,"total":1079},[911,930,947,959,969,986,997,1010,1020,1033,1046,1066],{"slug":912,"name":912,"fn":913,"description":914,"org":915,"tags":916,"stars":927,"repoUrl":928,"updatedAt":929},"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},[917,918,921,924],{"name":11,"slug":8,"type":14},{"name":919,"slug":920,"type":14},"Compliance","compliance",{"name":922,"slug":923,"type":14},"Governance","governance",{"name":925,"slug":926,"type":14},"Policy","policy",1689,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":931,"name":931,"fn":932,"description":933,"org":934,"tags":935,"stars":944,"repoUrl":945,"updatedAt":946},"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},[936,937,938,941],{"name":11,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"name":939,"slug":940,"type":14},"Infrastructure as Code","infrastructure-as-code",{"name":942,"slug":943,"type":14},"Migration","migration",261,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-08-20T03:28:18.136156",{"slug":948,"name":948,"fn":949,"description":950,"org":951,"tags":952,"stars":24,"repoUrl":25,"updatedAt":958},"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},[953,954,957],{"name":11,"slug":8,"type":14},{"name":955,"slug":956,"type":14},"Configuration","configuration",{"name":19,"slug":20,"type":14},"2026-09-02T07:47:45.597063",{"slug":849,"name":849,"fn":960,"description":961,"org":962,"tags":963,"stars":24,"repoUrl":25,"updatedAt":968},"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},[964,965,966,967],{"name":11,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"name":22,"slug":23,"type":14},{"name":19,"slug":20,"type":14},"2026-09-02T07:46:51.573641",{"slug":709,"name":709,"fn":970,"description":971,"org":972,"tags":973,"stars":24,"repoUrl":25,"updatedAt":985},"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},[974,975,978,981,982],{"name":11,"slug":8,"type":14},{"name":976,"slug":977,"type":14},"Diagnostics","diagnostics",{"name":979,"slug":980,"type":14},"Operations","operations",{"name":19,"slug":20,"type":14},{"name":983,"slug":984,"type":14},"Triage","triage","2026-09-02T07:47:40.607437",{"slug":987,"name":987,"fn":988,"description":989,"org":990,"tags":991,"stars":24,"repoUrl":25,"updatedAt":996},"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},[992,993,994,995],{"name":11,"slug":8,"type":14},{"name":976,"slug":977,"type":14},{"name":979,"slug":980,"type":14},{"name":19,"slug":20,"type":14},"2026-09-02T07:48:04.154501",{"slug":998,"name":998,"fn":999,"description":1000,"org":1001,"tags":1002,"stars":24,"repoUrl":25,"updatedAt":1009},"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},[1003,1006,1007,1008],{"name":1004,"slug":1005,"type":14},"Architecture","architecture",{"name":11,"slug":8,"type":14},{"name":22,"slug":23,"type":14},{"name":19,"slug":20,"type":14},"2026-09-02T07:47:43.405138",{"slug":1011,"name":1011,"fn":1012,"description":1013,"org":1014,"tags":1015,"stars":24,"repoUrl":25,"updatedAt":1019},"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},[1016,1017,1018],{"name":11,"slug":8,"type":14},{"name":979,"slug":980,"type":14},{"name":19,"slug":20,"type":14},"2026-09-02T07:46:44.504107",{"slug":1021,"name":1021,"fn":1022,"description":1023,"org":1024,"tags":1025,"stars":24,"repoUrl":25,"updatedAt":1032},"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},[1026,1027,1028,1029],{"name":11,"slug":8,"type":14},{"name":976,"slug":977,"type":14},{"name":19,"slug":20,"type":14},{"name":1030,"slug":1031,"type":14},"Storage","storage","2026-09-02T07:48:06.369058",{"slug":1034,"name":1034,"fn":1035,"description":1036,"org":1037,"tags":1038,"stars":24,"repoUrl":25,"updatedAt":1045},"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},[1039,1040,1041,1044],{"name":1004,"slug":1005,"type":14},{"name":11,"slug":8,"type":14},{"name":1042,"slug":1043,"type":14},"Documentation","documentation",{"name":19,"slug":20,"type":14},"2026-09-02T07:46:52.116557",{"slug":1047,"name":1047,"fn":1048,"description":1049,"org":1050,"tags":1051,"stars":24,"repoUrl":25,"updatedAt":1065},"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},[1052,1055,1056,1059,1062],{"name":1053,"slug":1054,"type":14},"Automation","automation",{"name":11,"slug":8,"type":14},{"name":1057,"slug":1058,"type":14},"Azure DevOps","azure-devops",{"name":1060,"slug":1061,"type":14},"CI\u002FCD","ci-cd",{"name":1063,"slug":1064,"type":14},"GitHub Actions","github-actions","2026-09-02T07:48:08.951811",{"slug":1067,"name":1067,"fn":1068,"description":1069,"org":1070,"tags":1071,"stars":24,"repoUrl":25,"updatedAt":1078},"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},[1072,1073,1074,1077],{"name":1053,"slug":1054,"type":14},{"name":11,"slug":8,"type":14},{"name":1075,"slug":1076,"type":14},"Quality Assurance","quality-assurance",{"name":19,"slug":20,"type":14},"2026-09-02T07:46:49.932123",145,{"items":1081,"total":1130},[1082,1088,1095,1103,1110,1117,1123],{"slug":948,"name":948,"fn":949,"description":950,"org":1083,"tags":1084,"stars":24,"repoUrl":25,"updatedAt":958},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1085,1086,1087],{"name":11,"slug":8,"type":14},{"name":955,"slug":956,"type":14},{"name":19,"slug":20,"type":14},{"slug":849,"name":849,"fn":960,"description":961,"org":1089,"tags":1090,"stars":24,"repoUrl":25,"updatedAt":968},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1091,1092,1093,1094],{"name":11,"slug":8,"type":14},{"name":16,"slug":17,"type":14},{"name":22,"slug":23,"type":14},{"name":19,"slug":20,"type":14},{"slug":709,"name":709,"fn":970,"description":971,"org":1096,"tags":1097,"stars":24,"repoUrl":25,"updatedAt":985},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1098,1099,1100,1101,1102],{"name":11,"slug":8,"type":14},{"name":976,"slug":977,"type":14},{"name":979,"slug":980,"type":14},{"name":19,"slug":20,"type":14},{"name":983,"slug":984,"type":14},{"slug":987,"name":987,"fn":988,"description":989,"org":1104,"tags":1105,"stars":24,"repoUrl":25,"updatedAt":996},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1106,1107,1108,1109],{"name":11,"slug":8,"type":14},{"name":976,"slug":977,"type":14},{"name":979,"slug":980,"type":14},{"name":19,"slug":20,"type":14},{"slug":998,"name":998,"fn":999,"description":1000,"org":1111,"tags":1112,"stars":24,"repoUrl":25,"updatedAt":1009},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1113,1114,1115,1116],{"name":1004,"slug":1005,"type":14},{"name":11,"slug":8,"type":14},{"name":22,"slug":23,"type":14},{"name":19,"slug":20,"type":14},{"slug":1011,"name":1011,"fn":1012,"description":1013,"org":1118,"tags":1119,"stars":24,"repoUrl":25,"updatedAt":1019},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1120,1121,1122],{"name":11,"slug":8,"type":14},{"name":979,"slug":980,"type":14},{"name":19,"slug":20,"type":14},{"slug":1021,"name":1021,"fn":1022,"description":1023,"org":1124,"tags":1125,"stars":24,"repoUrl":25,"updatedAt":1032},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1126,1127,1128,1129],{"name":11,"slug":8,"type":14},{"name":976,"slug":977,"type":14},{"name":19,"slug":20,"type":14},{"name":1030,"slug":1031,"type":14},18]