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/sql-database/includes/sql-database-create-single-database.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@ author: MashaMSFT
3
3
ms.service: sql-database
4
4
ms.subservice: single-database
5
5
ms.topic: include
6
-
ms.date: 11/04/2019
6
+
ms.date: 02/14/2020
7
7
ms.author: mathoma
8
+
ms.reviewer: vanto
8
9
---
9
10
10
11
In this step, you will create an Azure SQL Database single database.
@@ -58,18 +59,22 @@ Create your resource group and single database using the Azure portal.
58
59
- Optionally, you can also select **Change configuration** to change the hardware generation.
59
60
- Select **Apply**.
60
61
61
-
5. Select the **Additional settings** tab.
62
-
6. In the **Data source** section, under **Use existing data**, select `Sample`.
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).
7. In the **Data source** section, under **Use existing data**, select `Sample`.
63
68
64
69

65
70
66
71
> [!IMPORTANT]
67
72
> Make sure to select the **Sample (AdventureWorksLT)** data so you can follow easily this and other Azure SQL Database quickstarts that use this data.
68
73
69
-
7. Leave the rest of the values as default and select **Review + Create** at the bottom of the form.
70
-
8. Review the final settings and select **Create**.
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**.
71
76
72
-
9. On the **SQL Database** form, select **Create** to deploy and provision the resource group, server, and database.
77
+
10. On the **SQL Database** form, select **Create** to deploy and provision the resource group, server, and database.
0 commit comments