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
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: