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
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
---
2
-
title: Approve private link connections across subscriptions
2
+
title: Approve private endpoint connections across subscriptions
3
3
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.
5
5
author: asudbring
6
6
ms.author: allensu
7
7
ms.service: private-link
8
8
ms.topic: how-to
9
9
ms.date: 01/11/2024
10
-
#customer intent: As a Network Administrator, I want the approve private link connections across Azure subscriptions.
10
+
#customer intent: As a network administrator, I want to approve Private Link connections across Azure subscriptions.
11
11
12
12
---
13
13
14
-
# Approve private link connections across subscriptions
14
+
# Approve Private Link connections across subscriptions
15
15
16
16
Azure Private Link enables you to connect privately to Azure resources. Private Link connections are scoped to a specific subscription. This article shows you how to approve a private endpoint connection across subscriptions.
17
17
18
18
## Prerequisites
19
19
20
-
- Two active Azure subscriptions.
20
+
- Two active Azure subscriptions:
21
21
22
22
- One subscription hosts the Azure resource and the other subscription contains the consumer private endpoint and virtual network.
23
23
@@ -27,7 +27,7 @@ Resources used in this article:
27
27
28
28
| Resource | Subscription | Resource group | Location |
29
29
| --- | --- | --- | --- |
30
-
|**storage1***(This name is unique, replace with the name you create)*| subscription-1 | test-rg | East US 2 |
30
+
|**storage1***(This name is unique. Replace with the name you create.)*| subscription-1 | test-rg | East US 2 |
31
31
|**vnet-1**| subscription-2 | test-rg | East US 2 |
32
32
|**private-endpoint**| subscription-2 | test-rg | East US 2 |
33
33
@@ -37,7 +37,7 @@ Sign in to **subscription-1** in the [Azure portal](https://portal.azure.com).
37
37
38
38
## Register the resource providers for subscription-1
39
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.
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.
41
41
42
42
> [!IMPORTANT]
43
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.
@@ -52,15 +52,15 @@ For the private endpoint connection to complete successfully, the `Microsoft.Net
52
52
53
53
1. Select **Register**.
54
54
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.
56
56
57
57
## Create a resource group
58
58
59
59
1. In the search box at the top of the portal, enter **Resource group**. Select **Resource groups** in the search results.
60
60
61
61
1. Select **+ Create**.
62
62
63
-
1.In the **Basics** tab of **Create a resource group**, enter or select the following information:
63
+
1.On the **Basics** tab of **Create a resource group**, enter or select the following information:
64
64
65
65
| Setting | Value |
66
66
| ------- | ----- |
@@ -75,7 +75,7 @@ For the private endpoint connection to complete successfully, the `Microsoft.Net
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.
81
81
@@ -93,7 +93,7 @@ Sign in to **subscription-2** in the [Azure portal](https://portal.azure.com).
93
93
94
94
## Register the resource providers for subscription-2
95
95
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.
97
97
98
98
> [!IMPORTANT]
99
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.
@@ -108,7 +108,7 @@ For the private endpoint connection to complete successfully, the `Microsoft.Sto
108
108
109
109
1. Select **Register**.
110
110
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.
@@ -118,13 +118,13 @@ For the private endpoint connection to complete successfully, the `Microsoft.Sto
118
118
119
119
1. Select **+ Create** in **Private endpoints**.
120
120
121
-
1.In the **Basics** tab of **Create a private endpoint**, enter or select the following information:
121
+
1.On the **Basics** tab of **Create a private endpoint**, enter or select the following information:
122
122
123
123
| Setting | Value |
124
124
| ------- | ----- |
125
125
|**Project details**||
126
126
| Subscription | Select **subscription-2**. |
127
-
| Resource group | Select **test-rg**|
127
+
| Resource group | Select **test-rg**.|
128
128
|**Instance details**||
129
129
| Name | Enter **private-endpoint**. |
130
130
| Network Interface Name | Leave the default of **private-endpoint-nic**. |
@@ -175,5 +175,4 @@ The private endpoint connection is in a **Pending** state until approved. Use th
175
175
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:
176
176
177
177
-[Azure Private Link overview](private-link-overview.md)
0 commit comments