diff --git a/src/PnP.Scanning/PnP.Scanning.Process/Program.cs b/src/PnP.Scanning/PnP.Scanning.Process/Program.cs index ead981c..8e09be8 100644 --- a/src/PnP.Scanning/PnP.Scanning.Process/Program.cs +++ b/src/PnP.Scanning/PnP.Scanning.Process/Program.cs @@ -199,6 +199,8 @@ private static IHost ConfigureScannerHost(string[] args, int orchestratorPort) options.PnPContext.GraphFirst = false; // Remove the HTTP timeout to ensure the request does not end before the throttling is over options.HttpRequests.Timeout = -1; + // Disable PnP Core SDK telemetry + options.DisableTelemetry = true; }); services.Configure(context.Configuration.GetSection("PnPCore")); services.AddPnPCoreAuthentication();