Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/portal_confirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
Deployments blade showed Succeeded. Do not paste secrets. -->

<!-- Task 3 step 4: after you capture the evidence above, tear down and record it here,
e.g. `Teardown: deleted sthyf<yourname> (and both containers) on 2026-05-14.`
e.g. `Teardown: deleted sthyf<yourname> (and both containers) on 2026-08-14.`
If your role blocked the delete, say so and name who you asked. -->
Loading