Skip to content

Commit b3b6c1b

Browse files
authored
Merge pull request #26097 from MicrosoftDocs/release-arc-data
Arc-enabled SQL Server - February 2023
2 parents 744b423 + a78a500 commit b3b6c1b

3 files changed

Lines changed: 26 additions & 8 deletions

File tree

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: sql
99
ms.topic: conceptual
1010
---
1111

12-
# Configure best practices assessment | Azure Arc-enabled SQL Server
12+
# Configure SQL best practices assessment
1313

1414
Best practices assessment provides a mechanism to evaluate the configuration of your SQL Server. Once the best practices assessment feature is enabled, your SQL Server instance and databases are scanned to provide recommendations for things like SQL Server and database configurations, index management, deprecated features, enabled or missing trace flags, statistics, etc.
1515

@@ -21,6 +21,8 @@ The Environment Health assessment is replaced with a much richer best practices
2121

2222
>[!IMPORTANT]
2323
>Best practices assessment is available only for SQL Servers purchased through either [Software Assurance](https://www.microsoft.com/licensing/licensing-programs/software-assurance-default) or [pay-as-you-go (PAYG)](https://www.microsoft.com/sql-server/sql-server-2022-pricing) licensing options.
24+
>
25+
>For instructions to configure the appropriate license type, review [Manage SQL Server license and billing options](manage-license-type.md).
2426
2527
## Prerequisites
2628

@@ -53,7 +55,6 @@ Resource group or Subscription of Arc Machine.
5355

5456
- 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.
5557

56-
5758
## Enable best practices assessment
5859

5960
1. Sign into the [Azure portal](https://portal.azure.com/) and go to your [Arc-enabled SQL Server resource](https://portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/sqlServers)
@@ -62,9 +63,9 @@ Resource group or Subscription of Arc Machine.
6263

6364
:::image type="content" source="media/assess/sql-best-practices-assessment-launch.png" alt-text="Screenshot showing how to enable the best practices assessment screen of an Arc-enabled SQL Server resource.":::
6465

65-
If the Log Analytics Workspace is not created or current user does not have Log Analytics Contributor role assigned for the Resource Group or Subscription, you can't initiate the on-demand SQL Assessment. Review the Prerequisites section above.
66+
1. If the Log Analytics Workspace is not created or the current user does not have Log Analytics Contributor role assigned for the Resource Group or Subscription, you can't initiate the on-demand SQL Assessment. Review the Prerequisites section above.
6667

67-
:::image type="content" source="media/assess/enable-log-analytics-workspace.png" alt-text="Screenshot showing how to specify the log analytics workspace for SQL Server best practices assessment..":::
68+
:::image type="content" source="media/assess/enable-log-analytics-workspace.png" alt-text="Screenshot showing how to specify the log analytics workspace for SQL Server best practices assessment.":::
6869

6970

7071
1. Select the **Log Analytics Workspace** from the drop-down menu and select **Enable assessment**.
@@ -78,6 +79,12 @@ Resource group or Subscription of Arc Machine.
7879

7980
:::image type="content" source="media/assess/sql-best-practices-assessment-enabled.png" alt-text="Screenshot showing the successful enablement of best practices assessment of an Arc-enabled SQL Server resource.":::
8081

82+
### Modify license type
83+
84+
If an instance of SQL Server is configured with a license only type of license, you will need to change the license type to configure best practices assessment. For more information, see [Manage SQL Server license and billing options](manage-license-type.md).
85+
86+
:::image type="content" source="media/assess/change-license-type.png" alt-text="Screenshot of Azure portal change license type.":::
87+
8188
## Manage best practices assessment
8289

8390
After you have enabled best practices assessment, you can do the following additional tasks:
@@ -119,10 +126,9 @@ If there are multiple runs in a single day, only the latest run is included in t
119126

120127
- Best practices assessment is currently limited to SQL Server running on Windows machines. This will not work for SQL on Linux machines.
121128

122-
- The assessment is enabled on a default instance if present, otherwise on the very first named instance in registry. The assessment results of the instance where the assessment was enabled, is duplicated for every instance on that SQL Server resource.
123-
124-
- It may take few seconds to populate the history of the previous execution of the assessments on best practices home page.
125-
129+
- The assessment is enabled on a default instance if present, otherwise on the very first named instance in the registry. The assessment results of the instance where the assessment was enabled, are duplicated for every instance on that SQL Server resource.
130+
- It may take a few seconds to populate the history of the previous execution of the assessments on best practices home page.
131+
126132
## Next steps
127133

128134
- [Connect your SQL Server to Azure Arc](connect.md).
129 KB
Loading

docs/sql-server/azure-arc/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ ms.topic: conceptual
1111

1212
# Release notes - Azure Arc-enabled SQL Server
1313

14+
## February, 2023
15+
16+
This release is published February 17, 2023
17+
18+
### Extension version
19+
20+
`1.1.2231.59`
21+
22+
### Azure extension for SQL Server
23+
24+
- [Best practices assessment](assess.md) (BPA) on Arc-enabled SQL Server requires Software Assurance or [Azure pay-as-you-go license](manage-license-type.md#manage-sql-server-license-and-billing-options).
25+
1426
## January 2023
1527

1628
This release is published January 17, 2023

0 commit comments

Comments
 (0)