Skip to content

Commit d3d9e52

Browse files
authored
Merge pull request #263472 from paulth1/private-link-cross-subscription
[AQ] edit pass: private-link-cross-subscription
2 parents 3693c67 + 77ff6d7 commit d3d9e52

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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
88
ms.topic: how-to
99
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.
1111

1212
---
1313

14-
# Approve private link connections across subscriptions
14+
# Approve Private Link connections across subscriptions
1515

1616
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.
1717

1818
## Prerequisites
1919

20-
- Two active Azure subscriptions.
20+
- Two active Azure subscriptions:
2121

2222
- One subscription hosts the Azure resource and the other subscription contains the consumer private endpoint and virtual network.
2323

@@ -27,7 +27,7 @@ Resources used in this article:
2727

2828
| Resource | Subscription | Resource group | Location |
2929
| --- | --- | --- | --- |
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 |
3131
| **vnet-1** | subscription-2 | test-rg | East US 2 |
3232
| **private-endpoint** | subscription-2 | test-rg | East US 2 |
3333

@@ -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,15 +52,15 @@ 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

5959
1. In the search box at the top of the portal, enter **Resource group**. Select **Resource groups** in the search results.
6060

6161
1. Select **+ Create**.
6262

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:
6464

6565
| Setting | Value |
6666
| ------- | ----- |
@@ -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

@@ -118,13 +118,13 @@ For the private endpoint connection to complete successfully, the `Microsoft.Sto
118118

119119
1. Select **+ Create** in **Private endpoints**.
120120

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:
122122

123123
| Setting | Value |
124124
| ------- | ----- |
125125
| **Project details** | |
126126
| Subscription | Select **subscription-2**. |
127-
| Resource group | Select **test-rg** |
127+
| Resource group | Select **test-rg**. |
128128
| **Instance details** | |
129129
| Name | Enter **private-endpoint**. |
130130
| 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
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-
179-
- [Azure Private endpoint overview](private-endpoint-overview.md)
178+
- [Azure private endpoint overview](private-endpoint-overview.md)

includes/create-storage-account.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
## Create a storage account
1414

15-
Create an Azure storage account for the steps in this article. If you already have a storage account, you can use it instead.
15+
Create an Azure Storage account for the steps in this article. If you already have a storage account, you can use it instead.
1616

1717
1. In the search box at the top of the portal, enter **Storage account**. Select **Storage accounts** in the search results.
18-
18+
1919
1. Select **+ Create**.
2020

21-
1. In the **Basics** tab of **Create a storage account** enter or select the following information:
21+
1. On the **Basics** tab of **Create a storage account**, enter or select the following information:
2222

2323
| Setting | Value |
2424
|-----------------------|----------------------------------|
@@ -30,7 +30,7 @@ Create an Azure storage account for the steps in this article. If you already ha
3030
| Location | Select **(US) East US 2**. |
3131
| Performance | Leave the default **Standard**. |
3232
| Redundancy | Select **Locally-redundant storage (LRS)**. |
33-
33+
3434
1. Select **Review**.
3535

3636
1. Select **Create**.

0 commit comments

Comments
 (0)