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
This issue is specific to Azure App Service in which the D:\Program Files (x86)\iisnode\interceptor.js was customized to support console output logging to files on disk and to integrate with
Azure portal settings for diagnostics which are stored in the ..\diagnostics\settings.json file.
The problem is no longer present since the following code is commented in the interceptor.js in Azure App Service worker roles:
See microsoft/ApplicationInsights-node.js#144 for information. Somehow node.js starting making calls to http://iisnodestats.azurewebsites.net:80/ when Web Server Logging turned on for Azure Web App.
The text was updated successfully, but these errors were encountered: