Skip to content

Commit b6440dc

Browse files
authored
Merge pull request #19358 from markingmyname/dataprivacy
Data privacy | A few more tweaks to ADS usage article and SQL Server privacy article
2 parents 1c3587e + a4a4b9b commit b6440dc

5 files changed

Lines changed: 32 additions & 40 deletions

File tree

docs/azure-data-studio/usage-data-collection.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: This article explains how to control if usage and crash reporting d
44
ms.prod: azure-data-studio
55
ms.technology: azure-data-studio
66
ms.topic: how-to
7-
author: "markingmyname"
8-
ms.author: "maghan"
9-
ms.reviewer: "wopeter"
7+
author: yualan
8+
ms.author: alayu
9+
ms.reviewer: wopeter
1010
ms.custom: seo-lt-2019
11-
ms.date: 05/06/2021
11+
ms.date: 05/17/2021
1212
---
1313

1414
# Enable or disable usage data collection for Azure Data Studio
@@ -17,11 +17,15 @@ Azure Data Studio contains Internet-enabled features that can collect and send a
1717

1818
Azure Data Studio may collect standard computer, use, and performance information that may be transmitted to Microsoft and analyzed to improve the quality, security, and reliability of Azure Data Studio.
1919

20-
Azure Data Studio doesn't collect your name, address, or other data related to an identified or identifiable individual.
20+
Azure Data Studio doesn't collect your name or address, but Azure Data Studio gathers data that helps approximate a single user for diagnostic purposes (based on a hash of the network adapter NIC).
2121

22-
For details, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement), and [SQL Server Privacy supplement](../sql-server/sql-server-privacy.md).
22+
Several updates made to Azure Data Studio to help ensure data privacy.
23+
24+
- Making it more accessible to opt-out of telemetry collection by placing a notification in the product for all existing and new users.
25+
- Reviewing and classifying the telemetry that we send.
26+
- Ensuring that we have valid data retention policies in place for any data we collect, for example, crash dumps.
2327

24-
[!INCLUDE [gdpr-related-guidance](../includes/gdpr-intro-sentence.md)]
28+
For details, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement), and [SQL Server Privacy supplement](../sql-server/sql-server-privacy.md).
2529

2630
## Audit feature usage and diagnostic data
2731

@@ -71,16 +75,6 @@ If you don't want to send, crash data to Microsoft, you can change the `enable-c
7175

7276
Azure Data Studio lets you add features to the product by installing Microsoft and third-party extensions. These extensions may be collecting their own usage data and are not controlled by the `telemetry.enableTelemetry` setting. Consult the specific extension's documentation to learn about its telemetry reporting and whether it can be disabled.
7377

74-
## Data privacy
75-
76-
Several updates made to Azure Data Studio to help ensure data privacy.
77-
78-
- Making it more accessible to opt-out of telemetry collection by placing a notification in the product for all existing and new users.
79-
- Reviewing and classifying the telemetry that we send.
80-
- Ensuring that we have valid data retention policies in place for any data we collect, for example, crash dumps.
81-
82-
We expect people to ask to see the data we collect. However, Azure Data Studio doesn't have a way to collect personal data as Azure Data Studio doesn't have a *sign-in* experience that uniquely identifies a user. We send information that helps us approximate a single user for diagnostic purposes (this is based on a hash of the network adapter NIC), but this isn't guaranteed to be unique. For example, virtual machines (VMs) often rotate NIC IDs or allocate from a pool. This technique is sufficient to help us when working through problems, but it's not reliable enough for us to *provide your data*.
83-
8478
## More resources
8579

8680
- [Workspace and User settings](settings.md)

docs/dma/dma-diagnostic-data-collection.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
---
2-
title: "Enable and disable usage and diagnostic data collection"
2+
title: Enable and disable usage and diagnostic data collection
33
description: Learn how to enable and disable usage and diagnostic data collection in Database Migration Assistant.
4-
author: aciortea
5-
64
ms.prod: sql
7-
ms.custom: ""
8-
ms.date: "04/23/2021"
9-
ms.reviewer: ""
105
ms.technology: dma
116
ms.topic: how-to
7+
author: aciortea
128
ms.author: "aciortea"
9+
ms.reviewer: ""
10+
ms.custom: ""
11+
ms.date: "04/23/2021"
1312
---
1413

1514
# Enable and disable DMA usage and diagnostic data collection
1615

1716
Database Migration Assistant contains Internet-enabled features that can collect and send anonymous feature usage and diagnostic data to Microsoft.
1817

19-
This article teaches you to enable or disable DMA diagnostic data collection when using the GUI or the command line tool.
18+
This article teaches you to enable or disable DMA diagnostic data collection when using the GUI or the command-line tool.
2019

2120
## Collected data
2221

23-
DMA may collect standard computer information and information about use and performance that may be transmitted to Microsoft and analyzed for purposes of improving the quality, security, and reliability of DMA. We do not collect your name, address, or other contact information. For details, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement), and [SQL Server Privacy supplement](../sql-server/sql-server-privacy.md).
22+
DMA may collect standard computer information and information about use and performance that may be transmitted to Microsoft and analyzed for purposes of improving the quality, security, and reliability of DMA. DMA doesn't collect your name, address, or any other data related to an identified or identifiable individual. For details, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement), and [SQL Server Privacy supplement](../sql-server/sql-server-privacy.md).
2423

