Skip to content

Commit 77ff6d7

Browse files
authored
Update how-to-approve-private-link-cross-subscription.md
1 parent 701283b commit 77ff6d7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/private-link/how-to-approve-private-link-cross-subscription.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Approve private link connections across subscriptions
2+
title: Approve private endpoint connections across subscriptions
33
titleSuffix: Azure Private Link
4-
description: Get started learning how to approve and manage private link connections across subscriptions with Azure Private Link.
4+
description: Get started learning how to approve and manage private endpoint connections across subscriptions by using Azure Private Link.
55
author: asudbring
66
ms.author: allensu
77
ms.service: private-link
@@ -37,7 +37,7 @@ Sign in to **subscription-1** in the [Azure portal](https://portal.azure.com).
3737

3838
## Register the resource providers for subscription-1
3939

40-
For the private endpoint connection to complete successfully, the `Microsoft.Network` and `Microsoft.Storage` resource providers must be registered in **subscription-1**. Use the following steps to register the resource providers. If the `Microsoft.Network` and `Microsoft.Storage` resource providers are already registered, skip this step.
40+
For the private endpoint connection to complete successfully, the `Microsoft.Storage` and `Microsoft.Network` resource providers must be registered in **subscription-1**. Use the following steps to register the resource providers. If the `Microsoft.Storage` and `Microsoft.Network` resource providers are already registered, skip this step.
4141

4242
> [!IMPORTANT]
4343
> If you're using a different resource type, you must register the resource provider for that resource type if it's not already registered.
@@ -52,7 +52,7 @@ For the private endpoint connection to complete successfully, the `Microsoft.Net
5252

5353
1. Select **Register**.
5454

55-
1. Repeat the previous steps to register the **Microsoft.Network** resource provider.
55+
1. Repeat the previous steps to register the `Microsoft.Network` resource provider.
5656

5757
## Create a resource group
5858

@@ -75,7 +75,7 @@ For the private endpoint connection to complete successfully, the `Microsoft.Net
7575

7676
[!INCLUDE [create-storage-account.md](../../includes/create-storage-account.md)]
7777

78-
## Obtain storage account resource ID
78+
## Obtain the storage account resource ID
7979

8080
You need the storage account resource ID to create the private endpoint connection in **subscription-2**. Use the following steps to obtain the storage account resource ID.
8181

@@ -93,7 +93,7 @@ Sign in to **subscription-2** in the [Azure portal](https://portal.azure.com).
9393

9494
## Register the resource providers for subscription-2
9595

96-
For the private endpoint connection to complete successfully, the `Microsoft.Storage` and `Microsoft.Network` resource provider must be registered in **subscription-2**. Use the following steps to register the resource providers. If the `Microsoft.Storage` and `Microsoft.Network` resource providers are already registered, skip this step.
96+
For the private endpoint connection to complete successfully, the `Microsoft.Storage` and `Microsoft.Network` resource providers must be registered in **subscription-2**. Use the following steps to register the resource providers. If the `Microsoft.Storage` and `Microsoft.Network` resource providers are already registered, skip this step.
9797

9898
> [!IMPORTANT]
9999
> If you're using a different resource type, you must register the resource provider for that resource type if it's not already registered.
@@ -108,7 +108,7 @@ For the private endpoint connection to complete successfully, the `Microsoft.Sto
108108

109109
1. Select **Register**.
110110

111-
1. Repeat the previous steps to register the **Microsoft.Network** resource provider.
111+
1. Repeat the previous steps to register the `Microsoft.Network` resource provider.
112112

113113
[!INCLUDE [virtual-network-create.md](../../includes/virtual-network-create.md)]
114114

@@ -175,4 +175,4 @@ The private endpoint connection is in a **Pending** state until approved. Use th
175175
In this article, you learned how to approve a private endpoint connection across subscriptions. To learn more about Azure Private Link, continue to the following articles:
176176

177177
- [Azure Private Link overview](private-link-overview.md)
178-
- [Azure private endpoint overview](private-endpoint-overview.md)
178+
- [Azure private endpoint overview](private-endpoint-overview.md)

0 commit comments

Comments
 (0)