Skip to content

Commit d4f098a

Browse files
committed
second pass
1 parent 8cc3220 commit d4f098a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: v-thepet
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 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 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).
1414

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

@@ -36,6 +36,7 @@ To create a resource group, SQL server, and single database in the Azure portal:
3636
- **Server admin login**: Enter *azureuser*.
3737
- **Password**: Enter a password that meets requirements, and enter it again in the **Confirm password** field.
3838
- **Location**: Drop down and choose a location, such as **(US) East US**.
39+
3940
Select **OK**.
4041

4142
![New server](../media/sql-database-single-database-get-started/new-server.png)
@@ -48,6 +49,7 @@ To create a resource group, SQL server, and single database in the Azure portal:
4849
- Change the **Compute tier** from **Provisioned** to **Serverless**
4950
- Review and change the settings for **vCores** and **Data max size**.
5051
- Select **Change configuration** to change the hardware generation.
52+
5153
After making any changes, select **Apply**.
5254

5355
1. Select **Next: Networking** at the bottom of the page.
@@ -61,18 +63,17 @@ To create a resource group, SQL server, and single database in the Azure portal:
6163
![Networking tab](../media/sql-database-single-database-get-started/networking.png)
6264

6365
1. On the **Additional settings** tab, in the **Data source** section, for **Use existing data**, select **Sample**.
66+
1. Select **Review + create** at the bottom of the page.
6467

6568
![Additional settings tab](../media/sql-database-single-database-get-started/additional-settings.png)
6669

67-
1. Select **Review + create** at the bottom of the page.
6870
1. After reviewing settings, select **Create**.
6971

70-
[Allow Azure services and resources to access this server](../sql-database-networkaccess-overview.md)
71-
[Add a private endpoint](../../private-link/private-endpoint-overview.md).
72+
For more information about firewall settings, see [Allow Azure services and resources to access this server](../sql-database-networkaccess-overview.md) and [Add a private endpoint](../../private-link/private-endpoint-overview.md).
7273

7374
# [PowerShell](#tab/azure-powershell)
7475

75-
You can create an Azure resource group, SQL server, and single database using Windows PowerShell. If you don't want to use the Azure Cloud Shell, [install the Azure PowerShell module](powershell/azure/install-az-ps).
76+
You can create an Azure resource group, SQL server, and single database using Windows PowerShell. If you don't want to use the Azure Cloud Shell, [install the Azure PowerShell module](/powershell/azure/install-az-ps).
7677

7778
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
7879

@@ -151,9 +152,11 @@ The preceding code uses the following PowerShell cmdlets:
151152
| [New-AzSqlServerFirewallRule](/powershell/module/az.sql/new-azsqlserverfirewallrule) | Creates a firewall rule for a logical server. |
152153
| [New-AzSqlDatabase](/powershell/module/az.sql/new-azsqldatabase) | Creates an Azure SQL Database single database. |
153154

155+
For more Azure SQL Database samples using Azure PowerShell, see [Azure PowerShell samples](sql-database-powershell-samples.md).
156+
154157
# [Azure CLI](#tab/azure-cli)
155158

156-
You can create an Azure resource group, SQL server, and single database using the Azure command-line interface (Azure CLI). If you don't want to use the Azure Cloud Shell, [install Azure CLI](powershell/azure/install-az-ps) on your computer.
159+
You can create an Azure resource group, SQL server, and single database using the Azure command-line interface (Azure CLI). If you don't want to use the Azure Cloud Shell, [install Azure CLI](/cli/azure/install-azure-cli) on your computer.
157160

158161
To run the following code sample in Azure Cloud Shell, select **Try it** in the code sample title bar. When the Cloud Shell opens, select **Copy** in the code sample title bar, and paste the code sample into the Cloud Shell window. In the code, replace `<Subscription ID>` with your Azure Subscription ID, and for `$startIp` and `$endIP`, replace `0.0.0.0` with the public IP address of the computer you're using.
159162

