From c41071a2da8b842cfe7b0d29233f158479f10b27 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Fri, 17 May 2024 15:29:27 -0700 Subject: [PATCH] Fix Azure Search AI docs (#16085) --- src/docs/reference/modules/AzureAISearch/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/docs/reference/modules/AzureAISearch/README.md b/src/docs/reference/modules/AzureAISearch/README.md index abd1863e230..a5cef158441 100644 --- a/src/docs/reference/modules/AzureAISearch/README.md +++ b/src/docs/reference/modules/AzureAISearch/README.md @@ -2,11 +2,11 @@ The Azure AI Search module allows you to manage Azure AI Search indices. -Before enabling the service, you'll need to configure the connection to the server. By default, you can navigate to `Configurations` >> `Settings` >> `Azure AI Search` and provide the Azure Search AI service info. +Before enabling the service, you'll need to configure the connection to the service. By default, you can navigate to `Configurations` >> `Settings` >> `Azure AI Search` and provide the Azure Search AI service info. -Alternatively, you can configure the Azure Search AI service for all your tenants from the `appsettings.json` file by adding the following +Alternatively, you can configure the Azure Search AI service for all your tenants using one of the configuration providers. For example, you can add the following to the `appsettings.json`: -``` +```json { "OrchardCore":{ "OrchardCore_AzureAISearch":{ @@ -94,9 +94,9 @@ To reset all indices: } ``` -### Rebuild Elasticsearch Index Step +### Rebuild Azure AI Search Index Step -The `Rebuild Index Step` rebuilds an Elasticsearch index. It deletes and recreates the full index content. +The `Rebuild Index Step` rebuilds an Azure AI Search index. It deletes and recreates the full index content. ```json {