Skip to content

Commit c94c7f8

Browse files
committed
Update per recommendation
1 parent 52fc6cc commit c94c7f8

2 files changed

Lines changed: 13 additions & 16 deletions

File tree

docs/sql-server/azure-arc/data-collection.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,26 @@ ms.custom: references_regions
1212

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

15-
This article describes the data that Azure Arc-enabled SQL Server transmits to Microsoft. Azure Arc-enabled SQL server collects usage data as described in this article and at [Monitor Azure Arc-enabled SQL Server](sql-monitoring.md).
15+
This article describes the data that Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] transmits to Microsoft. Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] collects usage data as described in this article and at [Monitor Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)]](sql-monitoring.md).
1616

17-
Azure Arc-enabled SQL Server and any of the related Azure Arc-enabled services don't:
18-
19-
- Collect any personally identifiable information (PII) or end-user identifiable information.
20-
- Store any customer data.
17+
Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] does not collect any personally identifiable information (PII) or end-user identifiable information, or store any customer data.
2118

2219
## Related products
2320

24-
Azure Arc-enabled SQL Server uses the following products:
21+
Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] uses the following products:
2522

2623
- Azure Arc-enabled servers
2724

28-
The following data is collected for Azure Arc-enabled SQL Servers:
29-
3025
## Azure Arc-enabled SQL Server
3126

27+
The following data is collected for Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)]:
28+
3229
| Description | Property name | Property type |
3330
| :-- | :-- | :-- |
3431
| SQL Server edition | `Edition` | `string` |
3532
| Resource ID of the hosting Azure Arc for Servers resource | `ContainerResourceId` | `string` |
3633
| Time when the resource was created | `CreateTime` | string |
37-
| The number of logical processors used by the SQL Server instance | `VCore` | `string` |
34+
| The number of logical processors used by the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance | `VCore` | `string` |
3835
| Cloud connectivity status | `Status` | `string` |
3936
| SQL Server update level | `PatchLevel` | `string` |
4037
| SQL Server collation | `Collation` | `string` |
@@ -43,9 +40,9 @@ The following data is collected for Azure Arc-enabled SQL Servers:
4340
| Dynamic TCP ports used by SQL Server | `TcpDynamicPorts` | `string` |
4441
| Static TCP ports used by SQL Server | `TcpStaticPorts` | `string` |
4542
| SQL Server product ID | `ProductId` | `string` |
46-
| SQL Server provisioning state | `ProvisioningState` | `string` |
43+
| [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] provisioning state | `ProvisioningState` | `string` |
4744

48-
The following JSON document is an example of the SQL Server - Azure Arc resource.
45+
The following JSON document is an example of the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] - Azure Arc resource
4946

5047
```json
5148
{
@@ -91,7 +88,7 @@ The following JSON document is an example of the SQL Server - Azure Arc resource
9188
| Backup information | `backupInformation` | `object` |
9289
| Provisioning state | `provisioningState` | `string` |
9390

94-
The following JSON document is an example of the SQL Server database - Azure Arc resource.
91+
The following JSON document is an example of the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] database - Azure Arc resource.
9592

9693
```json
9794
{
@@ -119,6 +116,6 @@ The following JSON document is an example of the SQL Server database - Azure Arc
119116

120117
## Related content
121118

122-
- [Automatically connect your SQL Server to Azure Arc](automatically-connect.md)
123-
- [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
124-
- [Configure best practices assessment on an Azure Arc-enabled SQL Server instance](assess.md)
119+
- [Automatically connect your [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] to Azure Arc](automatically-connect.md)
120+
- [Configure advanced data security for your [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance](configure-advanced-data-security.md)
121+
- [Configure best practices assessment on an Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance](assess.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md
1111
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] Failover Cluster Instances (FCI).
1212
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] roles other than the Database Engine, such as Analysis Services (SSAS), Reporting Services (SSRS), or Integration Services (SSIS).
1313
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] editions: Business Intelligence.
14-
- Private connections between resources with Private Link.
14+
- Private Link connections to the Azure Arc data processing service at the `san-af--prod.azurewebsites.net` endpoint used for inventory and usage upload.
1515
- [!INCLUDE [sql2008-md](../../../includes/sql2008-md.md)], [!INCLUDE [sql2008r2-md](../../../includes/sql2008r2-md.md)], and older versions.
1616
- Installing the Arc agent and [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] extension can't be done as part of sysprep image creation.
1717
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] in Azure Virtual Machines.

0 commit comments

Comments
 (0)