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/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This article introduces the [!INCLUDE [ssHADR](../../../includes/sshadr-md.md)]
24
24
25
25
The [!INCLUDE [ssHADR](../../../includes/sshadr-md.md)] feature is a high-availability and disaster-recovery solution that provides an enterprise-level alternative to database mirroring. Introduced in [!INCLUDE [ssSQL11](../../../includes/sssql11-md.md)], [!INCLUDE [ssHADR](../../../includes/sshadr-md.md)] maximizes the availability of a set of user databases for an enterprise. An *availability group* supports a failover environment for a discrete set of user databases, known as *availability databases*, that fail over together. An availability group supports a set of read-write primary databases and one to eight sets of corresponding secondary databases. Optionally, secondary databases can be made available for read-only access and/or some backup operations.
26
26
27
-
With [Azure Arc-enabled SQL Server](../../../sql-server/azure-arc/overview.md), you can [view availability groups](../../../sql-server/azure-arc/manage-availability-group.md) in Azure portal.
27
+
With [[!INCLUDE [ssazurearc](../../../includes/ssazurearc.md)]](../../../sql-server/azure-arc/overview.md), you can [view availability groups](../../../sql-server/azure-arc/manage-availability-group.md) in Azure portal.
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-editions-and-components-2022.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ The following features and services aren't available for [!INCLUDE[sssql22](../i
233
233
<sup>2</sup> SQL Server R is supported within SQL Server, but SQL Server R services as a separate package isn't supported.
234
234
235
235
> [!NOTE]
236
-
> The latest [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] features that depend on Azure Arc agent, including Microsoft Entra Authentication (previously known as Azure Active Directory authentication), Microsoft Purview, Pay-as-you-go (PAYG) for SQL Server, and Defender integration, are currently not supported for SQL Server deployed in containers. Azure Arc-enabled SQL Server[doesn't support SQL Server running in containers](../sql-server/azure-arc/overview.md#unsupported-configurations).
236
+
> The latest [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] features that depend on Azure Arc agent, including Microsoft Entra Authentication (previously known as Azure Active Directory authentication), Microsoft Purview, Pay-as-you-go (PAYG) for SQL Server, and Defender integration, are currently not supported for SQL Server deployed in containers. [!INCLUDE [ssazurearc-md](../includes/ssazurearc.md)][doesn't support SQL Server running in containers](../sql-server/azure-arc/overview.md#unsupported-configurations).
This article provides steps to configure Transactional and Snapshot replication by using authentication with Microsoft Entra ID ([formerly Azure Active Directory](/azure/active-directory/fundamentals/new-name)) for [Azure-Arc enabled SQL Server](../../sql-server/azure-arc/overview.md).
The activity logs for Azure Arc-enabled SQL Server provide an insight into [SQL Server - Azure Arc](overview.md) and [SQL Server databases - Azure Arc](view-databases.md) related events. The activity logs contain events corresponding to the creation and modification of resources.
15
+
The activity logs for [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] provide an insight into [SQL Server - Azure Arc](overview.md) and [SQL Server databases - Azure Arc](view-databases.md) related events. The activity logs contain events corresponding to the creation and modification of resources.
16
16
To access activity logs in Azure portal, go to the **SQL Server - Azure Arc resource > Activity Log**. The activity logs help to identify events like SQL Server instance updates, `SqlServerInstance_Update`, SQL Server Databases updates, `SqlServerDatabases_Update`, writing of tags to resources, and so on.
17
17
18
18
This feature helps in auditing different operations performed on the resource, along with other crucial information such as the time at which the operation was initiated, its status, and the party responsible for event creation.
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/assess.md
+4-4Lines changed: 4 additions & 4 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: Configure best practices assessment on an Azure Arc-enabled SQL Server instance
3
-
description: Configure best practices assessment on an Azure Arc-enabled SQL Server instance
2
+
title: Configure best practices assessment
3
+
description: Explains how to configure best practices assessment on SQL Server instance for SQL Server enabled by Azure Arc.
4
4
author: pochiraju
5
5
ms.author: rajpo
6
6
ms.reviewer: mikeray, randolphwest
7
7
ms.date: 06/14/2023
8
8
ms.topic: conceptual
9
9
---
10
10
11
-
# Configure SQL best practices assessment
11
+
# Configure SQL best practices assessment - SQL Server enabled by Azure Arc
12
12
13
13
Best practices assessment provides a mechanism to evaluate the configuration of your SQL Server. After you enable best practices assessment, an assessment scans your SQL Server instance and databases to provide recommendations for things like:
14
14
@@ -21,7 +21,7 @@ Best practices assessment provides a mechanism to evaluate the configuration of
21
21
22
22
Assessment run time depends on your environment (number of databases, objects, and so on), with a duration from a few minutes, up to an hour. Similarly, the size of the assessment result also depends on your environment. Assessment runs against your instance and all databases on that instance. In our testing, we observed that an assessment run can have up to 5-10% CPU impact on the machine. In these tests, the assessment was done while a TPC-C like application was running against the SQL Server.
23
23
24
-
This article provides instructions for using best practices assessment on an instance of Azure Arc-enabled SQL Server.
24
+
This article provides instructions for using best practices assessment on an instance of [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)].
25
25
26
26
>[!IMPORTANT]
27
27
>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.
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/automatically-connect.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,26 +16,26 @@ ms.topic: conceptual
16
16
17
17
This article explains how to connect your SQL Server instance to Azure Arc.
18
18
19
-
Before you proceed, complete the [Prerequisites](prerequisites.md#prerequisites).
19
+
Before you proceed, complete the [Prerequisites](prerequisites.md).
20
20
21
21
## Steps
22
22
23
23
1.[Onboard the server to Azure Arc](#onboard-the-server-to-azure-arc)
24
24
1. Wait approximately 10 minutes
25
-
1.[Verify your Azure Arc-enabled SQL Server resources](#verify-your-azure-arc-enabled-sql-server-resources)
25
+
1.[Verify your [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)]resources](#verify-your-resources)
26
26
27
27
## Onboard the server to Azure Arc
28
28
29
29
To connect your SQL Server to Azure, see [Azure Connected Machine agent deployment options](/azure/azure-arc/servers/deployment-options).
30
30
31
31
> [!NOTE]
32
-
> If your server is already connected to Azure, but Azure extension for SQL Server is not deployed automatically using above methods, proceed to [Alternate deployment options for Azure Arc-enabled SQL Server](deployment-options.md) to connect SQL Server to Azure.
32
+
> If your server is already connected to Azure, but Azure extension for SQL Server is not deployed automatically using above methods, proceed to [Alternate deployment options for SQL Server enabled by Azure Arc](deployment-options.md) to connect SQL Server to Azure.
33
33
34
34
Azure Arc automatically installs the Azure extension for SQL Server when a server connected to Azure Arc has SQL Server installed. All the SQL Server instance resources are automatically created in Azure. These provide a centralized management platform for all your SQL Servers.
35
35
36
36
To learn more, see [Auto deployment of Azure extension for SQL Server](manage-autodeploy.md).
37
37
38
-
## Verify your Azure Arc-enabled SQL Server resources
38
+
## Verify your resources
39
39
40
40
In Azure portal, go to **Azure Arc > SQL Server** and open the newly registered Arc-enabled SQL Server resource to validate.
41
41
@@ -47,21 +47,21 @@ In Azure portal, go to **Azure Arc > SQL Server** and open the newly registered
47
47
48
48
If the Arc-enabled SQL Server resource does not appear in the same resource group as the Arc Server, follow the [Azure extension for SQL Server](troubleshoot-deployment.md) guide to troubleshoot the issue.
49
49
50
-
Use this page in the portal to review current information about an Azure Arc-enabled SQL Server. For example:
50
+
Use this page in the portal to review current information about a [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)]. For example:
51
51
52
52
- The last time usage data is uploaded to Azure
53
53
- Azure extension for SQL Server version
54
54
- Provisioning state
55
55
- Automatic upgrade status
56
56
- The last time that inventory was reported
57
57
58
-
## Evaluate Azure Arc-enabled SQL Server on an Azure VM
58
+
## Evaluate on an Azure VM
59
59
60
-
Normally, you wouldn't use Azure Arc-enabled SQL Server on an Azure virtual machine. However, you can use an Azure SQL Virtual machine to evaluate Arc-enabled SQL Server on an Azure VM.
60
+
Normally, you wouldn't use [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] on an Azure virtual machine. However, you can use an Azure SQL Virtual machine to evaluate Arc-enabled SQL Server on an Azure VM.
61
61
62
62
To test Arc-enabled SQL Server on an Azure VM, follow the steps at [Evaluate Arc-enabled servers on an Azure virtual machine](/azure/azure-arc/servers/plan-evaluate-on-azure-virtual-machine). For the Azure VM image, use an [available Azure SQL VM image](/azure/azure-sql/virtual-machines/windows/sql-vm-create-portal-quickstart).
63
63
64
64
## Related content
65
65
66
66
-[Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
67
-
-[Configure best practices assessment on an Azure Arc-enabled SQL Server instance](assess.md)
67
+
-[Configure best practices assessment on an [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] instance](assess.md)
0 commit comments