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/create-private-link-service-portal.md
+12-74Lines changed: 12 additions & 74 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: private-link
6
6
author: asudbring
7
7
ms.service: private-link
8
8
ms.topic: quickstart
9
-
ms.date: 06/22/2023
9
+
ms.date: 08/29/2023
10
10
ms.author: allensu
11
11
ms.custom: mode-ui, template-quickstart
12
12
#Customer intent: As someone with a basic network background who's new to Azure, I want to create an Azure Private Link service by using the Azure portal
@@ -22,49 +22,11 @@ Get started creating a Private Link service that refers to your service. Give Pr
22
22
23
23
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
24
24
25
-
## Create an internal load balancer
25
+
## <aname="create-a-virtual-network"></a> Sign in to Azure
26
26
27
-
In this section, you create a virtual network and an internal Azure Load Balancer.
27
+
Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
28
28
29
-
### Load balancer virtual network
30
-
31
-
Create a virtual network and subnet to host the load balancer that accesses your Private Link service.
32
-
33
-
1. Sign-in to the [Azure portal](https://portal.azure.com).
34
-
35
-
1. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
36
-
37
-
1. Select **+ Create**.
38
-
39
-
1. In **Create virtual network**, enter or select this information in the **Basics** tab:
| Resource Group | Select **Create new**. Enter **test-rg**. </br> Select **OK**. |
46
-
|**Instance details**||
47
-
| Name | Enter **vnet-1**|
48
-
| Region | Select **East US 2**|
49
-
50
-
1. Select the **IP Addresses** tab or select the **Next: IP Addresses** button at the bottom of the page.
51
-
52
-
1. In the **IP Addresses** tab, under **IPv4 address space**, select the garbage deletion icon to remove any address space that already appears, and then enter **10.0.0.0/16**.
53
-
54
-
1. Select **+ Add subnet**.
55
-
56
-
1. In **Add subnet**, enter the following information:
1. Select **Next: IP Addresses** or the **IP Addresses** tab.
221
-
222
-
1. In the **IP Addresses** tab, under **IPv4 address space**, select the garbage deletion icon to remove any address space that already appears, and then enter **10.1.0.0/16**.
167
+
Repeat steps in [Create a virtual network](#create-a-virtual-network) to create a virtual network with the following settings:
223
168
224
-
1. Select **+ Add subnet**.
225
-
226
-
1. In **Add subnet**, enter the following information:
0 commit comments