Skip to content

Commit debe896

Browse files
authored
Merge pull request #198325 from HeidiSteen/heidist-fix
[azure search] bicep/arm template does not support network features
2 parents 4fbb03e + 12198f0 commit debe896

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/search/search-get-started-arm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: quickstart
1010
ms.custom: subject-armqs, mode-arm
11-
ms.date: 12/07/2021
11+
ms.date: 05/16/2022
1212
---
1313

1414
# Quickstart: Deploy Cognitive Search using an Azure Resource Manager template
@@ -17,6 +17,8 @@ This article walks you through the process for using an Azure Resource Manager (
1717

1818
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1919

20+
Only those properties included in the template are used in the deployment. If more customization is required, such as [setting up network security](search-security-overview.md#network-security), you can [update service configuration](/cli/azure/search/service?view=azure-cli-latest#az-search-service-update) after the service is deployed.
21+
2022
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
2123

2224
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.search%2Fazure-search-create%2Fazuredeploy.json)

articles/search/search-get-started-bicep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: v-eschaffer
77
ms.service: cognitive-search
88
ms.topic: quickstart
99
ms.custom: subject-armqs, mode-arm
10-
ms.date: 03/18/2022
10+
ms.date: 05/16/2022
1111
---
1212

1313
# Quickstart: Deploy Cognitive Search using Bicep
@@ -24,6 +24,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2424

2525
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-search-create/).
2626

27+
Only those properties included in the template are used in the deployment. If more customization is required, such as [setting up network security](search-security-overview.md#network-security), you can [update service configuration](/cli/azure/search/service?view=azure-cli-latest#az-search-service-update) after the service is deployed.
28+
2729
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.search/azure-search-create/main.bicep":::
2830

2931
The Azure resource defined in this Bicep file:

0 commit comments

Comments
 (0)