---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://www.servicenow.com/docs/r/it-operations-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Integrate Azure Monitor as an authenticated data source

# Integrate Azure Monitor as an authenticated data source {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Integrate Azure Monitor as an authenticated data source

This integration enables ServiceNow Event Management customers to collect and manage alerts from Microsoft Azure Monitor by setting up the ServiceNow AI Platform instance as a REST endpoint.
Alerts from Azure Monitor are authenticated, processed, and inserted into the ServiceNow database, allowing seamless event tracking and management within ServiceNow.
Show full answer Show less  

## Authentication Methods

Three authentication methods are supported to secure communication between Azure Monitor and ServiceNow:

* **OAuth Authentication:** Uses Azure Monitor V1 or V2 tokens for enterprise-grade security.
* **API Key Authentication:** Uses a REST API key to secure integration.
* **Basic Webhook Authentication:** Simple authentication without Azure Active Directory, suitable for small or distributed teams like SRE or DevOps.

## Prerequisites

* The relevant ServiceNow `sysuser` must have the `evtmgmtintegration` role assigned.
* The Event Management Connectors plugin must be installed in the ServiceNow AI Platform instance.
* Azure Cloud Discovery must be performed to link alerts to configuration items (CIs) within ServiceNow.

## Event Rules and Field Mappings

The base system includes:

* **Event Rule:** A general Azure Monitor event rule to process incoming alerts.
* **Event Field Mapping:** Maps Azure Monitor resource types to ServiceNow CI types, with the ability to add custom mappings.

Starting with the Xanadu release, out-of-the-box event rules now have the *Apply additional matching rules* option enabled by default for active rules, allowing more complex rule execution.

## Severity Mapping

Azure Monitor alert severities are mapped to ServiceNow event severities as follows:

* **Fired Condition:** Sev0 = Critical, Sev1 = Major, Sev2/Sev3 = Warning, Sev4 = OK
* **Resolved Condition:** Any Azure severity is mapped to ServiceNow CLEAR (severity 0)

## Azure Monitor Issue Integration

Azure Issues consolidate related alerts into a single case for efficient incident management, preserving context and enabling faster problem resolution within ServiceNow.

## Additional Features

* **Azure Monitor Bi-directional Connector:** Sends alert state changes from ServiceNow back to the Azure Portal, enabling synchronized alert management between systems.

## Practical Benefits for ServiceNow Customers

* Secure, authenticated ingestion of Azure Monitor alerts into ServiceNow Event Management.
* Automatic mapping of Azure alerts to corresponding CIs and severity levels.
* Enhanced incident management through unified Azure Issues within ServiceNow.
* Flexibility in authentication methods to suit enterprise or small team environments.
* Bi-directional alert synchronization for consistent status updates between Azure and ServiceNow.  
Integrate Microsoft Azure with Event Management by adding the
Azure Monitor as an authenticated data source.
You can configure the Event Management environment for the collection of events from Azure Monitor by setting your ServiceNow AI Platform instance as the rest endpoint.  
Once the endpoint is configured, when an Azure Monitor alert message arrives, Event Management:

* Authenticates the Azure Monitor alert message with the relevant ServiceNow user, using OAuth configuration or a standard webhook.
* Extracts information from the original Azure Monitor alert message to populate required event fields and inserts the event into the ServiceNow AI Platform database.
* Captures specified content in the Additional Information field of the event form.
{#azure-integration__ul_kf3_cpq_rv}

## What authentication is used {#azure-integration__section_xfd_qlq_cnb}

There are two methods of authentication:

* OAuth authentication: Provides enterprise-grade authentication to keep your enterprise environment safe. Authentication is performed using Azure Monitor V1 or V2 access tokens. For more information, see [Integrate Azure Monitor with OAuth authentication](https://www.servicenow.com/docs/AvNgIOr1I_98Mm1rIPBp_A "Integrate Microsoft Azure with Event Management by authenticating Azure V1 or V2 tokens in the Azure Monitor.").
* API key authentication: Integrate using API key to secure communication between Azure and ServiceNow. For more information, see [Integrate Azure with REST API key token](https://www.servicenow.com/docs/Ro5ikIVp445Z5xwy8kKRMw "Integrate using an API key to establish secure communication and automate data exchange via REST API. This simplifies integration, enabling seamless access to services and enhancing operational efficiency.").
* Basic webhook authentication: Provides a basic standard of authentication, without the need for Azure Active Directory. This authentication can be especially useful for distributed small teams, such as SRE or DevOps teams. For more information, see [Integrate Azure Monitor with basic authentication](https://www.servicenow.com/docs/a~C4vdTYwh~Fnowk2g8TRg "Integrate Microsoft Azure with Event Management by adding a standard webhook in Azure Monitor.").
{#azure-integration__ul_awf_wdr_cnb}

## What to know before you begin {#azure-integration__section_xcc_xmq_cnb}

You can use your integrated Azure Monitor as a data source only after you have verified the following:

* For both methods of authentication, the relevant ServiceNow sys_user is assigned the evt_mgmt_integration role.
* The Event Management Connectors plugin is installed in the ServiceNow AI Platform instance. You can download the plugin from the [ServiceNow Store](https://store.servicenow.com/sn_appstore_store.do#!/store/home) website.
* Azure Cloud Discovery must be performed to ensure that the created alerts are bound to the configuration items in the ServiceNow AI Platform. For more information, see [Discovery for Microsoft Azure](https://www.servicenow.com/docs/q23bkuYZ4iaCMY21Kk3kNQ "If your cloud resources are in an Azure cloud, you must create a user identity called a service principal that grants permissions to the MID Server to access selected resources.").
{#azure-integration__ul_rbk_z3b_cnb}

## Event Rules and Event Field mappings {#azure-integration__section_vck_nds_qpb}

These event rules and event field mappings are provided with the base system:
{#azure-integration__table_mxk_pds_qpb__entry__2}

| Module | Description |
|-|-|
| Event Rules | Azure Monitor: A general event rule to handle all Azure Monitor events. |
| Event Field Mappings | Azure Monitor - ci_type: To map ci_type of events based on resourceType field. A base set of mapping pairs are provided. |
[ ]

{#azure-integration__table_mxk_pds_qpb}  
These are the mappings provided with the base system in Azure Monitor - ci_type:Figure 1. Transform Value Pairs  
Note:  
You can add new mapping pairs to the Event Field Mapping - Azure Monitor - ci_type as per the requirement, to map events to the respective ci_type based on resourceType.  
Starting from the Xanadu release, the OOTB (Out-Of-The-Box) rules provided with the connector, which you have not previously used (i.e., neither activated, deactivated, nor modified), will now have the Apply additional matching rules check box set to true. Previously, this check box was disabled. This change allows you to execute more event rules or automation using the same filter conditions for the connector.  
Note:  
This feature applies only to active event rules.

If you want to send alert state changes on the ServiceNow instance from the ServiceNow alerts to
the Azure Portal, you need to enable the Azure Monitor Bi-directional connector. For more
information, see [Configure Azure Monitor Bi-directional connector](https://www.servicenow.com/docs/QCykHDrohRv3h2VckrVwzQ "The Azure Monitor Pull connector sends information from ServiceNow Event Management to the Azure Portal. The pull connector sends the alert state changes from the ServiceNow environment to the Azure Portal.").

## Severity mapping from Azure severity to ServiceNow event severity {#azure-integration__section_fj3_p2n_vfc}

{#azure-integration__table_pqc_s2n_vfc__entry__2}

| Azure severity condition | ServiceNow event severity |
|-|-|
| When an Azure alert monitorCondition is Fired ||
| Azure Sev0 | ServiceNow Critical (severity "1") |
| Azure Sev1 | ServiceNow Major (severity "2") |
| Azure Sev2 and Sev3 | ServiceNow Warning (severity "4") |
| Azure Sev4 | ServiceNow OK (severity "5") |
| When an Azure alert monitorCondition is resolved ||
| Any Azure severity | ServiceNow CLEAR (severity "0") |
[ ]

{#azure-integration__table_pqc_s2n_vfc}
* **[Azure Monitor Issue integration](https://www.servicenow.com/docs/2cO~606JtSWOPqo8724c8A)**   
  An Azure Issue is a unified case that aggregates related alerts and signals from Azure Monitor into a single, trackable operational problem. It preserves investigation context and serves as a durable record for incident management Incident Management, so you can resolve problems faster instead of tracking scattered alerts.
* **[Integrate Azure Monitor with basic authentication](https://www.servicenow.com/docs/a~C4vdTYwh~Fnowk2g8TRg)**   
  Integrate Microsoft Azure with Event Management by adding a standard webhook in Azure Monitor.
* **[Integrate Azure with REST API key token](https://www.servicenow.com/docs/Ro5ikIVp445Z5xwy8kKRMw)**   
  Integrate using an API key to establish secure communication and automate data exchange via REST API. This simplifies integration, enabling seamless access to services and enhancing operational efficiency.
* **[Integrate Azure Monitor with OAuth authentication](https://www.servicenow.com/docs/AvNgIOr1I_98Mm1rIPBp_A)**   
  Integrate Microsoft Azure with Event Management by authenticating Azure V1 or V2 tokens in the Azure Monitor.
* **[Configure Azure Monitor Bi-directional connector](https://www.servicenow.com/docs/QCykHDrohRv3h2VckrVwzQ)**   
  The Azure Monitor Pull connector sends information from ServiceNow Event Management to the Azure Portal. The pull connector sends the alert state changes from the ServiceNow environment to the Azure Portal.

