Skip to content

Commit a585ff9

Browse files
Merge pull request #263314 from asudbring/pl-how-to
Added more Resource Provider steps to Private Link cross subscription private endpoint creation
2 parents 0958114 + e4a7ccf commit a585ff9

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,25 @@ Resources used in this article:
3535

3636
Sign in to **subscription-1** in the [Azure portal](https://portal.azure.com).
3737

38+
## Register the resource providers for subscription-1
39+
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.
41+
42+
> [!IMPORTANT]
43+
> If you're using a different resource type, you must register the resource provider for that resource type if it's not already registered.
44+
45+
1. In the search box at the top of the portal, enter **Subscription**. Select **Subscriptions** in the search results.
46+
47+
1. Select **subscription-1**.
48+
49+
1. In **Settings**, select **Resource providers**.
50+
51+
1. In the **Resource providers** filter box, enter **Microsoft.Storage**. Select **Microsoft.Storage**.
52+
53+
1. Select **Register**.
54+
55+
1. Repeat the previous steps to register the **Microsoft.Network** resource provider.
56+
3857
## Create a resource group
3958

4059
1. In the search box at the top of the portal, enter **Resource group**. Select **Resource groups** in the search results.
@@ -72,9 +91,9 @@ You need the storage account resource ID to create the private endpoint connecti
7291

7392
Sign in to **subscription-2** in the [Azure portal](https://portal.azure.com).
7493

75-
## Register the `Microsoft.Storage` resource provider
94+
## Register the resource providers for subscription-2
7695

77-
For the private endpoint connection to complete successfully, the Microsoft.Storage resource provider must be registered in **subscription-2**. Use the following steps to register the resource provider. If the `Microsoft.Storage` resource provider is already registered, skip this step.
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.
7897

7998
> [!IMPORTANT]
8099
> If you're using a different resource type, you must register the resource provider for that resource type if it's not already registered.
@@ -89,6 +108,8 @@ For the private endpoint connection to complete successfully, the Microsoft.Stor
89108

90109
1. Select **Register**.
91110

111+
1. Repeat the previous steps to register the **Microsoft.Network** resource provider.
112+
92113
[!INCLUDE [virtual-network-create.md](../../includes/virtual-network-create.md)]
93114

94115
## Create private endpoint

0 commit comments

Comments
 (0)