I am working on Azure Function App (Python on Linux), but I am unable to view the logs.
When I go to web portal to the Function App - tab Log Stream, the page never loads. There is just a spinning circle.
The same happens when I open the Function itself and go to "Code + Test". The console says, Connecting to Application Insights..., but it never loads.
The Function App is not linked to "Application Insights". But to my understanding I do not need to create Application Insights resource to just see simple logs. Or am I wrong?
I am quite new to Azure, so I appreciate any help!
In this post one of the users says that log streaming has been limited, so I assume that I am facing the similar issue. I have tried using VS Code extension Azure to stream logs, but it also requires Application Insights. Error: You must configure Application Insights to stream logs on Linux Function Apps.
Do I really have to create Application Insights resource? (It's complicated for me to create new resource due to corporate structure)