Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebranding Azure AI Search #336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions quickstart/101-azure-cognitive-search/readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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).
Loading