Skip to content

Commit 4a4ca0d

Browse files
committed
fixing number typo
1 parent daf6dc8 commit 4a4ca0d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/sql-database/includes/sql-database-create-single-database.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Create your resource group and single database using the Azure portal.
2525

2626
![Create single database](../media/sql-database-get-started-portal/create-single-database.png)
2727

28-
3. On the **Basics** tab, in the **Project Details** section, type or select the following values:
28+
4. On the **Basics** tab, in the **Project Details** section, type or select the following values:
2929

3030
- **Subscription**: Drop down and select the correct subscription, if it doesn't appear.
3131
- **Resource group**: Select **Create new**, type `myResourceGroup`, and select **OK**.
3232

3333
![New SQL database - basic tab](../media/sql-database-get-started-portal/new-sql-database-basics.png)
3434

35-
4. In the **Database Details** section, type or select the following values:
35+
5. In the **Database Details** section, type or select the following values:
3636

3737
- **Database name**: Enter `mySampleDatabase`.
3838
- **Server**: Select **Create new**, enter the following values and then select **Select**.
@@ -59,22 +59,22 @@ Create your resource group and single database using the Azure portal.
5959
- Optionally, you can also select **Change configuration** to change the hardware generation.
6060
- Select **Apply**.
6161

62-
5. Select the **Networking** tab and decide if you want to **Allow Azure services and resources to access this server**, or add a [private endpoint](../../private-link/private-endpoint-overview.md).
62+
6. Select the **Networking** tab and decide if you want to **Allow Azure services and resources to access this server**, or add a [private endpoint](../../private-link/private-endpoint-overview.md).
6363

6464
![Networking Tab](../media/sql-database-get-started-portal/create-database-networking.png)
6565

66-
6. Select the **Additional settings** tab.
67-
7. In the **Data source** section, under **Use existing data**, select `Sample`.
66+
7. Select the **Additional settings** tab.
67+
8. In the **Data source** section, under **Use existing data**, select `Sample`.
6868

6969
![Additional SQL DB settings](../media/sql-database-get-started-portal/create-sql-database-additional-settings.png)
7070

7171
> [!IMPORTANT]
7272
> Make sure to select the **Sample (AdventureWorksLT)** data so you can follow easily this and other Azure SQL Database quickstarts that use this data.
7373
74-
8. Leave the rest of the values as default and select **Review + Create** at the bottom of the form.
75-
9. Review the final settings and select **Create**.
74+
9. Leave the rest of the values as default and select **Review + Create** at the bottom of the form.
75+
10. Review the final settings and select **Create**.
7676

77-
10. On the **SQL Database** form, select **Create** to deploy and provision the resource group, server, and database.
77+
11. On the **SQL Database** form, select **Create** to deploy and provision the resource group, server, and database.
7878

7979
# [PowerShell](#tab/azure-powershell)
8080

0 commit comments

Comments
 (0)