Skip to content

Commit ae833fa

Browse files
authored
Update assess.md
1 parent 19d96a0 commit ae833fa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ ms.prod: sql
1010
---
1111
# Configure SQL Assessment on an Azure Arc enabled SQL Server instance
1212

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.
1414

1515
## Prerequisites
1616

1717
* Your SQL Server instance must be connected to Azure Arc. For instructions, see the [Connect your SQL Server to Azure Arc](connect.md) article.
1818

1919
* 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.
2020

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).
2222

2323
* 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.
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 On-demand SQL Assessment
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

@@ -35,9 +35,9 @@ SQL Assessment provides a mechanism to evaluate the configuration of your SQL Se
3535

3636
1. Select **Download configuration script**. Copy the downloaded script to the target machine.
3737

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:
3939

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.
4141

4242
```powershell
4343
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
@@ -55,7 +55,7 @@ SQL Assessment provides a mechanism to evaluate the configuration of your SQL Se
5555
> 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.
5656
5757
> [!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**.
5959
6060
## View SQL Assessment results
6161

0 commit comments

Comments
 (0)