Skip to content

Commit 19d96a0

Browse files
committed
author-requested changes
1 parent 91398f1 commit 19d96a0

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

docs/sql-server/azure-arc/assess.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Run on-demand SQL Assessment on a SQL Server instance with Azure Arc enabled
3-
description: Run on-demand SQL Assessment on a SQL Server instance with Azure Arc enabled
2+
title: Configure on-demand SQL Assessment on an Azure Arc enabled SQL Server instance
3+
description: Configure on-demand SQL Assessment on an Azure Arc enabled SQL Server instance
44
author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray
77
ms.date: 09/10/2020
88
ms.topic: conceptual
99
ms.prod: sql
1010
---
11-
# Run SQL Assessment on a SQL Server instance with Azure Arc enabled
11+
# Configure SQL Assessment on an Azure Arc enabled SQL Server instance
1212

1313
SQL Assessment provides a mechanism to evaluate the configuration of your SQL Server. This article provides instructions for using SQL Assessment on an Azure Arc enabled SQL Server instance.
1414

@@ -24,11 +24,12 @@ SQL Assessment provides a mechanism to evaluate the configuration of your SQL Se
2424

2525
* Make sure you've reviewed the SQL Server document at [Services Hub On-Demand Assessments Prerequisites](/services-hub/health/assessment-prereq-docs#on-demand-assessment-prerequisite-documents).
2626

27-
## Run SQL Assessment on demand
27+
## Run On-demand SQL Assessment
2828

2929
1. Open your SQL Server – Azure Arc resource and select **Environment Health** in the left pane.
3030

31-
:::image type="content" source="media/assess/sql-assessment-heading-sql-server-arc.png" alt-text="Screenshot showing the Environment Health screen of a SQL Server - Azure Arc resource." lightbox="media/assess/sql-assessment-heading-sql-server-arc.png":::
31+
> [!div class="mx-imgBorder"]
32+
> [ ![Screenshot showing the Environment Health screen of a SQL Server - Azure Arc resource.](media/assess/sql-assessment-heading-sql-server-arc.png) ](media/assess/sql-assessment-heading-sql-server-arc.png#lightbox)
3233
3334
1. Specify a working directory on the data collection machine. By default, `C:\sql_assessment\work_dir` is used. During collection and analysis, data is temporarily stored in that folder. If the folder doesn't exist, it's created automatically.
3435

@@ -63,15 +64,18 @@ SQL Assessment provides a mechanism to evaluate the configuration of your SQL Se
6364
> [!NOTE]
6465
> The **View SQL Assessment results** button remains disabled until the results are ready in Log Analytics. This process might take up to two hours after the data files are processed on the target machine.
6566
66-
:::image type="content" source="media/assess/sql-assessment-results.png" alt-text="Screenshot showing the SQL Assessment results." lightbox="media/assess/sql-assessment-results.png":::
67+
> [!div class="mx-imgBorder"]
68+
> [ ![Screenshot showing the SQL Assessment results.](media/assess/sql-assessment-results.png) ](media/assess/sql-assessment-results.png#lightbox)
6769
6870
* You can see the state of data processing on the collection machine by checking the files in the working folder. After the scheduled task is completed, you should see several files with the _new._ prefix in the working directory.
6971
70-
:::image type="content" source="media/assess/sql-assessment-data-files-ready.png" alt-text="Screenshot showing a File Manager window displaying new data files in the working folder.":::
72+
> [!div class="mx-imgBorder"]
73+
> [ ![Screenshot showing a File Manager window displaying new data files in the working folder.](media/assess/sql-assessment-data-files-ready.png) ](media/assess/sql-assessment-data-files-ready.png#lightbox)
7174
7275
* The Microsoft Monitoring Agent scans the working folder every 15 minutes. It looks for _new.*_ files and sends the data to the Log Analytics workspace. After MMA uploads the file, it changes the prefix change from _new._ to _processed._
7376
74-
:::image type="content" source="media/assess/sql-assessment-data-files-processed.png" alt-text="Screenshot showing a File Manager window displaying processed data files.":::
77+
> [!div class="mx-imgBorder"]
78+
> ![Screenshot showing a File Manager window displaying processed data files.](media/assess/sql-assessment-data-files-processed.png)
7579
7680
## Next steps
7781

0 commit comments

Comments
 (0)