You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-link/how-to-approve-private-link-cross-subscription.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,25 @@ Resources used in this article:
35
35
36
36
Sign in to **subscription-1** in the [Azure portal](https://portal.azure.com).
37
37
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
+
38
57
## Create a resource group
39
58
40
59
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
72
91
73
92
Sign in to **subscription-2** in the [Azure portal](https://portal.azure.com).
74
93
75
-
## Register the `Microsoft.Storage`resource provider
94
+
## Register the resource providers for subscription-2
76
95
77
-
For the private endpoint connection to complete successfully, the Microsoft.Storageresource 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.
78
97
79
98
> [!IMPORTANT]
80
99
> 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
89
108
90
109
1. Select **Register**.
91
110
111
+
1. Repeat the previous steps to register the **Microsoft.Network** resource provider.
0 commit comments