Skip to content

Commit 8801c18

Browse files
authored
Merge pull request #134597 from HeidiSteen/heidist-bugfix
[azure search] Update service-create-private-endpoint.md (CIDR, reserved IP range)
2 parents 69be54b + 42c1cac commit 8801c18

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Create a Private Endpoint for a secure connection
33
titleSuffix: Azure Cognitive Search
4-
description: Set up a private endpoint in a virtual network for a secure connection to an Azure Cognitive Search service
4+
description: Set up a private endpoint in a virtual network for a secure connection to an Azure Cognitive Search service.
55

66
manager: nitinme
77
author: mrcarter8
88
ms.author: mcarter
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 05/11/2020
11+
ms.date: 10/19/2020
1212
---
1313

1414
# Create a Private Endpoint for a secure connection to Azure Cognitive Search
@@ -148,11 +148,17 @@ In this section, you will create a new Azure Cognitive Search service with a Pri
148148
| Select inbound ports | Select **HTTP** and **RDP**.|
149149
||
150150

151+
> [!NOTE]
152+
> IPv4 addresses can be expressed in [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) format. Remember to avoid the IP range reserved for private networking, as described in [RFC 1918](https://tools.ietf.org/html/rfc1918):
153+
>
154+
> - `10.0.0.0 - 10.255.255.255 (10/8 prefix)`
155+
> - `172.16.0.0 - 172.31.255.255 (172.16/12 prefix)`
156+
> - `192.168.0.0 - 192.168.255.255 (192.168/16 prefix)`
157+
151158
1. Select **Review + create**. You're taken to the **Review + create** page where Azure validates your configuration.
152159

153160
1. When you see the **Validation passed** message, select **Create**.
154161

155-
156162
## Connect to the VM
157163

158164
Download and then connect to the VM *myVm* as follows:
@@ -178,7 +184,6 @@ Download and then connect to the VM *myVm* as follows:
178184

179185
1. Once the VM desktop appears, minimize it to go back to your local desktop.
180186

181-
182187
## Test connections
183188

184189
In this section, you will verify private network access to the search service and connect privately to the using the Private Endpoint.

0 commit comments

Comments
 (0)