Skip to content

Latest commit

 

History

History
91 lines (60 loc) · 4.49 KB

connector-azure-monitor.mdx

File metadata and controls

91 lines (60 loc) · 4.49 KB
title description meta_tags namespace permalink menu_namespace
How to use Azure Monitor to receive data from Data Stream
Hands-on to use Azure Monitor to receive data from Azion Data Stream.
Data Stream, connector, endpoint, azure, monitor
documentation_how_to_configurations_azure_monitor
/documentation/products/guides/endpoint-azure-monitor/
observeMenu

import Tabs from '~/components/tabs/Tabs'

:::caution[important] Azion has two user interfaces: Real-Time Manager and Console, which is in Preview stage. Currently, Console is only available for Developer plans and new accounts. Follow the steps according to the user interface you're using. :::

While configuring streams, you need to set up a specific endpoint to stream your Azion data.

Continue reading for a step by step on how to connect an Azure Monitor endpoint to receive data from Data Stream.


Azure Monitor requirements

To get started with Microsoft’s Azure Monitor, you must follow a few steps:

  1. Create an Azure account.
  2. Create an Azure Analytic Log Workspace on Azure’s Platform. After the implantation is successfully completed, you’ll see a link to your workspace.
  3. Click the workspace link to go to the overview page.
  4. On the side panel, click on Agents Management and copy your Workspace ID and Primary Key to use later.
  5. Go to the Microsoft Sentinel panel and create a new Sentinel panel.
  6. Add the recently created workspace to the Sentinel.
  7. After setting up all configurations, go to the Logs section and access your Table and your Consultations.

Configuring the endpoint in Data Stream

Next, follow these steps to configure the new endpoint you created in Azure Monitor in your Azion Data Stream.

You can find detailed steps for the entire configuration on the How to use Data Stream guide.

Console Real-Time Manager

In the Destination configurations:

  1. On the Connector dropdown menu, select Azure Monitor.
  2. On Log Type, add the record type of the data that's being submitted, which is the table where Azure Monitor stores your logs. It can contain only letters, numbers, the underscore (_) character, and it can't exceed 100 characters.
  3. On Shared Key, add the Primary Key of your workspace.
  4. On Time Generation Field (optional), add a data ingestion time, which informs how long it'll take for the log to be available after being collected.
  5. On Workspace ID, add the ID of your workspace.
  6. Make sure the Active switch is on.
  7. Click the Save button.

In the Destination configurations:

  1. On the Endpoint Type dropdown menu, select Azure Monitor.
  2. On Log Type, add the record type of the data that's being submitted, which is the table where Azure Monitor stores your logs. It can contain only letters, numbers, the underscore (_) character, and it can't exceed 100 characters.
  3. On Shared Key, add the Primary Key of your workspace.
  4. On Time Generation Field (optional), add a data ingestion time, which informs how long it'll take for the log to be available after being collected.
  5. On Workspace ID, add the ID of your workspace.
  6. Make sure the Active switch is on.
  7. Click the Save button.

After saving the configurations, your data will be streamed to the newly configured endpoint.

You can keep track of the calls made by Data Stream to Azure Monitor on Real-Time Events. To do so, select Data Source > Data Stream and choose the filters options as you wish.


Trademarks

Microsoft Azure Monitor is a registered trademark of Microsoft Inc in the United States and other countries.


import ContributorList from '~/components/ContributorList.astro'

Contributors Contributor