[WIP] Improving prompts for .NET scenarios#217
Open
JonathanCrd wants to merge 15 commits into
Open
Conversation
Collaborator
Author
|
I'll revisit this PR based on the latest strategy adjustments discussed on the meeting. |
samvaity
reviewed
Apr 9, 2026
…om/ronniegeraghty/hyoka into JonathanCrd/net-skills-validations
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 are some improvements to the existing prompts for .NET and also included new scenarios.
✨AI Summary:
This pull request adds new prompt templates and refines existing ones for .NET SDK usage across Azure services, focusing on real-world developer scenarios and improving clarity. The changes include several new intermediate and advanced prompt files for App Configuration, Cosmos DB, Event Hubs, and Key Vault, as well as significant improvements to existing prompts for CRUD operations, authentication, and pagination patterns. The most important changes are summarized below:
New Prompt Templates for Advanced Scenarios:
prompts/app-configuration/data-plane/dotnet/aspnet-provider.prompt.md)FeatureFlagConfigurationSetting) and evaluation (viaMicrosoft.FeatureManagement). (prompts/app-configuration/data-plane/dotnet/feature-flags.prompt.md)prompts/cosmos-db/data-plane/dotnet/change-feed.prompt.md)prompts/event-hubs/data-plane/dotnet/schema-registry.prompt.md)prompts/key-vault/data-plane/dotnet/crud-certificates.prompt.md)Improvements to Existing Prompts (Clarity, Focus, and Realism):
FeedIteratorand continuation tokens. [1] [2] [3]Authentication and Identity Guidance Enhancements:
Key Vault Usage Patterns and Pagination:
AsyncPageable<T>andAsPages(). [1] [2]These changes collectively improve the coverage, accuracy, and developer relevance of prompt templates for Azure .NET SDK usage.