I am building an Azure Function application to write and retrieve logs in ApplicationInsights. I can able to write logs using instrumentation key.
But I don't know how to retrieve the logs from Application Insights. I have googled and got some references to retrieve it through AD credentials but I don't have AD access. Without AD credentials (ClientId, SecretKey), how can I retrieve the logs data from Application Insights?
I need some guidance. Thanks