disable send diagnostics data to application insights on publish settings

家住魔仙堡 提交于 2019-12-04 09:38:22

You can avoid getting the "Diagnostics" tab in the publish dialog by following these steps:

  • Open the Properties page for one of the roles in your project
  • Under Diagnostics, check the "Send diagnostics data to Application Insights" checkbox
  • Select to manually specify the Application Insights instrumentation key
  • Enter some value in the textbox (doesn't matter what value) and click OK
  • After the dialog closes, the value you have entered will appear in a textbox under the checkbox mentioned in the previous step
  • Delete that value and click save

After doing this, you should no longer see the option to send diagnostics data to Application Insights during the publish process. Also, because a valid instrumentation key wan't provided, the extention that sends the diagnostics data to Application Insights will not be started.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!