Skip to content

Commit c8ed2d2

Browse files
authored
Merge pull request #112946 from ronortloff/master
cleaned up wording
2 parents 889de40 + 90e606f commit c8ed2d2

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

articles/synapse-analytics/sql-data-warehouse/quickstart-configure-workload-isolation-tsql.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: craigg
77
ms.service: synapse-analytics
88
ms.topic: quickstart
99
ms.subservice:
10-
ms.date: 02/04/2020
10+
ms.date: 04/27/2020
1111
ms.author: rortloff
1212
ms.reviewer: jrasnick
1313
ms.custom: azure-synapse
@@ -26,10 +26,6 @@ If you don't have an Azure subscription, create a [free](https://azure.microsoft
2626

2727
This quickstart assumes you already have a SQL Analytics instance in Azure Synapse and that you have CONTROL DATABASE permissions. If you need to create one, use [Create and Connect - portal](create-data-warehouse-portal.md) to create a data warehouse called **mySampleDataWarehouse**.
2828

29-
## Sign in to the Azure portal
30-
31-
Sign in to the [Azure portal](https://portal.azure.com/).
32-
3329
## Create login for DataLoads
3430

3531
Create a SQL Server authentication login in the `master` database using [CREATE LOGIN](/sql/t-sql/statements/create-login-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest) for 'ELTLogin'.
@@ -107,20 +103,6 @@ You're being charged for data warehouse units and data stored in your data wareh
107103
- 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. When you're ready to work with the data, resume compute.
108104
- If you want to remove future charges, you can delete the data warehouse.
109105

110-
Follow these steps to clean up resources.
111-
112-
1. Sign in to the [Azure portal](https://portal.azure.com), select on your data warehouse.
113-
114-
![Clean up resources](./media/quickstart-configure-workload-isolation-tsql/clean-up-resources.png)
115-
116-
2. To pause compute, select the **Pause** button. When the data warehouse is paused, you see a **Start** button. To resume compute, select **Start**.
117-
118-
3. To remove the data warehouse so you're not charged for compute or storage, select **Delete**.
119-
120-
4. To remove the SQL server you created, select **mynewserver-20180430.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.
121-
122-
5. To remove the resource group, select **myResourceGroup**, and then select **Delete resource group**.
123-
124106
## Next steps
125107

126108
- You've now created a workload group. Run a few queries as ELTLogin to see how they perform. See [sys.dm_pdw_exec_requests](/sql/relational-databases/system-dynamic-management-views/sys-dm-pdw-exec-requests-transact-sql/?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest) to view queries and the workload group assigned.

0 commit comments

Comments
 (0)