Sink configuration for Application insights for azure Service fabric


Sink configuration for Application insights for azure Service fabric
Where do I update the sink configuration for Azure service fabric
https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/azure-diagnostics-configure-application-insights
<SinksConfig>
<Sink name="ApplicationInsights">
<ApplicationInsights>Insert InstrumentationKey</ApplicationInsights>
<Channels>
<Channel logLevel="Error" name="MyTopDiagData" />
<Channel logLevel="Verbose" name="MyLogData" />
</Channels>
</Sink>
</SinksConfig>
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment