Skip to content

Commit daf6dc8

Browse files
committed
Updating images for create database
1 parent d697b5d commit daf6dc8

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ author: MashaMSFT
33
ms.service: sql-database
44
ms.subservice: single-database
55
ms.topic: include
6-
ms.date: 11/04/2019
6+
ms.date: 02/14/2020
77
ms.author: mathoma
8+
ms.reviewer: vanto
89
---
910

1011
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.
5859
- Optionally, you can also select **Change configuration** to change the hardware generation.
5960
- Select **Apply**.
6061

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).
63+
64+
![Networking Tab](../media/sql-database-get-started-portal/create-database-networking.png)
65+
66+
6. Select the **Additional settings** tab.
67+
7. In the **Data source** section, under **Use existing data**, select `Sample`.
6368

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

6671
> [!IMPORTANT]
6772
> Make sure to select the **Sample (AdventureWorksLT)** data so you can follow easily this and other Azure SQL Database quickstarts that use this data.
6873
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**.
7176

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.
7378

7479
# [PowerShell](#tab/azure-powershell)
7580

41 KB
Loading
-215 KB
Loading
-9.5 KB
Loading

articles/sql-database/sql-database-single-database-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.devlang:
99
ms.topic: quickstart
1010
author: sachinpMSFT
1111
ms.author: ninarn
12-
ms.reviewer: carlrab, sstein
13-
ms.date: 09/09/2019
12+
ms.reviewer: carlrab, sstein, vanto
13+
ms.date: 02/14/2020
1414
---
1515
# Quickstart: Create a single database in Azure SQL Database using the Azure portal, PowerShell, and Azure CLI
1616

0 commit comments

Comments
 (0)