Skip to content

Commit df2821f

Browse files
committed
added disabled steps
1 parent c814622 commit df2821f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
42.3 KB
Loading

articles/azure-relay/private-link-service.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,20 @@ Your private endpoint and virtual network must be in the same region. When you s
2828

2929
Your private endpoint uses a private IP address in your virtual network.
3030

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+
3334

3435
1. Sign in to the [Azure portal](https://portal.azure.com).
3536
2. In the search bar, type in **Relays**.
3637
3. Select the **namespace** from the list to which you want to add a private endpoint.
3738
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.
4045

4146
:::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.":::
4247
7. On the **Basics** page, follow these steps:

0 commit comments

Comments
 (0)