Skip to content

Commit 3a23c6f

Browse files
committed
Updated TOC to include new IP firewall doc page
1 parent 4369057 commit 3a23c6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/search/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@
310310
href: search-security-overview.md
311311
- name: Create a private endpoint
312312
href: service-create-private-endpoint.md
313+
- name: Configure an IP firewall
314+
href: service-configure-firewall.md
313315
- name: Service key management
314316
href: search-security-api-keys.md
315317
- name: Role-based admin access

articles/search/service-create-private-endpoint.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ ms.date: 05/11/2020
1313

1414
# Create a Private Endpoint for a secure connection to Azure Cognitive Search
1515

16-
In this article, use the portal to create a new Azure Cognitive Search service instance that can't be accessed via a public IP address. Next, configure an Azure virtual machine in the same virtual network, and use it to access the search service via a private endpoint.
16+
In this article, you'll use the Azure portal to create a new Azure Cognitive Search service instance that can't be accessed via the internet. Next, you'll configure an Azure virtual machine in the same virtual network and use it to access the search service via a private endpoint.
1717

1818
> [!Important]
19-
> Private Endpoint support for Azure Cognitive Search can be configured using the Azure portal or the [Management REST API version 2020-03-13](https://docs.microsoft.com/rest/api/searchmanagement/).
20-
> When the service endpoint is private, some portal features are disabled. You'll be able to view and manage service level information, but portal access to index data and the various components in the service, such as the index, indexer, and skillset definitions, is restricted for security reasons.
19+
> Private Endpoint support for Azure Cognitive Search can be configured using the Azure portal or the [Management REST API version 2020-03-13](https://docs.microsoft.com/rest/api/searchmanagement/). When the service endpoint is private, some portal features are disabled. You'll be able to view and manage service level information, but portal access to index data and the various components in the service, such as the index, indexer, and skillset definitions, is restricted for security reasons.
2120
2221
## Why use a Private Endpoint for secure access?
2322

0 commit comments

Comments
 (0)