Logging multiple dotnet core websites to azure
Hi, I have multiple dotnet core websites deployed to azure that use the built in ILogger. I'm looking for a good way to aggregate all of the logging in one place - so the logger in each site posts to the same place. Obviously I'd need the ability to separate the sites when looking at / querying the logs.
I have used application insights before but I believe that is one per application? I'm not sure if you can share a key between the apps and aggregate the data somehow? Thanks for any suggestions!
0 comments:
Post a Comment