Skip to content

Commit ecdc0e2

Browse files
committed
docs: Split resource group creation into dedicated section
1 parent 54b0bac commit ecdc0e2

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

articles/private-link/tutorial-private-endpoint-storage-portal.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,26 @@ In this tutorial, you learn how to:
3535

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

38+
## Create a resource group
39+
40+
A resource group is a logical container for Azure resources. This procedure creates a resource group for all resources used in this tutorial.
41+
42+
1. In the portal, search for and select **Resource groups**.
43+
44+
1. On the **Resource groups** page, select **+ Create**.
45+
46+
1. On the **Basics** tab, enter or select the following information:
47+
48+
| Setting | Value |
49+
|---|---|
50+
| **Project details** | |
51+
| Subscription | Select your subscription. |
52+
| Resource group | Enter **test-rg**. |
53+
| **Resource details** | |
54+
| Region | Select **East US 2**. |
55+
56+
1. Select **Review + create**, and then select **Create**.
57+
3858
## Create a virtual network
3959

4060
The following procedure creates a virtual network with a resource subnet.
@@ -49,7 +69,7 @@ The following procedure creates a virtual network with a resource subnet.
4969
|---|---|
5070
| **Project details** | |
5171
| Subscription | Select your subscription. |
52-
| Resource group | Select **Create new**. </br> Enter **test-rg** for the name. </br> Select **OK**. |
72+
| Resource group | Select **test-rg**. |
5373
| **Instance details** | |
5474
| Name | Enter **vnet-1**. |
5575
| Region | Select **East US 2**. |

0 commit comments

Comments
 (0)