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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -