Update Lab 001 with e2e testing improvements#9
Open
BethanyJep wants to merge 2 commits into
Open
Conversation
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.
Here’s an updated PR description that follows your template and references the changes above:
Description
This PR updates the workshop onboarding documentation for the "Explain Like I'm an Executive" hosted agent lab. It simplifies and modernizes the prerequisites and setup instructions, clarifies the difference between Azure and local/free-tier paths, and aligns terminology and environment variable naming with current Foundry conventions.
Closes #
Type of Change
Changes Made
00-prerequisites.mdas a concise "Introduction" with clear path selection (Azure cloud vs. local/free-tier), tool matrix, and simplified instructions.01-setup.md(replaces the old01-install-foundry-toolkit.md), with clear step-by-step guidance for both Azure and local paths..env.exampleto useAZURE_AI_MODEL_DEPLOYMENT_NAME(wasMODEL_DEPLOYMENT_NAME) for consistency with environment variable naming conventions.Testing
Describe how you tested your changes.
Checklist
docs: update lab01 prerequisites #5)Context:
This PR is a documentation update that streamlines onboarding for the hosted agent workshop. It replaces the previous, lengthy prerequisites and extension installation modules with a more approachable, path-based introduction and setup. It also ensures environment variable naming is consistent with Foundry conventions (
AZURE_AI_MODEL_DEPLOYMENT_NAME). The goal is to reduce friction for both Azure and non-Azure users, clarify RBAC requirements, and provide clear checkpoints for each setup step.