Azure function apps logs not showing

后端 未结 6 812
刺人心
刺人心 2020-12-29 02:49

I\'m relatively new to Azure and I just went through the tutorial on how to create a new Azure function, which is triggered when a new blob is created, and had this as the d

6条回答
  •  心在旅途
    2020-12-29 03:34

    Log messages should show under the function code, if you're watching that window at the time of the function's execution:

    To view log messages made while you weren't looking, you'll need Application Insights configured. If that's configured, that should show under the Monitor tab:

提交回复
热议问题