fix(12_Azure_Copilot): align lab content with real Azure Copilot behavior#345
Merged
qxsch merged 1 commit intomicrosoft:mainfrom Apr 27, 2026
Merged
Conversation
…t E2E behavior Round 4 of end-to-end testing against live tenants revealed consistent drift between the walkthroughs, challenge prompts, and what Copilot actually produces in the Azure portal today. This squashes five in-progress fixes into one clean commit for upstream review. Changes: • Challenges 1-7: tighten prompt wording so they land on reliable Copilot behaviors (grounded answers, consistent Advisor output, deterministic Resource Graph queries). • Walkthroughs 1-7: replace stale expected answers with observed outputs (structural patterns, resource names, section headings), trim over-long model responses that never reproduce. • Ch1 t5-2/3: reword Advisor prompts for reliability (Copilot now surfaces recommendations inline rather than deep-linking). • Ch4/Ch5 Bicep: align iac modules with walkthrough RG names and data tier used in actual test runs. • Setup hardening (from 18d2749): Bicep-only fragment — no setup script changes included here (those live in the fork-specific sovereign-cloud automation). Net effect: +184 / −271 lines across 16 files (7 challenges + 7 walkthroughs + 2 Bicep modules). No behavioral regressions; tested against db467d04-dacb-474a-9dae-57d2527101f4 with 3 participants. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
@qxsch please review and approve merge. |
qxsch
approved these changes
Apr 27, 2026
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
Updates the Azure Copilot MicroHack content so challenge prompts, walkthrough expectations, and deployed resources better match observed Azure Copilot behavior in a real tenant.
What changed
12_Azure_Copilotcontent and IaC only.Validation
upstream/mainwith a single squashed commit.