Skip to content

Commit 6111c06

Browse files
committed
Bulk update: SQL Server enabled by Azure Arc and related services
1 parent 74c2f26 commit 6111c06

44 files changed

Lines changed: 176 additions & 165 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article introduces the [!INCLUDE [ssHADR](../../../includes/sshadr-md.md)]
2424

2525
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.
2626

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

2929
## Overview
3030

docs/database-engine/install-windows/install-sql-server-from-the-command-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ setup.exe /qs /ACTION=/proxy/https/github.com/MicrosoftDocs/sql-docs/commit/Uninstall /FEATURES=AZUREEXTENSION  /IACCEPTSQLSERVERLIC
326326

327327
For more information about connecting to Azure Arc, see:
328328

329-
- [Azure Arc-enabled SQL Server](../../sql-server/azure-arc/overview.md)
329+
- [[!INCLUDE [ssazurearc](../../includes/ssazurearc.md)]](../../sql-server/azure-arc/overview.md)
330330
- [Connect your SQL Server to Azure Arc](../../sql-server/azure-arc/connect.md)
331331

332332
## <a id="SysPrep"></a> SysPrep parameters

docs/includes/ssazurearc.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: MikeRayMSFT
3+
ms.author: mikeray
4+
ms.date: 11/24/2023
5+
ms.service: sql
6+
ms.subservice: sql-server-azure-arc
7+
ms.topic: include
8+
---
9+
10+
[!INCLUDE [ssnoversion-md](ssnoversion-md.md)] enabled by Azure Arc

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ conceptualContent:
104104
- text: SQL Server Machine Learning Services
105105
url: machine-learning/what-s-new-in-sql-server-machine-learning-services.md
106106
itemType: whats-new
107-
- text: Azure Arc-enabled SQL Server
107+
- text: SQL Server enabled by Azure Arc
108108
url: sql-server/azure-arc/overview.md
109109
itemType: whats-new
110110
- title: Install

docs/linux/sql-server-linux-editions-and-components-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The following features and services aren't available for [!INCLUDE[sssql22](../i
233233
<sup>2</sup> SQL Server R is supported within SQL Server, but SQL Server R services as a separate package isn't supported.
234234

235235
> [!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).
237237
238238
[!INCLUDE [editions-supported-features-windows](../includes/editions-supported-features-windows.md)]
239239

docs/relational-databases/replication/configure-replication-with-azure-ad-authentication.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn to configure Transactional or Snapshot replication with Microsoft Entra authentication."
3-
title: "Configure replication with Microsoft Entra authentication for Azure Arc-enabled SQL Server"
4-
tittleSuffix: Arc-enabled SQL Server
3+
title: "Configure replication with Microsoft Entra authentication for SQL Server enabled by Azure Arc"
4+
tittleSuffix: SQL Server enabled by Azure Arc
55
ms.custom: ""
66
ms.date: 07/15/2023
77
ms.service: sql
@@ -11,8 +11,9 @@ ms.topic: how-to
1111
author: "MashaMSFT"
1212
ms.author: "mathoma"
1313
---
14-
# Configure replication with Microsoft Entra authentication - Arc-enabled SQL Server
15-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver2022.md)]
14+
# Configure replication with Microsoft Entra authentication - SQL Server enabled by Azure Arc
15+
16+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver2022.md)]
1617

1718
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).
1819

docs/relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Some non-GUI clients such as [Invoke-sqlcmd](/powershell/module/sqlserver/invoke
105105
- [Linked server for SQL Server with Microsoft Entra authentication](azure-ad-authentication-sql-server-linked-server.md)
106106
- [Tutorial: Using automation to set up the Microsoft Entra admin for SQL Server](azure-ad-authentication-sql-server-automation-setup-tutorial.md)
107107
- [Tutorial: Set up Microsoft Entra authentication for SQL Server](azure-ad-authentication-sql-server-setup-tutorial.md)
108-
- [Rotate certificates - Azure Arc-enabled SQL Server](../../../sql-server/azure-arc/rotate-certificates.md)
108+
- [Rotate certificates](../../../sql-server/azure-arc/rotate-certificates.md)
109109

110110
## Next steps
111111

docs/sql-server/azure-arc/activity-logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Use Azure Arc-enabled SQL Server activity logs
3-
description: View or download Azure Arc-enabled SQL Server and databases activity log
2+
title: Use activity logs
3+
description: View or download and databases activity log
44
author: guptasnigdha12
55
ms.author: guptasnigdha
66
ms.reviewer: mikeray, rajpo
77
ms.date: 05/26/2023
88
ms.topic: conceptual
99
---
1010

11-
# Use Azure Arc-enabled SQL Server and databases activity logs
11+
# Use activity logs with SQL Server enabled by Azure Arc
1212

1313
[!INCLUDE [sqlserver](../../includes/applies-to-version/sqlserver.md)]
1414

15-
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.
1616
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.
1717

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
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.
44
author: pochiraju
55
ms.author: rajpo
66
ms.reviewer: mikeray, randolphwest
77
ms.date: 06/14/2023
88
ms.topic: conceptual
99
---
1010

11-
# Configure SQL best practices assessment
11+
# Configure SQL best practices assessment - SQL Server enabled by Azure Arc
1212

1313
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:
1414

@@ -21,7 +21,7 @@ Best practices assessment provides a mechanism to evaluate the configuration of
2121

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

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)].
2525

2626
>[!IMPORTANT]
2727
>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.

docs/sql-server/azure-arc/automatically-connect.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ ms.topic: conceptual
1616

1717
This article explains how to connect your SQL Server instance to Azure Arc.
1818

19-
Before you proceed, complete the [Prerequisites](prerequisites.md#prerequisites).
19+
Before you proceed, complete the [Prerequisites](prerequisites.md).
2020

2121
## Steps
2222

2323
1. [Onboard the server to Azure Arc](#onboard-the-server-to-azure-arc)
2424
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)
2626

2727
## Onboard the server to Azure Arc
2828

2929
To connect your SQL Server to Azure, see [Azure Connected Machine agent deployment options](/azure/azure-arc/servers/deployment-options).
3030

3131
> [!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.
3333
3434
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.
3535

3636
To learn more, see [Auto deployment of Azure extension for SQL Server](manage-autodeploy.md).
3737

38-
## Verify your Azure Arc-enabled SQL Server resources
38+
## Verify your resources
3939

4040
In Azure portal, go to **Azure Arc > SQL Server** and open the newly registered Arc-enabled SQL Server resource to validate.
4141

@@ -47,21 +47,21 @@ In Azure portal, go to **Azure Arc > SQL Server** and open the newly registered
4747
4848
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.
4949

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

5252
- The last time usage data is uploaded to Azure
5353
- Azure extension for SQL Server version
5454
- Provisioning state
5555
- Automatic upgrade status
5656
- The last time that inventory was reported
5757

58-
## Evaluate Azure Arc-enabled SQL Server on an Azure VM
58+
## Evaluate on an Azure VM
5959

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

6262
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).
6363

6464
## Related content
6565

6666
- [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

Comments
 (0)