How to do network tracing in Azure Function? -


i having problem third-party library. worked last week week failing. wish turn on network tracing configure in web.config such described azure app services job here:

https://blogs.msdn.microsoft.com/waws/2017/03/14/how-to-get-a-system-net-trace-of-your-c-web-job/

is in way possible azure functions, or there alternative?

unfortunately isn't possible consumption plan don't allow modify web.config.

if can set app service plan testing, can deploy functions runtime private site extension web.config changes, see here: https://github.com/azure/azure-webjobs-sdk-script/wiki#deployment

a related option diagnostics/analytics preview app insights support: https://github.com/azure/azure-functions/wiki/app-insights-early-preview


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -