Skip to content

Commit 36b0bcb

Browse files
committed
docs: Split resource group creation into dedicated section
1 parent 6f158cf commit 36b0bcb

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ You can create private endpoints for various Azure services, such as Azure SQL a
3939

4040
Sign in to the [Azure portal](https://portal.azure.com).
4141

42+
## Create a resource group
43+
44+
1. In the portal, search for and select **Resource groups**.
45+
46+
1. Select **+ Create**.
47+
48+
1. In the **Basics** tab of **Create a resource group**, enter, or select the following information:
49+
50+
| Setting | Value |
51+
| ------- | ----- |
52+
| Subscription | Select your subscription. |
53+
| Resource group | Enter **test-rg**. |
54+
| Region | Select **East US 2**. |
55+
56+
1. Select **Review + create**.
57+
58+
1. Select **Create**.
59+
4260
## Create a virtual network
4361

4462
The following procedure creates a virtual network with a resource subnet.
@@ -53,7 +71,7 @@ The following procedure creates a virtual network with a resource subnet.
5371
|---|---|
5472
| **Project details** | |
5573
| Subscription | Select your subscription. |
56-
| Resource group | Select **Create new**. </br> Enter **test-rg** for the name. </br> Select **OK**. |
74+
| Resource group | Select **test-rg**. |
5775
| **Instance details** | |
5876
| Name | Enter **vnet-1**. |
5977
| Region | Select **East US 2**. |

0 commit comments

Comments
 (0)