Skip to content

Commit b1d9421

Browse files
IEvangelistadegeo
andauthored
Apply suggestions from code review
Co-authored-by: Andy (Steve) De George <[email protected]>
1 parent 334138f commit b1d9421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/azureai/azureai-search-document-integration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 03/05/2025
88

99
[!INCLUDE [includes-hosting-and-client](../includes/includes-hosting-and-client.md)]
1010

11-
[Azure AI Search](/azure/search/search-what-is-azure-search) (formerly Azure Cognitive Search) is an enterprise-ready information retrieval system for your heterogeneous content that you ingest into a search index, and surface to users through queries and apps. It comes with a comprehensive set of advanced search technologies, built for high-performance applications at any scale. The .NET Aspire Azure AI Search Documents integration enables you to connect to Azure AI Search services from your .NET applications.
11+
The .NET Aspire Azure AI Search Documents integration enables you to connect to [Azure AI Search](/azure/search/search-what-is-azure-search) (formerly Azure Cognitive Search) services from your .NET applications. Azure AI Search is an enterprise-ready information retrieval system for your heterogeneous content that you ingest into a search index, and surface to users through queries and apps. It comes with a comprehensive set of advanced search technologies, built for high-performance applications at any scale.
1212

1313
## Hosting integration
1414

@@ -262,7 +262,7 @@ The recommended approach is to use an `Endpoint`, which works with the `AzureSea
262262

263263
##### Connection string
264264

265-
Alternatively, a custom connection string can be used:
265+
Alternatively, a connection string with key can be used, however; it's not the recommended approach:
266266

267267
```json
268268
{

0 commit comments

Comments
 (0)