@@ -227,4 +230,5 @@ The preceding code uses these Azure CLI commands:
227230
| [az sql server firewall-rule create](/cli/azure/sql/server/firewall-rule) | Creates a server's firewall rules. |
228231
| [az sql db create](/cli/azure/sql/db?view=azure-cli-latest) | Creates a database. |
229232

233+
For more Azure SQL Database Azure CLI samples, see [Azure CLI samples](sql-database-cli-samples.md).
230234
---
-976 Bytes
Loading
7.62 KB
Loading

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ ms.date: 03/06/2020
1414
---
1515
# Quickstart: Create an Azure SQL Database single database
1616

17-
In this quickstart, you use the Azure portal, a PowerShell script, or an Azure CLI script to create an Azure SQL Database single database. You then query the database using **Query editor** in the Azure portal. A [single database](sql-database-single-database.md) is the quickest and simplest deployment option for Azure SQL Database.
17+
In this quickstart, you use the Azure portal, a PowerShell script, or an Azure CLI script to create an Azure SQL Database single database. You then query the database using **Query editor** in the Azure portal.
1818

19-
You manage a single database within a [SQL Database server](sql-database-servers.md), which is inside an [Azure resource group](../azure-resource-manager/management/overview.md) in a specified Azure region. In this quickstart, you create a new resource group and SQL server for the new database.
19+
A [single database](sql-database-single-database.md) is the quickest and simplest deployment option for Azure SQL Database. You manage a single database within a [SQL Database server](sql-database-servers.md), which is inside an [Azure resource group](../azure-resource-manager/management/overview.md) in a specified Azure region. In this quickstart, you create a new resource group and SQL server for the new database.
2020

21-
You can create a single database in the *provisioned* or *serverless* compute tier. A provisioned database is pre-allocated a fixed amount of compute resources, including CPU and memory, and uses one of two [purchasing models](sql-database-purchase-models.md). This quickstart creates a provisioned database using the [vCore-based](sql-database-service-tiers-vcore.md) purchasing model, but you can also choose a [DTU-based](sql-database-service-tiers-DTU.md) model. The serverless compute tier has a range of compute resources, including CPU and memory, that are auto-scaled, and is only available in the vCore-based purchasing model.
21+
You can create a single database in the *provisioned* or *serverless* compute tier. A provisioned database is pre-allocated a fixed amount of compute resources, including CPU and memory, and uses one of two [purchasing models](sql-database-purchase-models.md). This quickstart creates a provisioned database using the [vCore-based](sql-database-service-tiers-vcore.md) purchasing model, but you can also choose a [DTU-based](sql-database-service-tiers-DTU.md) model.
22+
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).
2224

2325
This quickstart requires an active Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/).
2426

2527
## Create a single database
2628

27-
To create a single database containing the AdventureWorksLT sample data:
28-
2929
[!INCLUDE [sql-database-create-single-database](includes/sql-database-create-single-database.md)]
3030

3131
## Query the database
@@ -64,10 +64,6 @@ When you're finished using these resources, you can delete them as follows:
6464

6565
## Next steps
6666

67-
- Create a server-level firewall rule to connect to the single database from on-premises or remote tools. For more information, see [Create a server-level firewall rule](sql-database-server-level-firewall-rule.md).
68-
- After you create a server-level firewall rule, [connect and query](sql-database-connect-query.md) your database using several different tools and languages.
67+
You can [connect and query](sql-database-connect-query.md) your database using several different tools and languages:
6968
- [Connect and query using SQL Server Management Studio](sql-database-connect-query-ssms.md)
7069
- [Connect and query using Azure Data Studio](https://docs.microsoft.com/sql/azure-data-studio/quickstart-sql-database?toc=/azure/sql-database/toc.json)
71-
- To create a single database in the provisioned compute tier using Azure CLI, see [Azure CLI samples](sql-database-cli-samples.md).
72-
- To create a single database in the provisioned compute tier using Azure PowerShell, see [Azure PowerShell samples](sql-database-powershell-samples.md).
73-
- To create a single database in the serverless compute tier using Azure Powershell, see [Create serverless database](sql-database-serverless.md#create-new-database-in-serverless-compute-tier).

0 commit comments

Comments
 (0)