How to ingest custom logs into Azure Log Analytics via REST API
You can send your own logs to Azure Log Analytics by using REST API calls with data in JSON format. Many apps use this way for business logging. It helps track what users do in microservices. It also works for connecting with tools like Logic Apps or PowerShell scripts. You can collect logs from any app that can make REST calls. Make sure your logs use …

