Skip to content

Commit cf79385

Browse files
Merge pull request #33588 from MikeRayMSFT/250325-update-tls-support
Update Supportability for Windows Server 2012 R2 Telemetry endpoints
2 parents 06bac71 + 59de33a commit cf79385

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

docs/includes/winserver2012-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ms.date: 01/29/2024
55
ms.service: sql
66
ms.topic: include
77
---
8-
Windows Server 2012 R2
8+
Windows Server 2012

docs/sql-server/azure-arc/includes/unsupported-configurations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
author: MikeRayMSFT
33
ms.author: mikeray
4-
ms.date: 01/24/2024
4+
ms.date: 03/25/2025
55
ms.topic: include
66
ms.custom: ignite-2023
77
---
88

99
Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] doesn't currently support the following configurations:
1010

11-
- Windows Server 2012 or older versions of Windows Server. They do not have the minimum required versions of TLS to securely authenticate to Azure. Windows Server 2012 R2 is supported because it supports TLS 1.2.
11+
- Windows Server 2012 or older versions of Windows Server. They do not have the minimum required versions of TLS to securely authenticate to Azure.
12+
- Windows Server 2012 R2 is supported for DPS because it supports TLS 1.2. Windows Server 2012 R2 does not support the telemetry endpoint. Therefore features such as performance dashboard, migration assessment, and others are not supported.
1213
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] running in containers.
1314
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] editions: Business Intelligence.
1415
- Private Link connections to the Azure Arc data processing service at the `<region>.arcdataservices.com` endpoint used for inventory and usage upload.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Feature overview. Explains how you can manage instances of SQL Serv
44
author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray, randolphwest
7-
ms.date: 02/16/2024
7+
ms.date: 03/25/2025
88
ms.topic: concept-article
99
ms.custom: references_regions
1010
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes prerequisites required for SQL Server enabled by Azure Ar
44
author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray, randolphwest
7-
ms.date: 09/23/2024
7+
ms.date: 03/25/2025
88
ms.topic: conceptual
99
ms.custom: references_regions
1010
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ To collect monitoring data for [!INCLUDE [ssazurearc](../../includes/ssazurearc.
3535

3636
- The version of Azure Extension for SQL Server (`WindowsAgent.SqlServer`) is v1.1.2504.99 or later.
3737
- [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] is running on the Windows operating system.
38-
- [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] running on [!INCLUDE [winserver2012-md](../../includes/winserver2012-md.md)] and older versions aren't supported.
39-
38+
- [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] running on [!INCLUDE [winserver2012r2-md](../../includes/winserver2012r2-md.md)] and older versions aren't supported.
39+
4040
- [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] is a Standard or Enterprise edition.
4141
- The SQL Server version is 2016 SP1 or later.
4242

docs/sql-server/azure-arc/troubleshoot-telemetry-endpoint.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Describes how to troubleshoot connectivity to the data processing
44
author: twright-msft
55
ms.author: twright
66
ms.reviewer: mikeray
7-
ms.date: 09/23/2024
7+
ms.date: 03/25/2025
88
ms.topic: troubleshooting
99
---
1010

@@ -123,15 +123,13 @@ You can probe connectivity to all regions with the [test-connectivity.ps1](https
123123

124124
## Check TLS version compatibility
125125

126-
The telemetry and data processing service endpoints support the following TLS versions: TLS 1.2 and 1.3. Supported TLS versions by operating system for Windows Server 2012/R2 are listed below.
126+
The data processing service endpoint supports the following TLS versions: TLS 1.2 and 1.3. Windows Server 2012 and older versions aren't supported.
127127

128-
|Cipher Suite|WS 2012|WS 2012 R2|
129-
| -------- | -------- | -------- |
130-
|`TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (0xCCA8)`| Not Supported| Not Supported|
131-
|`TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xC02F)`| Not Supported| Supported|
132-
|`TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xC030)`| Not Supported| Supported|
133128

134-
If an unsupported TLS version is being used, you may see an error in the log
129+
For telemetry endpoints, Windows Server 2012 R2 and older are not supported.
130+
131+
If an unsupported TLS version is being used, you may see an error in the log
132+
135133
```output
136134
<date time>|ERROR|SqlServerExtension.Service|Request failed with exception 'System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
137135

0 commit comments

Comments
 (0)