Python / .NET Samples - Restructure and Improve Samples (Feature Branc…#4092
Merged
Python / .NET Samples - Restructure and Improve Samples (Feature Branc…#4092
Conversation
…bleAgents samples (#4221)
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restructures the .NET and Python samples to follow a unified "learning path" organization, making it easier for developers to navigate and understand the framework's capabilities progressively.
Changes:
- Reorganized samples into a structured learning path:
01-get-started,02-agents,03-workflows,04-hosting, and05-end-to-end - Standardized environment variable names across all samples (e.g.,
AZURE_FOUNDRY_PROJECT_ENDPOINT→AZURE_AI_PROJECT_ENDPOINT) - Updated documentation paths and references throughout the repository
Reviewed changes
Copilot reviewed 105 out of 757 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| dotnet/samples/02-agents/FoundryAgents/**/Program.cs | Updated environment variable names to standardized Azure AI naming convention |
| dotnet/samples/02-agents/FoundryAgents/**/README.md | Updated documentation paths to reflect new sample structure |
| dotnet/samples/02-agents/AgentProviders/**/Program.cs | Standardized environment variable names for OpenAI and Anthropic models |
| dotnet/samples/01-get-started/**/*.csproj | Fixed project reference paths after directory restructuring |
| dotnet/agent-framework-dotnet.slnx | Reorganized solution structure to match new learning path folders |
| README.md, dotnet/README.md | Updated sample paths in documentation |
| .github/workflows/dotnet-build-and-test.yml | Standardized CI/CD environment variable names |
SergeyMenshykh
approved these changes
Feb 25, 2026
westey-m
approved these changes
Feb 25, 2026
westey-m
approved these changes
Feb 25, 2026
westey-m
approved these changes
Feb 25, 2026
…com/microsoft/agent-framework into crickman/dotnet-sample-improvements
peibekwe
approved these changes
Feb 25, 2026
peibekwe
approved these changes
Feb 25, 2026
peibekwe
approved these changes
Feb 25, 2026
4 tasks
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.
Motivation and Context
Feature: #2515
Fixes: #3949
.NET Merge Validation: https://github.com/microsoft/agent-framework/actions/runs/22381437068
Changes:
01-get-startedlearning path step #409402-agentslearning path step #410703-workflowslearning path step #410204-hostinglearning path step #409805-end-to-endlearning path step #4091Description
01-get-started02-agents03-workflows04-hosting05-end-to-endSolution View
Contribution Checklist