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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
author: v-thepet
2
+
author: MashaMSFT
3
3
ms.service: sql-database
4
4
ms.subservice: single-database
5
5
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
9
9
---
10
10
11
11
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.
12
12
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).
14
14
15
15
# [Portal](#tab/azure-portal)
16
16
@@ -30,8 +30,7 @@ To create a resource group, SQL server, and single database in the Azure portal:
30
30
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.
31
31
1. Under **Resource group**, select **Create new**, enter *myResourceGroup*, and select **OK**.
32
32
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:
35
34
-**Server name**: Enter *mysqlserver*, and some characters for uniqueness.
36
35
-**Server admin login**: Enter *azureuser*.
37
36
-**Password**: Enter a password that meets requirements, and enter it again in the **Confirm password** field.
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-single-database-get-started.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ ms.subservice: single-database
7
7
ms.custom:
8
8
ms.devlang:
9
9
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
14
14
---
15
15
# Quickstart: Create an Azure SQL Database single database
16
16
@@ -22,17 +22,19 @@ You can create a single database in the *provisioned* or *serverless* compute ti
22
22
23
23
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).
24
24
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/).
0 commit comments