Skip to content

Commit 82ced17

Browse files
committed
formatting fixes
1 parent 1897bcf commit 82ced17

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/synapse-analytics/sql-data-warehouse/quickstart-create-a-workload-classifier-portal.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: azure-synapse
1515

1616
# Quickstart: Create a Synapse SQL pool workload classifier using the Azure portal
1717

18-
In this quickstart, you will create a [workload classifier](sql-data-warehouse-workload-classification.md) for assigning queries to a workload group. The classifier will assign requests from the `ELTLogin` SQL user to the `DataLoads` workload group. Follow the [Quickstart: Configure workload isolation](quickstart-configure-workload-isolation-portal.md) tutorial to create the `DataLoads` workload group. This tutorial will create a workload classifier with the WLM_LABEL option to help further classify requests correctly. The classifier will assign high [workload importance](sql-data-warehouse-workload-importance.md) to these requests as well.
18+
In this quickstart, you will create a [workload classifier](sql-data-warehouse-workload-classification.md) for assigning queries to a workload group. The classifier will assign requests from the `ELTLogin` SQL user to the `DataLoads` workload group. Follow the [Quickstart: Configure workload isolation](quickstart-configure-workload-isolation-portal.md) tutorial to create the `DataLoads` workload group. This tutorial will create a workload classifier with the WLM_LABEL option to help further classify requests correctly. The classifier will assign `HIGH` [workload importance](sql-data-warehouse-workload-importance.md) to these requests as well.
1919

2020

2121
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
@@ -31,7 +31,9 @@ Sign in to the [Azure portal](https://portal.azure.com/).
3131
## Prerequisites
3232

3333
This quickstart assumes you already have a SQL pool instance in Synapse SQL 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**.
34-
34+
<br><br>
35+
A workload group `DataLoads` exists. See the [Quickstart: Configure workload isolation](quickstart-configure-workload-isolation-portal.md) tutorial to create the workload group.
36+
<br><br>
3537
>[!IMPORTANT]
3638
>Your SQL pool must be online to configure workload management.
3739
@@ -88,8 +90,8 @@ Classification allows you to route requests, based on a set of rules, to a workl
8890

8991
## Verify and test classification
9092
Check the [sys.workload_management_workload_classifiers](/sql/relational-databases/system-catalog-views/sys-workload-management-workload-classifiers-transact-sql?view=azure-sqldw-latest)
93+
catalog view to verify existence of the `ELTLoginDataLoads` classifier.
9194

92-
catalog view to verify existence of the `ELTLoginDataLoads` classifier.
9395
```sql
9496
SELECT * FROM sys.workload_management_workload_classifiers WHERE name = 'ELTLoginDataLoads'
9597
```

0 commit comments

Comments
 (0)