Remove the dry-run step from App Modernization Challenge 1 - #406
Open
gurretl wants to merge 1 commit into
Open
Conversation
Challenge 1 asked participants to "prompt it to modernize a sample" and confirm the agent stops at Gate 1 and Gate 2, but no application is available at that point: the PhotoAlbum samples are only forked in Challenge 2. The step could not be completed as written. Remove the dry-run action and its matching success criterion from both the challenge and the walkthrough. Challenge 1 now stops at authoring and configuring the agent, skill, and MCP files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Problem
In
03-Azure/01-01-App Innovation/03_GHCPAppModernization, Challenge 1 ends with:No application is available at that point. The
PhotoAlbumandPhotoAlbum-Javasamples are only forked in Challenge 2, so participants have nothing to run the agent against and the step cannot be completed as written.Changes
challenge-01.md, along with the matching success criterion ("When run, the agent respects the gates…").walkthrough/challenge-01/solution-01.md.Challenge 1 now stops at authoring and configuring the agent, skill, and MCP files — all of which are verifiable without a sample application. Challenge 2 is unchanged.