azureloggingcloudazure-cloud-servicesazure-diagnostics

Stream logs to event hub


Is there a way to send the Cloud Service(extended support) or (classic) diagnostics logs directly to event hub? When I try to enable the diagnostics from Visual Studio the only options available to send the logs are Storage account and Application Insights. Configuration example


Solution

  • The solution for my case was to export the logs to a storage account and then I created a blob trigger function that ingested the logs into event hub