Back to skills

azure-search-documents-dotnet

development

Azure.Search.Documents is the .NET SDK for Azure AI Search. It covers querying indexes with full-text, vector, semantic, and hybrid search, plus document CRUD and index management. Instead of writing

Setup & Installation

npx skills add https://github.com/microsoft/azure-search-documents-dotnet --skill azure-search-documents-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-search-documents-dotnet
View on GitHub

What This Skill Does

Azure.Search.Documents is the .NET SDK for Azure AI Search. It covers querying indexes with full-text, vector, semantic, and hybrid search, plus document CRUD and index management. Instead of writing raw HTTP calls to the Azure Search REST API, the SDK handles serialization, retry logic, and type-safe index definitions through model attributes.

When to use it

  • Working with azure search documents dotnet functionality
  • Implementing azure search documents dotnet features
  • Debugging azure search documents dotnet related issues