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-endpoint-portal.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: allensu
15
15
# Quickstart: Create a Private Endpoint using Azure portal
16
16
17
17
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.
19
19
20
20
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21
21
@@ -27,26 +27,22 @@ Sign in to the Azure portal at https://portal.azure.com.
27
27
## Create a VM
28
28
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).
29
29
30
-
### Create the virtual network
31
-
30
+
## Virtual network and parameters
32
31
33
32
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.
34
33
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:
37
35
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**.
0 commit comments