You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/it-service-management-connector-secure-webhook-connections.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,31 @@
1
1
---
2
-
title: IT Service Management Connector - Secure Export in Azure Monitor
3
-
description: This article shows you how to connect your ITSM products/services with Secure Export in Azure Monitor to centrally monitor and manage ITSM work items.
2
+
title: IT Service Management Connector - Secure Webhook in Azure Monitor
3
+
description: This article shows you how to connect your ITSM products/services with Secure Webhook in Azure Monitor to centrally monitor and manage ITSM work items.
4
4
ms.topic: conceptual
5
-
ms.date: 2/23/2022
5
+
ms.date: 03/30/2022
6
+
6
7
---
7
8
8
-
# Connect Azure to ITSM tools by using Secure Export
9
+
# Connect Azure to ITSM tools by using Secure Webhook
9
10
10
-
This article shows you how to configure the connection between your IT Service Management (ITSM) product or service by using Secure Export.
11
+
This article shows you how to configure the connection between your IT Service Management (ITSM) product or service by using Secure Webhook.
11
12
12
-
Secure Export is an updated version of [IT Service Management Connector (ITSMC)](./itsmc-overview.md). Both versions allow you to create work items in an ITSM tool when Azure Monitor sends alerts. The functionality includes metric, log, and Activity Log alerts.
13
+
Secure Webhook is an updated version of [IT Service Management Connector (ITSMC)](./itsmc-overview.md). Both versions allow you to create work items in an ITSM tool when Azure Monitor sends alerts. The functionality includes metric, log, and Activity Log alerts.
13
14
14
-
ITSMC uses username and password credentials. Secure Export has stronger authentication because it uses Azure Active Directory (Azure AD). Azure AD is Microsoft's cloud-based identity and access management service. It helps users sign in and access internal or external resources. Using Azure AD with ITSM helps to identify Azure alerts (through the Azure AD application ID) that were sent to the external system.
15
+
ITSMC uses username and password credentials. Secure Webhook has stronger authentication because it uses Azure Active Directory (Azure AD). Azure AD is Microsoft's cloud-based identity and access management service. It helps users sign in and access internal or external resources. Using Azure AD with ITSM helps to identify Azure alerts (through the Azure AD application ID) that were sent to the external system.
15
16
16
-
## Secure Export architecture
17
+
## Secure Webhook architecture
17
18
18
-
The Secure Export architecture introduces the following new capabilities:
19
+
The Secure Webhook architecture introduces the following new capabilities:
19
20
20
21
***New action group**: Alerts are sent to the ITSM tool through the Secure Webhook action group, instead of the ITSM action group that ITSMC uses.
21
22
***Azure AD authentication**: Authentication occurs through Azure AD instead of username/password credentials.
22
-
## Secure Export data flow
23
23
24
-
The steps of the Secure Export data flow are:
24
+
## Secure Webhook data flow
25
+
26
+
The steps of the Secure Webhook data flow are:
25
27
26
-
1. Azure Monitor sends an alert that's configured to use Secure Export.
28
+
1. Azure Monitor sends an alert that's configured to use Secure Webhook.
27
29
2. The alert payload is sent by a Secure Webhook action to the ITSM tool.
28
30
3. The ITSM application checks with Azure AD if the alert is authorized to enter the ITSM tool.
29
31
4. If the alert is authorized, the application:
@@ -33,13 +35,13 @@ The steps of the Secure Export data flow are:
33
35
34
36

