Skip to content

Commit 1cf2a14

Browse files
committed
V.2 edits
1 parent d7d4f1b commit 1cf2a14

File tree

3 files changed

+26
-29
lines changed

3 files changed

+26
-29
lines changed

articles/sql-data-warehouse/create-data-warehouse-portal.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sign in to the [Azure portal](https://portal.azure.com/).
3434

3535
Data warehouses are created using SQL pool in Azure Synapse Analytics. A SQL pool is created with a defined set of [compute resources](memory-concurrency-limits.md). The database is created within an [Azure resource group](../azure-resource-manager/management/overview.md) and in an [Azure SQL logical server](../sql-database/sql-database-servers.md).
3636

37-
Follow these steps to create a data warehouse that contains the **AdventureWorksDW** sample data.
37+
Follow these steps to create a SQL pool that contains the **AdventureWorksDW** sample data.
3838

3939
1. select **Create a resource** in the upper left-hand corner of the Azure portal.
4040

@@ -50,7 +50,7 @@ Follow these steps to create a data warehouse that contains the **AdventureWorks
5050
| :------ | :-------------- | :---------- |
5151
| **Subscription** | Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
5252
| **Resource group** | myResourceGroup | For valid resource group names, see [Naming rules and restrictions](/azure/architecture/best-practices/resource-naming). |
53-
| **Data warehouse name** | Any globally unique name (An example is *mySampleDataWarehouse*) | For valid database names, see [Database Identifiers](/sql/relational-databases/databases/database-identifiers). Note, a data warehouse is one type of database. |
53+
| **SQL pool name** | Any globally unique name (An example is *mySampleDataWarehouse*) | For valid database names, see [Database Identifiers](/sql/relational-databases/databases/database-identifiers). Note, a SQL pool is one type of database. |
5454
| **Server** | Any globally unique name | Select existing server, or create a new server name, select **Create new**. For valid server names, see [Naming rules and restrictions](/azure/architecture/best-practices/resource-naming). |
5555

5656
![create a data warehouse basic details](media/create-data-warehouse-portal/create-sql-pool-basics.png)
@@ -61,7 +61,7 @@ Follow these steps to create a data warehouse that contains the **AdventureWorks
6161

6262
For more information about performance levels, see [Manage compute in Azure SQL Data Warehouse](sql-data-warehouse-manage-compute-overview.md).
6363

64-
5. Now that you've completed the Basics tab of the Azure Synapse Analytics form, select **Review + Create** and then **Create** to create the data warehouse in the SQL pool. Provisioning takes a few minutes.
64+
5. Now that you've completed the Basics tab of the Azure Synapse Analytics form, select **Review + Create** and then **Create** to create the data warehSQL pool. Provisioning takes a few minutes.
6565

6666
![select Review + Create](media/create-data-warehouse-portal/create-sql-pool-review-create.png)
6767

@@ -100,7 +100,7 @@ The Azure Synapse service creates a firewall at the server-level. This firewall
100100

101101
8. select **OK** and then close the **Firewall settings** page.
102102

103-
You can now connect to the SQL server and its data warehouses using this IP address. The connection works from SQL Server Management Studio or another tool of your choice. When you connect, use the ServerAdmin account you created previously.
103+
You can now connect to the SQL server and its SQL pools using this IP address. The connection works from SQL Server Management Studio or another tool of your choice. When you connect, use the ServerAdmin account you created previously.
104104

105105
> [!IMPORTANT]
106106
> By default, access through the SQL Database firewall is enabled for all Azure services. select **OFF** on this page and then select **Save** to disable the firewall for all Azure services.
@@ -111,7 +111,7 @@ Get the fully qualified server name for your SQL server in the Azure portal. Lat
111111

112112
1. Sign in to the [Azure portal](https://portal.azure.com/).
113113

114-
2. Select **Azure Synapse Analytics** from the left-hand menu, and select your data warehouse on the **Azure Synapse Analytics** page.
114+
2. Select **Azure Synapse Analytics** from the left-hand menu, and select your on the **Azure Synapse Analytics** page.
115115

116116
3. In the **Essentials** pane in the Azure portal page for your database, locate and then copy the **Server name**. In this example, the fully qualified name is sqlpoolservername.database.windows.net.
117117

@@ -169,29 +169,26 @@ SQL Data Warehouse uses T-SQL as the query language. To open a query window and
169169

170170
## Clean up resources
171171

172-
You're being charged for data warehouse units and data stored your data warehouse. These compute and storage resources are billed separately.
172+
You're being charged for data warehouse units and data stored your SQL pool. These compute and storage resources are billed separately.
173173
174-
- If you want to keep the data in storage, you can pause compute when you aren't using the data warehouse. By pausing compute, you're only charged for data storage. You can resume compute whenever you're ready to work with the data.
174+
- If you want to keep the data in storage, you can pause compute when you aren't using the SQL pool. By pausing compute, you're only charged for data storage. You can resume compute whenever you're ready to work with the data.
175175

176-
- If you want to remove future charges, you can delete the data warehouse.
176+
- If you want to remove future charges, you can delete the SQL pool.
177177

178178
Follow these steps to clean up resources you no longer need.
179179

180-
1. Sign in to the [Azure portal](https://portal.azure.com), select on your data warehouse.
180+
1. Sign in to the [Azure portal](https://portal.azure.com), select your SQL pool.
181181

182182
![Clean up resources](media/create-data-warehouse-portal/clean-up-resources.png)
183183

184-
2. To pause compute, select the **Pause** button. When the data warehouse is paused, you see a **Resume** button. To resume compute, select **Resume**.
184+
2. To pause compute, select the **Pause** button. When the SQL pool is paused, you see a **Resume** button. To resume compute, select **Resume**.
185185

186-
3. To remove the data warehouse so you aren't charged for compute or storage, select **Delete**.
186+
3. To remove the SQL pool so you aren't charged for compute or storage, select **Delete**.
187187
188188
4. To remove the SQL server you created, select **sqlpoolservername.database.windows.net** in the previous image, and then select **Delete**. Be careful with this deletion, since deleting the server also deletes all databases assigned to the server.
189189
190190
5. To remove the resource group, select **myResourceGroup**, and then select **Delete resource group**.
191191
192192
## Next steps
193193
194-
You've now created a data warehouse, created a firewall rule, connected to your data warehouse, and run a few queries. To learn more about Azure SQL Data Warehouse, continue to the tutorial for loading data.
195-
196-
> [!div class="nextstepaction"]
197-
> [Load data into a SQL Data Warehouse](load-data-from-azure-blob-storage-using-polybase.md)
194+
To learn more about loading data into your SQL pool, continue to the [Load data into SQL pool](load-data-from-azure-blob-storage-using-polybase.md) article.

articles/sql-data-warehouse/create-data-warehouse-powershell.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Quickstart: Create a data warehouse (PowerShell)"
3-
description: Quickly create an Azure Synapse Analytics data warehouse logical server, with a server-level firewall rule using Azure PowerShell.
2+
title: Quickstart: Create and query a Synapse SQL pool with Azure PowerShell
3+
description: Quickly create a Synapse SQL pool logical server, with a server-level firewall rule using Azure PowerShell.
44
services: sql-data-warehouse
55
author: XiaoyuMSFT
66
manager: craigg
@@ -12,16 +12,16 @@ ms.author: xiaoyul
1212
ms.reviewer: igorstan
1313
ms.custom: seo-lt-2019, azure-synapse
1414
---
15-
# Quickstart: Create & query a data warehouse with Azure PowerShell
15+
# Quickstart: Create and query a Synapse SQL pool with Azure PowerShell
1616

17-
Create an Azure Synapse Analytics data warehouse by provisioning a SQL pool using Azure PowerShell.
17+
Create an Synapse SQL pool (data warehouse) in Azure Synapse Analytics using Azure PowerShell.
1818

1919
## Prerequisites
2020

2121
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
2222

23-
> [!NOTE]
24-
> Creating a warehouse may result in a new billable service. For more information, see [Azure Synapse Analytics pricing](https://azure.microsoft.com/pricing/details/sql-data-warehouse/).
23+
> [!IMPORTANT]
24+
> Creating a SQL pool may result in a new billable service. For more information, see [Azure Synapse Analytics pricing](https://azure.microsoft.com/pricing/details/sql-data-warehouse/).
2525
2626
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2727

@@ -88,7 +88,9 @@ New-AzSqlServer -ResourceGroupName $resourcegroupname `
8888

8989
## Configure a server firewall rule
9090

91-
Create an [Azure SQL server-level firewall rule](../sql-database/sql-database-firewall-configure.md) using the [New-AzSqlServerFirewallRule](/powershell/module/az.sql/new-azsqlserverfirewallrule) command. A server-level firewall rule allows an external application, such as SQL Server Management Studio or the SQLCMD utility to connect to a SQL Data Warehouse through the SQL Data Warehouse service firewall. In the following example, the firewall is only opened for other Azure resources. To enable external connectivity, change the IP address to an appropriate address for your environment. To open all IP addresses, use 0.0.0.0 as the starting IP address and 255.255.255.255 as the ending address.
91+
Create an [Azure SQL server-level firewall rule](../sql-database/sql-database-firewall-configure.md) using the [New-AzSqlServerFirewallRule](/powershell/module/az.sql/new-azsqlserverfirewallrule) command. A server-level firewall rule allows an external application, such as SQL Server Management Studio or the SQLCMD utility to connect to a SQL pool through the SQL pool service firewall.
92+
93+
In the following example, the firewall is only opened for other Azure resources. To enable external connectivity, change the IP address to an appropriate address for your environment. To open all IP addresses, use 0.0.0.0 as the starting IP address and 255.255.255.255 as the ending address.
9294

9395
```powershell
9496
New-AzSqlServerFirewallRule -ResourceGroupName $resourcegroupname `
@@ -101,8 +103,8 @@ New-AzSqlServerFirewallRule -ResourceGroupName $resourcegroupname `
101103
>
102104
103105

104-
## Create a data warehouse
105-
This example creates a data warehouse using the previously defined variables. It specifies the service objective as DW100c, which is a lower-cost starting point for your data warehouse.
106+
## Create a SQL pool
107+
The following example creates a SQL pool using the previously defined variables. It specifies the service objective as DW100c, which is a lower-cost starting point for your SQL pool.
106108

107109
```Powershell
108110
New-AzSqlDatabase `
@@ -118,10 +120,10 @@ New-AzSqlDatabase `
118120
Required Parameters are:
119121

120122
* **RequestedServiceObjectiveName**: The amount of [data warehouse units](what-is-a-data-warehouse-unit-dwu-cdwu.md) you're requesting. Increasing this amount increases compute cost. For a list of supported values, see [memory and concurrency limits](memory-concurrency-limits.md).
121-
* **DatabaseName**: The name of the data warehouse that you're creating.
123+
* **DatabaseName**: The name of the SQL pool that you're creating.
122124
* **ServerName**: The name of the server that you're using for creation.
123125
* **ResourceGroupName**: Resource group you're using. To find available resource groups in your subscription use Get-AzureResource.
124-
* **Edition**: Must be "DataWarehouse" to create a data warehouse.
126+
* **Edition**: Must be "DataWarehouse" to create a SQL pool.
125127

126128
Optional Parameters are:
127129

@@ -145,6 +147,4 @@ Remove-AzResourceGroup -ResourceGroupName $resourcegroupname
145147

146148
## Next steps
147149

148-
You've now created a data warehouse, created a firewall rule, connected to your data warehouse, and run a few queries. To learn more, continue to the tutorial for loading data.
149-
> [!div class="nextstepaction"]
150-
>[Load data into a data warehouse](load-data-from-azure-blob-storage-using-polybase.md)
150+
You've now created a SQL pool, created a firewall rule, connected to your SQL pool, and run a few queries. To learn more, continue to the [Load data into SQL pool](load-data-from-azure-blob-storage-using-polybase.md) article.
-30.7 KB
Loading

0 commit comments

Comments
 (0)