You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/assess.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
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
4
4
author: anosov1960
5
5
ms.author: sashan
6
6
ms.reviewer: mikeray
7
7
ms.date: 09/10/2020
8
8
ms.topic: conceptual
9
9
ms.prod: sql
10
10
---
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
12
12
13
13
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.
14
14
@@ -24,11 +24,12 @@ SQL Assessment provides a mechanism to evaluate the configuration of your SQL Se
24
24
25
25
* 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).
26
26
27
-
## Run SQL Assessment on demand
27
+
## Run On-demand SQL Assessment
28
28
29
29
1. Open your SQL Server – Azure Arc resource and select **Environment Health** in the left pane.
30
30
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
+
> [](media/assess/sql-assessment-heading-sql-server-arc.png#lightbox)
32
33
33
34
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.
34
35
@@ -63,15 +64,18 @@ SQL Assessment provides a mechanism to evaluate the configuration of your SQL Se
63
64
> [!NOTE]
64
65
> 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.
65
66
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
+
> [  ](media/assess/sql-assessment-results.png#lightbox)
67
69
68
70
* 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.
69
71
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
+
> [  ](media/assess/sql-assessment-data-files-ready.png#lightbox)
71
74
72
75
* 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._
73
76
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
+
> 
0 commit comments