2524
## Data Migration Assistant GUI
2625

27-
In order to disable telemetry collection when using DMA GUI you need to comment out the `AppInsightsInstrumentionKey` line in the Dma.exe.config.
26+
To disable telemetry collection when using DMA GUI, you need to comment out the `AppInsightsInstrumentionKey` line in the Dma.exe.config.
2827

29-
In order to do so follow these steps:
28+
To do so follow these steps:
3029

3130
1. Navigate to the DMA installation folder in your file system. The default location is `%ProgramFiles%\Microsoft Data Migration Assistant\`.
3231

@@ -42,9 +41,9 @@ To re-enable telemetry, remove the comment around the line.
4241

4342
## Data Migration Assistant Command Line
4443

45-
In order to disable telemetry collection when using the DMA command line tool you need to comment out the `AppInsightsInstrumentionKey` line in the DmaCmd.exe.config.
44+
In order to disable telemetry collection when using the DMA command-line tool you need to comment out the `AppInsightsInstrumentionKey` line in the DmaCmd.exe.config.
4645

47-
In order to do so follow these steps:
46+
To do so follow these steps:
4847

4948
1. Navigate to the DMA installation folder in your file system. The default location is `%ProgramFiles%\Microsoft Data Migration Assistant\`.
5049

@@ -60,4 +59,4 @@ To re-enable telemetry, remove the comment around the line.
6059

6160
## Next steps
6261

63-
Now that you have modified your telemetry setting you can get started by creating a [DMA assessment project](dma-assesssqlonprem.md).
62+
Now that you've modified your telemetry setting you can get started by creating a [DMA assessment project](dma-assesssqlonprem.md).

docs/sql-server/sql-server-privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Refer to the [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?Link
2424
The data classification in this article only applies to versions of the SQL Server on-premises product.
2525

2626
It doesn't apply to the items listed below:
27+
- [Azure Data Studio](../azure-data-studio/usage-data-collection.md)
2728
- [SQL Server Management Studio (SSMS)](../ssms/sql-server-management-studio-telemetry-ssms.md)
2829
- [SQL Server Data Tools (SSDT)](../ssdt/anonymous-usage-data.md)
29-
- [Azure Data Studio](../azure-data-studio/usage-data-collection.md)
3030
- [Database Migration Assistant (DMA)](../dma/dma-diagnostic-data-collection.md)
3131
- [SQL Server Migration Assistant (SSMA)](../ssma/ssma-diagnostic-data-collection.md)
3232

docs/ssdt/anonymous-usage-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ For more information about the VSCEIP, including how to opt in or opt out, see t
2121
For more information about the system-generated diagnostic logs collected, see the documentation on [system-generated logs](https://docs.microsoft.com/visualstudio/ide/diagnostic-data-collection).
2222

2323

24-
We don't collect your name, address, or any other data that relates to an identified or identifiable individual. For more information about the information collected, processed, or transmitted by the VSCEIP, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement).
24+
SSDT doesn't collect your name, address, or any other data related to an identified or identifiable individual. For more information about the information collected, processed, or transmitted by the VSCEIP, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement).

docs/ssma/ssma-diagnostic-data-collection.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
2-
title: "SSMA usage and diagnostic data collection"
2+
title: SQL Server Migration Assistant (SSMA) usage and diagnostic data collection
33
description: Learn about usage and diagnostic data collection in SQL Server Migration Assistant.
4-
author: nahk-ivanov
5-
64
ms.prod: sql
7-
ms.custom: ""
8-
ms.date: "04/02/2021"
9-
ms.reviewer: ""
105
ms.technology: ssma
116
ms.topic: conceptual
12-
ms.author: "alexiva"
7+
author: nahk-ivanov
8+
ms.author: alexiva
9+
ms.reviewer: ""
10+
ms.custom: ""
11+
ms.date: 04/02/2021
1312
---
1413

1514
# SSMA usage and diagnostic data collection
@@ -18,7 +17,7 @@ SQL Server Migration Assistant (SSMA) contains Internet-enabled features that ca
1817

1918
## Collected data
2019

21-
SSMA may collect standard computer information and information about use and performance that may be transmitted to Microsoft and analyzed for purposes of improving the quality, security, and reliability of SSMA. We do not collect your name, address, or other contact information. For details, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement), and [SQL Server Privacy supplement](../sql-server/sql-server-privacy.md).
20+
SSMA may collect standard computer information and information about use and performance that may be transmitted to Microsoft and analyzed for purposes of improving the quality, security, and reliability of SSMA. SSMA doesn't collect your name, address, or any other data related to an identified or identifiable individual. For details, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement), and [SQL Server Privacy supplement](../sql-server/sql-server-privacy.md).
2221
## Enable or disable usage and diagnostic data collection in SSMA
2322

2423
Following registry entry allows you to opt in or out of data collection:

0 commit comments

Comments
 (0)