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.
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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
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
Explore related resources
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.
Auto-fetched from GitHub.