Skip to content

Commit 69e4857

Browse files
Lasse Benningaclaude
andcommitted
docs: guide only the Azure ADLS route for the recording
Drop the Loom / YouTube / Drive hosting alternatives; students record locally and upload the .mp4 to the shared student-submissions blob container. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 197fcfa commit 69e4857

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## What I built
22
- Metabase dashboard (Week 11 Submissions collection): <link>
33
- Streamlit app: `week11-streamlit/app.py` (KPIs, hour-of-day trend, freshness, payment-type filter)
4-
- Presentation recording (private / unlisted): <link>
4+
- Presentation recording (private, hosted in the Azure `student-submissions` container): <link>
55

66
## How to review
77
- Metabase: open the dashboard link above, or see the committed screenshots / PDF export.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Fill in `week11-streamlit/metric_definitions.md`: a five-field definition (name,
5656
- Screenshots / PDF export: TODO
5757
- Presentation recording (unlisted / shared-only, never public): TODO
5858

59-
> ⚠️ **Keep the recording private.** It shows your screen and voice. Never make it public and never commit the `.mp4` (git history is forever). Use an unlisted Loom/YouTube or a shared-only Drive link, and check the frame for passwords, `.env` contents, or connection strings before uploading.
59+
> ⚠️ **Keep the recording private.** It shows your screen and voice. Never make it public and never commit the `.mp4` (git history is forever). Check the frame for passwords, `.env` contents, or connection strings before uploading.
6060
61-
Prefer to keep it in Azure? The assignment chapter documents an **optional advanced path**: upload the recording to the shared `student-submissions` blob container (teachers get read access, nothing is public) and share a read-only link. The container is shared, so name your file after yourself: `week-11/<your-name>.mp4` (e.g. `week-11/jane-doe.mp4`). See "Optional (advanced): host the recording on Azure Blob Storage" in the Week 11 Assignment chapter.
61+
Host the recording in Azure: upload the `.mp4` to the shared `student-submissions` blob container (teachers get read access, nothing is public) and put the read-only link in your PR. The container is shared, so name your file after yourself: `week-11/<your-name>.mp4` (e.g. `week-11/jane-doe.mp4`). See "Host the recording on Azure Blob Storage" in the Week 11 Assignment chapter for the `az` CLI and Portal steps.
6262

6363
## Packaging your submission for review
6464

0 commit comments

Comments
 (0)