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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,21 @@ ms.prod: sql
10
10
---
11
11
# Configure SQL Assessment on an Azure Arc enabled SQL Server instance
12
12
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.
13
+
SQL Assessment provides a mechanism to evaluate your configuration of SQL Server. This article provides instructions for using SQL Assessment on an Azure Arc enabled SQL Server instance.
14
14
15
15
## Prerequisites
16
16
17
17
* Your SQL Server instance must be connected to Azure Arc. For instructions, see the [Connect your SQL Server to Azure Arc](connect.md) article.
18
18
19
19
* The Microsoft Monitoring Agent (MMA) extension must be installed and configured on the machine. View the [Install MMA](configure-advanced-data-security.md#install-microsoft-monitoring-agent-mma) article for instructions. You can also get more information on the [Log Analytics Agent](/azure/azure-monitor/platform/log-analytics-agent) article.
20
20
21
-
* Your SQL Server must have the [TCP/IP protocol enabled](../../database-engine/configure-windows/enable-or-disable-a-server-network-protocol.md).
21
+
* Your SQL Server instance must have the [TCP/IP protocol enabled](../../database-engine/configure-windows/enable-or-disable-a-server-network-protocol.md).
22
22
23
23
* The [SQL Server browser service](../../tools/configuration-manager/sql-server-browser-service.md) must be running if you're operating a named instance of SQL Server.
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 On-demand SQL Assessment
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
@@ -35,9 +35,9 @@ SQL Assessment provides a mechanism to evaluate the configuration of your SQL Se
35
35
36
36
1. Select **Download configuration script**. Copy the downloaded script to the target machine.
37
37
38
-
1.Launch an admin instance of **powershell.exe** and execute one of the following code blocks:
38
+
1.Open an admin instance of **powershell.exe** and execute one of the following code blocks:
39
39
40
-
*_Domain account_ - You'll be prompted for the user account and password.
40
+
*_Domain account_: You'll be prompted for the user account and password.
41
41
42
42
```powershell
43
43
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
@@ -55,7 +55,7 @@ SQL Assessment provides a mechanism to evaluate the configuration of your SQL Se
55
55
> The script schedules a task named *SQLAssessment*, which triggers data collection. This task executes within an hour after you've run the script. It then repeats every seven days.
56
56
57
57
> [!TIP]
58
-
> You can modified the task to run on a different date and time or even force it to run immediately. In the the task scheduler library, find > **Microsoft** > **Operations Management Suite** > **AOI\*\*\*** > **Assessments** > **SQLAssessment**.
58
+
> You can modified the task to run on a different date and time or even force it to run immediately. In the the task scheduler library, find **Microsoft** > **Operations Management Suite** > **AOI\*\*\*** > **Assessments** > **SQLAssessment**.
0 commit comments