How to use Azure Application Insights #7923
Replies: 3 comments 2 replies
-
We might update our Orchard 1 Application Insights module with a similar goal. |
Beta Was this translation helpful? Give feedback.
-
For now, this implementation works for me:
|
Beta Was this translation helpful? Give feedback.
-
Yeah this is a simple change. We should not provide this by default in the source code. And if you have a Nuget packages solution then it is on your own OrchardCore.Cms.Web project that this should be added. So, I think we should just produce some documentation in this case. A module could work too, but that would be really simple. |
Beta Was this translation helpful? Give feedback.
-
I was searching in all the issues (closed and opened) regarding the implementation of Azure Application Insights and I couldn't find any related one. The idea I have is that, as the same we can
.AddAzureShellsConfiguration()
we can have.AddApplicationInsights()
and read from theappsettings.json
file the instrumentation key and URI.This add a great value because if we use for example the Azure WebApp for containers right now we can't access the
App_Data/logs/internal-nlog.txt
file using SSH because the port isn't expose.Beta Was this translation helpful? Give feedback.
All reactions