Fast follow for unexpected merge#52274
Merged
gewarren merged 1 commit intodotnet:mainfrom Mar 11, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is a fast-follow to #52139 that aligns the Azure OpenAI setup steps with the intent that model names don’t need to be treated as secrets.
Changes:
- Updates multiple AI quickstarts/tutorials to stop instructing readers to store the model name in user secrets.
- Adjusts the “app secrets” wording to match what the corresponding snippets actually read from configuration.
- Expands the evaluate-safety tutorial’s listed user secrets to include Foundry Evaluation service connection values.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/ai/quickstarts/text-to-image.md | Removes “model name” from the user-secrets instruction (model is hardcoded in the snippet). |
| docs/ai/quickstarts/structured-output.md | Removes “model name” from the user-secrets instruction (deployment name is hardcoded in the snippet). |
| docs/ai/evaluation/evaluate-with-reporting.md | Removes “model name” from the user-secrets instruction (deployment name is hardcoded in the snippet). |
| docs/ai/evaluation/evaluate-safety.md | Removes “model name” from the user-secrets instruction and lists additional Foundry Evaluation-related settings. |
| docs/ai/evaluation/evaluate-ai-response.md | Removes “model name” from the user-secrets instruction (deployment name is hardcoded in the snippet). |
You can also share your feedback on Copilot code review. Take the survey.
meaghanlewis
approved these changes
Mar 11, 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.
Follow up to #52139.
Internal previews