Skip to content

Commit ce47111

Browse files
authored
Merge pull request #126490 from pratibhashenoy/patch-4
Minor typos edit
2 parents cf139d2 + 80c794a commit ce47111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/notification-hubs/private-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following procedure creates a private endpoint along with a new notification
3030

3131
:::image type="content" source="media/private-link/create-hub.png" alt-text="Screenshot of notification hub creation page on portal showing private link option." lightbox="media/private-link/create-hub.png":::
3232

33-
1. Fill in the subscription, resource group, location, and a name for the new private endpoint. Choose a virtual network and a subnet. In **Integrate with Private DNS Zone**, select **Yes** and type **privatelink.notificationhubs.windows.net** in the **Private DNS Zone** box.
33+
1. Fill in the subscription, resource group, location, and a name for the new private endpoint. Choose a virtual network and a subnet. In **Integrate with Private DNS Zone**, select **Yes** and type **privatelink.notificationhub.windows.net** in the **Private DNS Zone** box.
3434

3535
:::image type="content" source="media/private-link/create-private-endpoint.png" alt-text="Screenshot of notification hub private endpoint creation page." lightbox="media/private-link/create-private-endpoint.png":::
3636

@@ -121,7 +121,7 @@ The following procedure creates a private endpoint along with a new notification
121121
122122
az network private-dns zone create
123123
--resource-group <resource_group_name>
124-
--name privatelink.notoficationhub.windows.net
124+
--name privatelink.notificationhub.windows.net
125125
126126
az network private-dns link vnet create
127127
--resource-group <resource_group_name>

0 commit comments

Comments
 (0)