diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index 6a38d3c57a02c..762674fe25c1a 100644 --- a/docs/core/tools/dotnet-install-script.md +++ b/docs/core/tools/dotnet-install-script.md @@ -47,6 +47,9 @@ The `dotnet-install` scripts perform a non-admin installation of the .NET SDK, w * A PowerShell script that works on Windows. * A bash script that works on Linux/macOS. +> [!NOTE] +> .NET collects telemetry data. To learn more and how to opt out, see [.NET SDK telemetry](telemetry.md). + ### Purpose The intended use of the scripts is for Continuous Integration (CI) scenarios, where: