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/azure-data-studio/usage-data-collection.md
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ description: This article explains how to control if usage and crash reporting d
4
4
ms.prod: azure-data-studio
5
5
ms.technology: azure-data-studio
6
6
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
10
10
ms.custom: seo-lt-2019
11
-
ms.date: 05/06/2021
11
+
ms.date: 05/17/2021
12
12
---
13
13
14
14
# 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
17
17
18
18
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.
19
19
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).
21
21
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.
For details, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement), and [SQL Server Privacy supplement](../sql-server/sql-server-privacy.md).
25
29
26
30
## Audit feature usage and diagnostic data
27
31
@@ -71,16 +75,6 @@ If you don't want to send, crash data to Microsoft, you can change the `enable-c
71
75
72
76
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.
73
77
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*.
Copy file name to clipboardExpand all lines: docs/dma/dma-diagnostic-data-collection.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,31 @@
1
1
---
2
-
title: "Enable and disable usage and diagnostic data collection"
2
+
title: Enable and disable usage and diagnostic data collection
3
3
description: Learn how to enable and disable usage and diagnostic data collection in Database Migration Assistant.
4
-
author: aciortea
5
-
6
4
ms.prod: sql
7
-
ms.custom: ""
8
-
ms.date: "04/23/2021"
9
-
ms.reviewer: ""
10
5
ms.technology: dma
11
6
ms.topic: how-to
7
+
author: aciortea
12
8
ms.author: "aciortea"
9
+
ms.reviewer: ""
10
+
ms.custom: ""
11
+
ms.date: "04/23/2021"
13
12
---
14
13
15
14
# Enable and disable DMA usage and diagnostic data collection
16
15
17
16
Database Migration Assistant contains Internet-enabled features that can collect and send anonymous feature usage and diagnostic data to Microsoft.
18
17
19
-
This article teaches you to enable or disable DMA diagnostic data collection when using the GUI or the commandline tool.
18
+
This article teaches you to enable or disable DMA diagnostic data collection when using the GUI or the command-line tool.
20
19
21
20
## Collected data
22
21
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).
24
23
25
24
## Data Migration Assistant GUI
26
25
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.
28
27
29
-
In order to do so follow these steps:
28
+
To do so follow these steps:
30
29
31
30
1. Navigate to the DMA installation folder in your file system. The default location is `%ProgramFiles%\Microsoft Data Migration Assistant\`.
32
31
@@ -42,9 +41,9 @@ To re-enable telemetry, remove the comment around the line.
42
41
43
42
## Data Migration Assistant Command Line
44
43
45
-
In order to disable telemetry collection when using the DMA commandline 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.
46
45
47
-
In order to do so follow these steps:
46
+
To do so follow these steps:
48
47
49
48
1. Navigate to the DMA installation folder in your file system. The default location is `%ProgramFiles%\Microsoft Data Migration Assistant\`.
50
49
@@ -60,4 +59,4 @@ To re-enable telemetry, remove the comment around the line.
60
59
61
60
## Next steps
62
61
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).
Copy file name to clipboardExpand all lines: docs/ssdt/anonymous-usage-data.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
@@ -21,4 +21,4 @@ For more information about the VSCEIP, including how to opt in or opt out, see t
21
21
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).
22
22
23
23
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).
Copy file name to clipboardExpand all lines: docs/ssma/ssma-diagnostic-data-collection.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
---
2
-
title: "SSMA usage and diagnostic data collection"
2
+
title: SQL Server Migration Assistant (SSMA) usage and diagnostic data collection
3
3
description: Learn about usage and diagnostic data collection in SQL Server Migration Assistant.
4
-
author: nahk-ivanov
5
-
6
4
ms.prod: sql
7
-
ms.custom: ""
8
-
ms.date: "04/02/2021"
9
-
ms.reviewer: ""
10
5
ms.technology: ssma
11
6
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
13
12
---
14
13
15
14
# SSMA usage and diagnostic data collection
@@ -18,7 +17,7 @@ SQL Server Migration Assistant (SSMA) contains Internet-enabled features that ca
18
17
19
18
## Collected data
20
19
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).
22
21
## Enable or disable usage and diagnostic data collection in SSMA
23
22
24
23
Following registry entry allows you to opt in or out of data collection:
0 commit comments