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/azure-relay/private-link-service.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,20 @@ Your private endpoint and virtual network must be in the same region. When you s
28
28
29
29
Your private endpoint uses a private IP address in your virtual network.
30
30
31
-
### Steps
32
-
For step-by-step instructions on creating a new Azure Relay namespace and entities in it, see [Create an Azure Relay namespace using the Azure portal](relay-create-namespace-portal.md).
31
+
### Configure private access for a Relay namespace
32
+
The following procedure provides step-by-step instructions for disabling public access to a Relay namespace and then adding a private endpoint to the namespace.
33
+
33
34
34
35
1. Sign in to the [Azure portal](https://portal.azure.com).
35
36
2. In the search bar, type in **Relays**.
36
37
3. Select the **namespace** from the list to which you want to add a private endpoint.
37
38
4. On the left menu, select the **Networking** tab under **Settings**.
38
-
5. Select the **Private endpoint connections** tab at the top of the page
39
-
6. Select the **+ Private Endpoint** button at the top of the page.
39
+
1. On the **Networking** page, for **Public network access**, select **Disabled** if you want the namespace to be accessed only via private endpoints.
40
+
1. For **Allow trusted Microsoft services to bypass this firewall**, select **Yes** if you want to allow [trusted Microsoft services](#trusted-microsoft-services) to bypass this firewall.
41
+
42
+
:::image type="content" source="./media/private-link-service/public-access-disabled.png" alt-text="Screenshot of the Networking page with public network access as Disabled.":::
43
+
1. Select the **Private endpoint connections** tab at the top of the page
44
+
1. Select the **+ Private Endpoint** button at the top of the page.
40
45
41
46
:::image type="content" source="./media/private-link-service/add-private-endpoint-button.png" alt-text="Screenshot showing the selection of the Add private endpoint button on the Private endpoint connections tab of the Networking page.":::
0 commit comments