/
Add Azure data via Monitor service and an event hub

Add Azure data via Monitor service and an event hub

Most Azure data should be sent to Devo by using the Azure Monitor service to add a diagnostic that streams to the event hub. All production resources in Azure should be added to Monitor.

Before starting this process, authorize an Event Hub for the regions containing the Azure resources.

  1. Search for and select the Monitor service.

image-20250206-214520.png
  1. Click the Diagnostic Settings option in the left area.

An Azure account may have thousands of resources which need diagnostic settings configured. If manually enabling the diagnostic settings is inconvenient, use PowerShell to create a policy.

  1. Select a resource. Do not select the event hub because event hubs cannot monitor themselves. If there are no other resources, perform the validation procedure to create a resource.

image-20250206-215233.png
  1. Add diagnostic setting.

image-20250206-215402.png
  1. Name the diagnostic setting.

  2. Enable metrics and logs. The options will vary.

  3. Enable “Stream to an event hub.”

  4. Select the namespace, hub, and policy you created.

    image-20250206-223615.png
  5. Click Save.

  1. If it is necessary to monitor resources that have not been created yet, create a policy in PowerShell.

If the event hub does not have a collector yet, create one.

Related content