log4.net logs into Azure just like Splunk

Rajesh Ambakkat 216 Reputation points
2021-11-17T12:59:26.823+00:00

My asp.net application is generating logs into D:\Logs folder using log4.net. These logs are then pulled into Splunk and we can see /query all logs in splunk. Now we are planning to move this into Azure web app. Where do my logs write ? Into some storage account? after that is there is a way to push this logs into somewhere where we can see all the logs just like splunk. (right now not planning to use splunk in azure if there is an option). What is the best option...please suggest.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,803 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 17,401 Reputation points
    2021-11-24T16:25:38.743+00:00

    @RajeshAmb If you are planning to migrate your asp.net application to Azure web app, you can monitor it using Azure Application Insights which is sub feature of Azure Monitor.

    Here are some references for monitoring Azure App Service with Azure Monitor which can get you started.

    Kindly go through the above articles and revert if you have further questions.

    0 comments No comments