Skip to content

Commit 452558d

Browse files
committed
fixed blocking issues
1 parent 76e62be commit 452558d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/azure-relay/ip-firewall-virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This section shows you how to use the Azure portal to create IP firewall rules f
2424
2. For **address range**, enter a specific IPv4 address or a range of IPv4 address in CIDR notation.
2525
3. If you want to allow Microsoft services trusted by the Azure Relay service to bypass this firewall, select **Yes** for **Allow trusted Microsoft services to bypass this firewall?**.
2626

27-
:::image type="content" source="./media/ip-firewall/selected-networks-trusted-access-disabled.png" alt-text="Screenshot showing the **Public access** tab of the **Networking** page with the **Firewall** enabled.":::
27+
:::image type="content" source="./media/ip-firewall/selected-networks-trusted-access-disabled.png" alt-text="Screenshot showing the Public access tab of the Networking page with the Firewall enabled.":::
2828
1. Select **Save** on the toolbar to save the settings. Wait for a few minutes for the confirmation to show up on the portal notifications.
2929

3030

-5 Bytes
Loading
8.04 KB
Loading

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For step-by-step instructions on creating a new Azure Relay namespace and entiti
3838
5. Select the **Private endpoint connections** tab at the top of the page
3939
6. Select the **+ Private Endpoint** button at the top of the page.
4040

41-
:::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.":::
41+
:::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.":::
4242
7. On the **Basics** page, follow these steps:
4343
1. Select the **Azure subscription** in which you want to create the private endpoint.
4444
2. Select the **resource group** for the private endpoint resource.
@@ -47,32 +47,32 @@ For step-by-step instructions on creating a new Azure Relay namespace and entiti
4747
1. Select a **region** for the private endpoint. Your private endpoint must be in the same region as your virtual network, but can be in a different region from the Azure Relay namespace that you're connecting to.
4848
1. Select **Next: Resource >** button at the bottom of the page.
4949

50-
:::image type="content" source="./media/private-link-service/create-private-endpoint-basics-page.png" alt-text="Screenshot showing the **Basics** page of the **Create a private endpoint** wizard.":::
50+
:::image type="content" source="./media/private-link-service/create-private-endpoint-basics-page.png" alt-text="Screenshot showing the Basics page of the Create a private endpoint wizard.":::
5151
8. Review settings on the **Resource** page, and select **Next: Virtual Network**.
5252

53-
:::image type="content" source="./media/private-link-service/create-private-endpoint-resource-page.png" alt-text="Screenshot showing the **Resource** page of the **Create a private endpoint** wizard.":::
53+
:::image type="content" source="./media/private-link-service/create-private-endpoint-resource-page.png" alt-text="Screenshot showing the Resource page of the Create a private endpoint wizard.":::
5454
9. On the **Virtual Network** page, select the **virtual network** and the **subnet** where you want to deploy the private endpoint. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
5555

56-
:::image type="content" source="./media/private-link-service/create-private-endpoint-virtual-network-page.png" alt-text="Screenshot showing the **Virtual Network** page of the **Create a private endpoint** wizard.":::
56+
:::image type="content" source="./media/private-link-service/create-private-endpoint-virtual-network-page.png" alt-text="Screenshot showing the Virtual Network page of the Create a private endpoint wizard.":::
5757

5858
You can configure whether you want to **dynamically** allocate an IP address or **statically** allocate an **IP address** to the private endpoint
5959

6060
You can also associate a new or existing **application security group** to the private endpoint.
6161
3. Select **Next: DNS** to navigate to the **DNS** page of the wizard. On the **DNS** page, **Integrate with private DNZ zone** setting is enabled by default (recommended). You have an option to disable it.
6262

63-
:::image type="content" source="./media/private-link-service/create-private-endpoint-dns-page.png" alt-text="Screenshot showing the **DNS** page of the **Create a private endpoint** wizard.":::
63+
:::image type="content" source="./media/private-link-service/create-private-endpoint-dns-page.png" alt-text="Screenshot showing the DNS page of the Create a private endpoint wizard.":::
6464

6565
To connect privately with your private endpoint, you need a DNS record. We recommend that you integrate your private endpoint with a **private DNS zone**. You can also utilize your own DNS servers or create DNS records using the host files on your virtual machines. For more information, see [Azure Private Endpoint DNS Configuration](../private-link/private-endpoint-dns.md).
6666
3. Select **Next: Tags >** button at the bottom of the page.
6767
10. On the **Tags** page, create any tags (names and values) that you want to associate with the private endpoint and the private DNS zone (if you had enabled the option). Then, select **Review + create** button at the bottom of the page.
6868
11. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint.
6969
12. On the **Private endpoint** page, you can see the status of the private endpoint connection. If you're the owner of the Relay namespace or have the manage access over it and had selected **Connect to an Azure resource in my directory** option for the **Connection method**, the endpoint connection should be **auto-approved**. If it's in the **pending** state, see the [Manage private endpoints using Azure portal](#manage-private-endpoints-using-azure-portal) section.
7070

71-
:::image type="content" source="./media/private-link-service/private-endpoint-page.png" alt-text="Screenshot showing the **Private endpoint** page in the Azure portal.":::
71+
:::image type="content" source="./media/private-link-service/private-endpoint-page.png" alt-text="Screenshot showing the Private endpoint page in the Azure portal.":::
7272
13. Navigate back to the **Networking** page of the **namespace**, and switch to the **Private endpoint connections** tab. You should see the private endpoint that you created.
7373

7474

75-
:::image type="content" source="./media/private-link-service/private-endpoint-created.png" alt-text="Screenshot showing the **Private endpoint connections** tab of the **Networking** page with the private endpoint you just created.":::
75+
:::image type="content" source="./media/private-link-service/private-endpoint-created.png" alt-text="Screenshot showing the Private endpoint connections tab of the Networking page with the private endpoint you just created.":::
7676

7777
## Add a private endpoint using PowerShell
7878
The following example shows you how to use Azure PowerShell to create a private endpoint connection to an Azure Relay namespace.

0 commit comments

Comments
 (0)