feat(task-3): replace Azure proof screenshot with Blob Storage upload#2
Merged
lassebenni merged 3 commits intomainfrom May 7, 2026
Merged
feat(task-3): replace Azure proof screenshot with Blob Storage upload#2lassebenni merged 3 commits intomainfrom
lassebenni merged 3 commits intomainfrom
Conversation
Task 3 now asks students to upload their pipeline output (clean_sales.csv) to a private Azure Blob container via the portal's Storage Browser, instead of just screenshotting the resource group. Changes: - task-3/assets/ scaffold (screenshot + blob_url.txt placeholders) - .hyf/test.sh: grader checks for azure_blob_week2.png (10pts) + blob_url.txt containing a valid *.blob.core.windows.net URL (10pts) - README: updated Task 3 row and repo layout to match new deliverables
- Reword header comment to make clear the screenshot is required (10pts) and blob_url.txt earns the remaining 10pts only when screenshot exists - Update echo label from 'Azure Proof' to 'Azure Blob Upload'
…sions in README - Require container/blob path in blob URL regex so a bare storage account root URL does not satisfy the check - Split blob_url.txt check into missing vs present-but-invalid with distinct messages so students can diagnose failures accurately - Add jpg/jpeg to Task 3 table cell in README to match grader behaviour
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
clean_sales.csv) to a private Azure Blob container via the portal's Storage Browser, instead of just screenshotting the resource group. This gives hands-on experience with the exact service they'll use programmatically in Week 5..hyf/test.sh): checks fortask-3/assets/azure_blob_week2.png(10 pts) +task-3/assets/blob_url.txtcontaining a valid*.blob.core.windows.netURL (10 pts). Same 20-point total.task-3/assets/folder replaces the bare.gitkeep.Prerequisite
Students need Storage Blob Data Contributor data-plane permissions on the shared storage account. The
student-role.bicepcustom role has been updated in the curriculum repo to add the requireddataActions— redeploy before the cohort starts Week 2.Test plan
.hyf/test.shagainst a submission with only the screenshot → score shows 10/20 for Task 3.hyf/test.shagainst a submission with screenshot + valid blob URL → 20/20.hyf/test.shagainst a submission missing both → 0/20🤖 Generated with Claude Code