Give App Modernization Challenge 1 a sample app and detailed dry-run steps - #405
Closed
gurretl wants to merge 1 commit into
Closed
Give App Modernization Challenge 1 a sample app and detailed dry-run steps#405gurretl wants to merge 1 commit into
gurretl wants to merge 1 commit into
Conversation
Challenge 1 asked participants to "prompt it to modernize a sample" and to place the agent, skill and MCP files "in a target repo", but no application was available at that point: the PhotoAlbum samples were only forked in Challenge 2. The dry-run step was therefore not executable as written. - Move the fork of PhotoAlbum and PhotoAlbum-Java to Challenge 1, and clone PhotoAlbum as the explicit target repo for the authored files. - Expand the dry-run instructions: reload VS Code, select the agent, use an open-ended prompt, and verify Gate 1 / Gate 2 behaviour. Add the common failure cause (editFiles left in the assessment tool list). - Update Challenge 2 and both walkthroughs so the fork is checked rather than repeated. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
Closing in favour of a different approach — the dry-run step will be removed from Challenge 1 instead of moving the fork earlier. |
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 asks participants to:But no application is available at that point. The
PhotoAlbumandPhotoAlbum-Javasamples are only forked in Challenge 2, so the final action of Challenge 1 is not executable as written — participants have nothing to point the agent at.Changes
PhotoAlbumlocally, which becomes the explicit target repo for the authored.agent.md,SKILL.mdandmcp.json.editFilesstill present in the assessment phase tool list).solution-01.md,solution-02.md) are updated to match.No content is lost — the fork instructions are moved, not removed, and the sample apps are unchanged.