From 434824afad5eb6f5796ae5b9bd531fe70662eb1c Mon Sep 17 00:00:00 2001 From: Lasse Benninga Date: Sun, 2 Aug 2026 17:52:49 +0200 Subject: [PATCH] docs: restore the teardown requirement in the README The cohort README said teardown is 'part of the guidelines, not a separate graded file', contradicting the assignment chapter, the Deliverables list and the rubric, all of which require a teardown line in docs/portal_confirm.md. The scaffold already prompts for that line; only this prose was stale. Also moves the sample teardown date to August, matching the chapter. Co-Authored-By: Claude Opus 5 --- README.md | 7 ++++--- docs/portal_confirm.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0e941f..8cf33d9 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,15 @@ c55-data-week-14/ |---|---|---| | 1 | `main.bicep` + `modules/storage.bicep` | Extend with `environment` param + Environment tags | | 2 | `modules/storage.bicep` | Keep `raw`; add nested container `curated` | -| 3 | Azure CLI + portal → `docs/` | Deploy + `what-if` + portal evidence | +| 3 | Azure CLI + portal → `docs/` | Deploy + `what-if` + portal evidence + teardown line | | 4 | `WRITEUP.md` | Half-page write-up | | 5 | `AI_ASSIST.md` | One critically reviewed LLM use | | 6 | `.github/workflows/bicep.yml` + `docs/optional/` | Optional CI preview (bonus) | When you are done, tear down every resource this assignment created (delete the -storage account; nested containers go with it). Teardown is part of the -guidelines, not a separate graded file. +storage account; nested containers go with it), then record it as a final line in +`docs/portal_confirm.md`. The grader is static and cannot see Azure, so that line +is the only evidence your teacher has that you cleaned up. Do **not** replace the starter with a paste from `azure-bicep-reference` `*-solution` branches — extend what is already here. diff --git a/docs/portal_confirm.md b/docs/portal_confirm.md index 16b805c..4ac2c32 100644 --- a/docs/portal_confirm.md +++ b/docs/portal_confirm.md @@ -4,5 +4,5 @@ Deployments blade showed Succeeded. Do not paste secrets. -->