Training
Module
Use telemetry in a .NET Aspire project - Training
In this module, you'll learn about using telemetry to record the behavior of a cloud-native application and how the .NET Aspire stack makes it easier store data and view it later.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Important
Azure Data Studio is retiring on February 28, 2026. We recommend that you use Visual Studio Code. For more information about migrating to Visual Studio Code, visit What's happening to Azure Data Studio?
Azure Data Studio contains Internet-enabled features that can collect and send anonymous feature usage and diagnostic data to Microsoft.
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.
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).
Several updates made to Azure Data Studio to help ensure data privacy.
For details, see the Microsoft Privacy Statement, and SQL Server Privacy supplement.
To see feature usage data that is collected by Azure Data Studio, follow the steps below:
When tracing telemetry events, the events are also logged to a local file telemetry.log, which you can view using the Developer: Open Log File... command and choosing Telemetry from the dropdown.
To not send usage data to Microsoft, you can set the telemetry.enableTelemetry
user settings to false
.
Go to File > Preferences > Settings (macOS: Code > Preferences > Settings) and search for telemetry
, and uncheck the Telemetry: Enable Telemetry setting. With this setting, you silence all telemetry events from Azure Data Studio going forward. Telemetry information may have been collected and sent up until the point when you disable the setting.
If you use the JSON editor for your settings, add the following line:
"telemetry.enableTelemetry": false
Azure Data Studio collects data about any crashes that occur and sends it to Microsoft to help improve our products and services.
If you don't want to send, crash data to Microsoft, you can change the enable-crash-reporter
runtime argument to false
.
Open the Command Palette (kb(workbench.action.showCommands)
).
Run the Preferences: Configure Runtime Arguments command.
This command opens a argv.json
file to configure runtime arguments.
Edit "enable-crash-reporter": false
.
Restart Azure Data Studio.
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.
Training
Module
Use telemetry in a .NET Aspire project - Training
In this module, you'll learn about using telemetry to record the behavior of a cloud-native application and how the .NET Aspire stack makes it easier store data and view it later.