Skip to content

Commit 5bbffed

Browse files
authored
Merge pull request #106180 from asudbring/privlnkvnetupd
Updated Vnet Create UI
2 parents 38e3397 + d7bf35b commit 5bbffed

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

articles/private-link/create-private-endpoint-portal.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: allensu
1515
# Quickstart: Create a Private Endpoint using Azure portal
1616

1717
A Private Endpoint is the fundamental building block for private link in Azure. It enables Azure resources, like Virtual Machines (VMs), to communicate privately with private link resources.
18-
In this Quickstart, you will learn how to create a VM on an Azure Virtual Network, a SQL Database Server with an Azure private endpoint using the Azure Portal. Then, you can securely access the SQL Database Server from the VM.
18+
In this Quickstart, you will learn how to create a VM on an Azure Virtual Network, a SQL Database Server with an Azure private endpoint using the Azure portal. Then, you can securely access the SQL Database Server from the VM.
1919

2020
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2121

@@ -27,26 +27,22 @@ Sign in to the Azure portal at https://portal.azure.com.
2727
## Create a VM
2828
In this section, you will create virtual network and the subnet to host the VM that is used to access your Private Link resource (a SQL server in Azure in this example).
2929

30-
### Create the virtual network
31-
30+
## Virtual network and parameters
3231

3332
In this section, you will create a Virtual Network and the subnet to host the VM that is used to access your Private Link resource.
3433

35-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**.
36-
1. In **Create virtual network**, enter or select this information:
34+
In this section you'll need to replace the following parameters in the steps with the information below:
3735

38-
| Setting | Value |
39-
| ------- | ----- |
40-
| Name | Enter *MyVirtualNetwork*. |
41-
| Address space | Enter *10.1.0.0/16*. |
42-
| Subscription | Select your subscription.|
43-
| Resource group | Select **Create new**, enter *myResourceGroup*, then select **OK**. |
44-
| Location | Select **WestCentralUS**.|
45-
| Subnet - Name | Enter *mySubnet*. |
46-
| Subnet - Address range | Enter *10.1.0.0/24*. |
47-
|||
48-
1. Leave the rest as default and select **Create**.
36+
| Parameter | Value |
37+
|-----------------------------|----------------------|
38+
| **\<resource-group-name>** | myResourceGroup |
39+
| **\<virtual-network-name>** | myVirtualNetwork |
40+
| **\<region-name>** | West Central US |
41+
| **\<IPv4 address space>** | 10.1.0.0\16 |
42+
| **\<subnet-name>** | mySubnet |
43+
| **\<subnet-address-range>** | 10.1.0.0\24 |
4944

45+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
5046

5147
### Create Virtual Machine
5248

0 commit comments

Comments
 (0)