Skip to content

Commit 531d1c9

Browse files
committed
touchups
1 parent 85d0602 commit 531d1c9

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
author: v-thepet
2+
author: MashaMSFT
33
ms.service: sql-database
44
ms.subservice: single-database
55
ms.topic: include
6-
ms.date: 03/06/2020
7-
ms.author: v-thepet
8-
ms.reviewer: v-thepet
6+
ms.date: 03/10/2020
7+
ms.author: mathoma
8+
ms.reviewer: vanto
99
---
1010

1111
In this step, you create an Azure SQL Database server and a single database that uses AdventureWorksLT sample data. You can create the database by using Azure portal menus and screens, or by using an Azure CLI or PowerShell script in the Azure Cloud Shell.
1212

13-
All the methods include setting up a server-level firewall rule to let the public IP address of the computer you're using access the server. For more information about creating server firewall rules, see [Create a server-level firewall](../sql-database-server-level-firewall-rule.md). You can also set database-level firewall rules. See [Create a database-level firewall rule](/sql/relational-databases/system-stored-procedures/sp-set-database-firewall-rule-azure-sql-database).
13+
All the methods include setting up a server-level firewall rule to allow the public IP address of the computer you're using to access the server. For more information about creating server firewall rules, see [Create a server-level firewall](../sql-database-server-level-firewall-rule.md). You can also set database-level firewall rules. See [Create a database-level firewall rule](/sql/relational-databases/system-stored-procedures/sp-set-database-firewall-rule-azure-sql-database).
1414

1515
# [Portal](#tab/azure-portal)
1616

@@ -30,8 +30,7 @@ To create a resource group, SQL server, and single database in the Azure portal:
3030
1. On the **Basics** tab of the **Create SQL database** form, under **Project details**, select the correct Azure **Subscription** if it isn't already selected.
3131
1. Under **Resource group**, select **Create new**, enter *myResourceGroup*, and select **OK**.
3232
1. Under **Database details**, for **Database name** enter *mySampleDatabase*.
33-
1. For **Server**, select **Create new**.
34-
1. Fill out the **New server** form as follows:
33+
1. For **Server**, select **Create new**, and fill out the **New server** form as follows:
3534
- **Server name**: Enter *mysqlserver*, and some characters for uniqueness.
3635
- **Server admin login**: Enter *azureuser*.
3736
- **Password**: Enter a password that meets requirements, and enter it again in the **Confirm password** field.

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ ms.subservice: single-database
77
ms.custom:
88
ms.devlang:
99
ms.topic: quickstart
10-
author: v-thepet
11-
ms.author: v-thepet
12-
# ms.reviewer: carlrab, sstein, vanto
13-
ms.date: 03/06/2020
10+
author: sachinpMSFT
11+
ms.author: ninarn
12+
ms.reviewer: carlrab, sstein, vanto
13+
ms.date: 03/10/2020
1414
---
1515
# Quickstart: Create an Azure SQL Database single database
1616

@@ -22,17 +22,19 @@ You can create a single database in the *provisioned* or *serverless* compute ti
2222

2323
The serverless compute tier is only available in the vCore-based purchasing model, and has an auto-scaled range of compute resources, including CPU and memory. To create a single database in the serverless compute tier, see [Create a serverless database](sql-database-serverless.md#create-new-database-in-serverless-compute-tier).
2424

25-
This quickstart requires an active Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/).
25+
## Prerequisite
26+
27+
- An active Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/).
2628

2729
## Create a single database
2830

2931
[!INCLUDE [sql-database-create-single-database](includes/sql-database-create-single-database.md)]
3032

3133
## Query the database
3234

33-
Now you can use the built-in **Query editor** in the Azure portal to connect to the database and query the data.
35+
Once your database is created, you can use the built-in **Query editor** in the Azure portal to connect to the database and query the data.
3436

35-
1. On the **SQL Database** page for your database, select **Query editor (preview)** in the left menu.
37+
1. In the 1. On the **SQL Database** page for your database, select **Query editor (preview)** in the left menu.
3638
2. Enter your server admin login information, and select **OK**.
3739

3840
![Sign in to Query editor](./media/sql-database-single-database-get-started/query-editor-login.png)
@@ -88,4 +90,5 @@ Remove-AzResourceGroup -Name <your resource group>
8890
[Connect and query](sql-database-connect-query.md) your database using different tools and languages:
8991
> [!div class="nextstepaction"]
9092
> [Connect and query using SQL Server Management Studio](sql-database-connect-query-ssms.md)
93+
>
9194
> [Connect and query using Azure Data Studio](/sql/azure-data-studio/quickstart-sql-database?toc=/azure/sql-database/toc.json)

0 commit comments

Comments
 (0)