35
37
36
-
## Benefits of Secure Export
38
+
## Benefits of Secure Webhook
37
39
38
40
The main benefits of the integration are:
39
41
40
42
***Better authentication**: Azure AD provides more secure authentication without the timeouts that commonly occur in ITSMC.
41
-
***Alerts resolved in the ITSM tool**: Metric alerts implement "fired" and "resolved" states. When the condition is met, the alert state is "fired." When condition is not met anymore, the alert state is "resolved." In ITSMC, alerts can't be resolved automatically. With Secure Export, the resolved state flows to the ITSM tool and so is updated automatically.
42
-
***[Common alert schema](./alerts-common-schema.md)**: In ITSMC, the schema of the alert payload differs based on the alert type. In Secure Export, there's a common schema for all alert types. This common schema contains the CI for all alert types. All alert types will be able to bind their CI with the CMDB.
43
+
***Alerts resolved in the ITSM tool**: Metric alerts implement "fired" and "resolved" states. When the condition is met, the alert state is "fired." When condition is not met anymore, the alert state is "resolved." In ITSMC, alerts can't be resolved automatically. With Secure Webhook, the resolved state flows to the ITSM tool and so is updated automatically.
44
+
***[Common alert schema](./alerts-common-schema.md)**: In ITSMC, the schema of the alert payload differs based on the alert type. In Secure Webhook, there's a common schema for all alert types. This common schema contains the CI for all alert types. All alert types will be able to bind their CI with the CMDB.
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/itsm-connector-secure-webhook-connections-azure-configuration.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
-
title: IT Service Management Connector - Secure Export in Azure Monitor - Azure Configurations
3
-
description: This article shows you how to configure Azure in order to connect your ITSM products/services with Secure Export in Azure Monitor to centrally monitor and manage ITSM work items.
2
+
title: IT Service Management Connector - Secure Webhook in Azure Monitor - Azure Configurations
3
+
description: This article shows you how to configure Azure in order to connect your ITSM products/services with Secure Webhook in Azure Monitor to centrally monitor and manage ITSM work items.
4
4
ms.topic: conceptual
5
-
ms.date: 2/23/2022
5
+
ms.date: 03/30/2022
6
6
7
7
---
8
8
9
-
# Configure Azure to connect ITSM tools using Secure Export
9
+
# Configure Azure to connect ITSM tools using Secure Webhook
10
10
11
-
This article provides information about how to configure the Azure in order to use "Secure Export".
12
-
In order to use "Secure Export", follow these steps:
11
+
This article provides information about how to configure the Azure in order to use "Secure Webhook".
12
+
In order to use "Secure Webhook", follow these steps:
13
13
14
14
1.[Register your app with Azure AD.](./itsm-connector-secure-webhook-connections-azure-configuration.md#register-with-azure-active-directory)
15
15
1.[Define Service principal.](./itsm-connector-secure-webhook-connections-azure-configuration.md#define-service-principal)
16
16
1.[Create a Secure Webhook action group.](./itsm-connector-secure-webhook-connections-azure-configuration.md#create-a-secure-webhook-action-group)
17
17
1. Configure your partner environment.
18
-
Secure Export supports connections with the following ITSM tools:
18
+
Secure Webhook supports connections with the following ITSM tools:
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/itsmc-connections.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,19 @@ ms.topic: conceptual
5
5
ms.date: 2/23/2022
6
6
7
7
---
8
-
9
8
# Connect ITSM products/services with IT Service Management Connector
10
9
This article provides information about how to configure the connection between your ITSM product/service and the IT Service Management Connector (ITSMC) in Log Analytics to centrally manage your work items. For more information about ITSMC, see [Overview](./itsmc-overview.md).
11
10
12
-
The following ITSM products/services are supported. Select the product to view detailed information about how to connect the product to ITSMC.
13
-
14
-
-[ServiceNow](./itsmc-connections-servicenow.md)
15
-
-[System Center Service Manager](./itsmc-connections-scsm.md)
16
-
-[Cherwell](./itsmc-connections-cherwell.md)
17
-
-[Provance](./itsmc-connections-provance.md)
11
+
To set up your ITSM environment:
12
+
1. Connect to your ITSM.
18
13
19
-
> [!NOTE]
20
-
> We propose our Cherwell and Provance customers to use [Webhook action](./action-groups.md#webhook) to Cherwell and Provance endpoint as another solution to the integration.
14
+
- For ServiceNow ITSM, see [the ServiceNow connection instructions](./itsmc-connections-servicenow.md).
15
+
- For SCSM, see [the System Center Service Manager connection instructions](./itsmc-connections-scsm.md).
21
16
22
-
## IP ranges for ITSM partners connections
23
-
In order to list the ITSM IP addresses in order to allow ITSM connections from partners ITSM tools, we recommend the to list the whole public IP range of Azure region where their LogAnalytics workspace belongs. [details here](https://www.microsoft.com/en-us/download/details.aspx?id=56519)
17
+
>[!NOTE]
18
+
> As of March 1, 2022, System Center ITSM integrations with Azure alerts is no longer enabled for new customers. New System Center ITSM Connections are not supported.
19
+
> Existing ITSM connections are supported.
20
+
2. (Optional) Set up the IP Ranges. In order to list the ITSM IP addresses in order to allow ITSM connections from partners ITSM tools, we recommend the to list the whole public IP range of Azure region where their LogAnalytics workspace belongs. [details here](https://www.microsoft.com/en-us/download/details.aspx?id=56519)
24
21
For regions EUS/WEU/EUS2/WUS2/US South Central the customer can list ActionGroup network tag only.
IT Service Management Connector (ITSMC) allows you to connect Azure to a supported IT Service Management (ITSM) product or service.
14
+
IT Service Management Connector allows you to connect Azure Monitor to supported IT Service Management (ITSM) products or services using either ITSM actions or Secure webhook actions.
15
15
16
-
Azure services like Azure Log Analytics and Azure Monitor provide tools to detect, analyze, and troubleshoot problems with your Azure and non-Azure resources. But the work items related to an issue typically reside in an ITSM product or service. ITSMC provides a bi-directional connection between Azure and ITSM tools to help you resolve issues faster.
16
+
Azure services like Azure Log Analytics and Azure Monitor provide tools to detect, analyze, and troubleshoot problems with your Azure and non-Azure resources. But the work items related to an issue typically reside in an ITSM product or service. The ITSM Connector provides a bi-directional connection between Azure and ITSM tools to help you resolve issues faster. You can create work items in your ITSM tool, based on your Azure alerts (Metric Alerts, Activity Log Alerts, and Log Analytics alerts).
17
17
18
-
## Configuration steps
18
+
The ITSM Connector supports connections with the following ITSM tools:
19
19
20
-
ITSMC supports connections with the following ITSM tools:
21
-
22
-
- ServiceNow
23
-
- System Center Service Manager
24
-
- Provance
25
-
- Cherwell
26
-
27
-
>[!NOTE]
28
-
> As of 1-Oct-2020 Cherwell and Provance ITSM integrations with Azure Alert will no longer be enabled for new customers. New ITSM Connections will not be supported.
29
-
> Existing ITSM connections will be supported.
30
-
31
-
With ITSMC, you can:
32
-
33
-
- Create work items in your ITSM tool, based on your Azure alerts (Metric Alerts, Activity Log Alerts, and Log Analytics alerts).
34
-
- Optionally, you can sync your incident and change request data from your ITSM tool to an Azure Log Analytics workspace.
20
+
- ServiceNow ITSM or ITOM
21
+
- System Center Service Manager (SCSM)
22
+
- BMC
23
+
>[!NOTE]
24
+
> As of March 1, 2022, System Center ITSM integrations with Azure alerts is no longer enabled for new customers. New System Center ITSM Connections are not supported.
25
+
> Existing ITSM connections are supported.
35
26
36
27
For information about legal terms and the privacy policy, see [Microsoft Privacy Statement](https://go.microsoft.com/fwLink/?LinkID=522330&clcid=0x9).
37
-
38
-
You can start using ITSMC by completing the following steps:
39
-
40
-
1.[Setup your ITSM Environment to accept alerts from Azure.](./itsmc-connections.md)
- For Service Now ITSM and SCSM use the ITSM action:
39
+
40
+
1. Connect to your ITSM.
41
+
- For ServiceNow ITSM, see [the ServiceNow connection instructions](./itsmc-connections-servicenow.md).
42
+
- For SCSM, see [the System Center Service Manager connection instructions](./itsmc-connections-scsm.md).
43
+
1. (Optional) Set up the IP Ranges. In order to list the ITSM IP addresses in order to allow ITSM connections from partners ITSM tools, we recommend the to list the whole public IP range of Azure region where their LogAnalytics workspace belongs. [details here](https://www.microsoft.com/en-us/download/details.aspx?id=56519). For regions EUS/WEU/EUS2/WUS2/US South Central the customer can list ActionGroup network tag only.)
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/itsmc-secure-webhook-connections-servicenow.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
-
title: IT Service Management Connector - Secure Export in Azure Monitor - Configuration with ServiceNow
3
-
description: This article shows you how to connect your ITSM products/services with ServiceNow on Secure Export in Azure Monitor.
2
+
title: IT Service Management Connector - Secure Webhook in Azure Monitor - Configuration with ServiceNow
3
+
description: This article shows you how to connect your ITSM products/services with ServiceNow on Secure Webhook in Azure Monitor.
4
4
ms.topic: conceptual
5
-
ms.date: 2/23/2022
5
+
ms.date: 03/30/2022
6
6
7
7
---
8
8
9
9
10
10
# Connect ServiceNow to Azure Monitor
11
11
12
-
The following sections provide details about how to connect your ServiceNow product and Secure Export in Azure.
12
+
The following sections provide details about how to connect your ServiceNow product and Secure Webhook in Azure.
13
13
14
14
## Prerequisites
15
15
@@ -21,7 +21,7 @@ Ensure that you've met the following prerequisites:
21
21
22
22
## Configure the ServiceNow connection
23
23
24
-
1. Use the link https://(instance name).service-now.com/api/sn_em_connector/em/inbound_event?source=azuremonitor the URI for the secure export definition.
24
+
1. Use the link https://(instance name).service-now.com/api/sn_em_connector/em/inbound_event?source=azuremonitor the URI for the secure Webhook definition.
25
25
26
26
2. Follow the instructions according to the version:
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/itsmc-synced-data.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ ms.custom: references_regions
10
10
# Data synced from your ITSM product
11
11
12
12
Incidents and change requests are synced from your ITSM tool to your Log Analytics workspace, based on the connection's configuration (using "Sync Data" field):
13
-
*[ServiceNow](./itsmc-connections-servicenow.md)
14
-
*[System Center Service Manager](./itsmc-connections-scsm.md)
15
-
*[Cherwell](./itsmc-connections-cherwell.md)
16
-
*[Provance](./itsmc-connections-provance.md)
17
-
13
+
-[ServiceNow](./itsmc-connections-servicenow.md)
14
+
-[System Center Service Manager](./itsmc-connections-scsm.md)
15
+
>[!NOTE]
16
+
> As of March 1, 2022, System Center ITSM integrations with Azure alerts is no longer enabled for new customers. New System Center ITSM Connections are not supported.
17
+
> Existing ITSM connections are supported.
18
18
## Synced data
19
19
20
20
This section shows some examples of data gathered by ITSMC.
0 commit comments