azure-search-documents-dotnet Skill
Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET", "SearchClient Published by microsoft in skills.
Decision snapshot
Is this a fit?
Research, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
API key required authentication, Credentials required
Copy skill directory
2 months ago · MIT license
Access note: API key required.
What is azure-search-documents-dotnet Skill?
Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET", "SearchClient Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Declared skill metadata
- Declared author: Microsoft
- Declared license: MIT
- Source file: .github/plugins/azure-sdk-dotnet/skills/azure-search-documents-dotnet/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use azure-search-documents-dotnet Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-dotnet/skills/azure-search-documents-dotnet/SKILL.md
What it does
Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET", "SearchClient
Skill instructions
Azure.Search.Documents (.NET) Build search applications with full-text, vector, semantic, and hybrid search capabilities. Installation bash dotnet add package Azure.Search.Documents dotnet add package Azure.Identity Current Versions: Stable v11.7.0, Preview v11.8.0-beta.1 Environment Variables bash SEARCHENDPOINT=https://<search-service.search.windows.net Required: search service endpoint SEARCHINDEXNAME=<index-name Required: search index name AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production SEARCHAPIKEY=<api-key Only required for AzureKeyCredential auth Authentication Microsoft Entra Token Credential: csharp using Azure.Identity; using Azure.Search.Documents; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential var credential = new DefaultAzureCredential( DefaultAzureCredential.DefaultEnvironmentVariableName ); // Or use a specific credential directly in production: // See
Verified compatibility and discovery
Frequently asked questions
What is azure-search-documents-dotnet?
azure-search-documents-dotnet is a open-source AI agent skill with Copy skill directory. Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search.
Who is azure-search-documents-dotnet best for?
azure-search-documents-dotnet is best for reusing agent instructions, scripts, and references, research workflows.
How do I install azure-search-documents-dotnet?
Install or run azure-search-documents-dotnet using Copy skill directory. Check azure-search-documents-dotnet for the latest setup command.
Is azure-search-documents-dotnet actively maintained?
azure-search-documents-dotnet may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.