You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-get-started-terraform.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: 'Quickstart: Create an Azure Search service using Terraform'
2
+
title: 'Quickstart: Create an Azure Cognitive Search service using Terraform'
3
3
description: 'In this article, you create an Azure Search service using Terraform'
4
4
ms.topic: quickstart
5
-
ms.date: 3/27/2023
5
+
ms.date: 3/28/2023
6
6
ms.custom: devx-track-terraform
7
7
author: TomArcherMsft
8
8
ms.author: tarcher
9
9
ms.service: cognitive-search
10
10
---
11
11
12
-
# Quickstart: Create an Azure Search service using Terraform
12
+
# Quickstart: Create an Azure Cognitive Search service using Terraform
13
13
14
-
This article shows how to use Terraform to create an [Azure Search service](./search-what-is-azure-search.md) using [Terraform](/azure/developer/terraform/quickstart-configure).
14
+
This article shows how to use Terraform to create an [Azure Cognitive Search service](./search-what-is-azure-search.md) using [Terraform](/azure/developer/terraform/quickstart-configure).
@@ -21,7 +21,7 @@ In this article, you learn how to:
21
21
> * Create a random pet name for the Azure resource group name using [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
22
22
> * Create an Azure resource group using [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
23
23
> * Create a random string using [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string)
24
-
> * Create an Azure Search service using [azurerm_search_service](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/search_service)
24
+
> * Create an Azure Cognitive Search service using [azurerm_search_service](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/search_service)
1. Run [az search service show](/cli/azure/search/service#az-search-service-show) to show the Azure Search service you created in this article.
83
+
1. Run [az search service show](/cli/azure/search/service#az-search-service-show) to show the Azure Cognitive Search service you created in this article.
84
84
85
85
```azurecli
86
86
az search service show --name $azurerm_search_service_name \
@@ -98,4 +98,4 @@ In this article, you learn how to:
98
98
## Next steps
99
99
100
100
> [!div class="nextstepaction"]
101
-
> [Create an Azure Search index using the Azure portal](./search-get-started-portal.md)
101
+
> [Create an Azure Cognitive Search index using the Azure portal](./search-get-started-portal.md)
0 commit comments