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
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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