From e970b2cc5e1fd1aa525bc29eb94fd2a71ea6b1d7 Mon Sep 17 00:00:00 2001 From: Eric Urban Date: Mon, 22 Jul 2024 07:27:27 -0700 Subject: [PATCH] Rebranding The Azure AI Search rebranding was completed late last year. --- quickstart/101-azure-cognitive-search/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickstart/101-azure-cognitive-search/readme.md b/quickstart/101-azure-cognitive-search/readme.md index db2c6f811..278f23332 100644 --- a/quickstart/101-azure-cognitive-search/readme.md +++ b/quickstart/101-azure-cognitive-search/readme.md @@ -1,6 +1,6 @@ -# Azure Cognitive Search +# Azure AI Search -This template deploys an Azure Cognitive Search service. +This template deploys an Azure AI Search service. ## Terraform resource types @@ -15,10 +15,10 @@ This template deploys an Azure Cognitive Search service. |-|-|-| | `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg | | `resource_group_location` | Location of the resource group. | eastus | -| `sku` | The pricing tier of the search service you want to create (for example, basic or standard). | standard | +| `sku` | The pricing tier of the Azure AI Search service you want to create (for example, basic or standard). | standard | | `replica_count` | The number of replicas that should be created. | 1 | | `partition_count` | The number of partitions that should be created. | 1 | ## Example -To see how to run this example, see [Deploy an Azure Cognitive Search service using Terraform](https://learn.microsoft.com/azure/search/search-get-started-bicep). +To see how to run this example, see [Deploy an Azure AI Search service using Terraform](https://learn.microsoft.com/azure/search/search-get-started-bicep).