Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 65b46d6

Browse files
committed
Update to prep for Office 365 connectors retirement
1 parent 28dd952 commit 65b46d6

File tree

1 file changed

+27
-22
lines changed

1 file changed

+27
-22
lines changed

admin/notif-services/microsoftteams.rst

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,23 @@ Step 1: Get the webhook URL for the Microsoft Team channel
3636

3737
You must be an owner or administrator of the Microsoft Team to complete this task.
3838

39-
To get the webhook URL for the Microsoft Team channel:
39+
To get the webhook POST URL for the Microsoft Team channel:
4040

4141
#. Log in to Microsoft Teams and navigate to the list of teams.
4242

4343
#. Select the team that contains the channel you want to send alert notifications to. Expand the list of channels.
4444

45-
#. Find and hover over the channel you want to send alert notifications to. Select :strong:`More options` (...) and then select :strong:`Connectors`.
45+
#. Find and hover over the channel you want to send alert notifications to. Select :strong:`More options` (...) and then select :strong:`Workflows`.
4646

47-
#. Find the :strong:`Incoming Webhook` connector. Select :strong:`Add`. If the connector has already been added to the channel, select :strong:`Configure`.
47+
#. Find and select the :strong:`Post to a channel when a webhook request is received` template.
4848

49-
#. Enter a descriptive name for the connector.
49+
#. Enter a descriptive name for the workflow.
5050

51-
#. Select :strong:`Create`. Microsoft Teams generates a webhook URL.
51+
#. Select :guilabel:`Next`.
52+
53+
#. Add a team and channel for your workflow.
54+
55+
#. Select :strong:`Add workflow`. Microsoft Teams generates a URL to make a POST request to.
5256

5357
#. Select the :strong:`Copy to Clipboard` icon to copy the webhook URL for use in :ref:`microsoftteams2`.
5458

@@ -78,7 +82,7 @@ To create a Microsoft Teams integration in Splunk Observability Cloud:
7882
#. Select :strong:`New Integration` to display the configuration options.
7983

8084
#. By default, the name of the integration is :strong:`Microsoft Teams`. Give your integration a unique and descriptive name. For information about the downstream use of this name, see :new-page-ref:`About naming your integrations <naming-note>`.
81-
#. In the :strong:`Webhook URL` field, paste the webhook URL you copied in :ref:`microsoftteams1`. The webhook URL looks similar to this: ``https://<tenantName>.webhook.office.com/webhook2/<GroupExternalObjectGuid>@<TenantExternalGuid>/<ProviderName>/<AlternateGuid>/<GroupOwnerExternalObjectGuid>``.
85+
#. In the :strong:`Webhook URL` field, paste the webhook URL you copied in :ref:`microsoftteams1`. The webhook POST URL looks similar to this: ``https://<region>.logic.azure.com:<port>/workflows/<workflowId>/triggers/manual/paths/invoke?<apiVersion>&<signature>``.
8286
#. :strong:`Save`.
8387
#. If Splunk Observability Cloud can validate the Microsoft Teams webhook URL, a :strong:`Validated!` success message displays. If an error displays instead, make sure that the webhook URL value you entered matches the value displayed in Microsoft Teams in :ref:`microsoftteams1`.
8488

@@ -106,27 +110,28 @@ To add a Microsoft Teams integration as a detector alert recipient in Splunk Obs
106110
Splunk Observability Cloud sends an alert notification to the Microsoft Teams channel when the detector triggers an alert and when the alert clears.
107111

108112

109-
.. _msteams-troubleshooting:
113+
.. _update-msteams-365-connectors-retirement:
110114

111-
Troubleshoot your Microsoft Teams notification service integration
115+
Update existing Microsoft Teams integration configurations for Office 365 connectors retirement
112116
=================================================================================================
113117

114-
If the Microsoft Teams channel stops receiving notifications, consider the following troubleshooting tips:
115-
116-
* Verify that the Microsoft Teams notification service integration in Splunk Observability Cloud still exists. To troubleshoot, complete the following steps. You must be a Splunk Observability Cloud administrator to complete these steps.
117-
118-
#. In the Splunk Observability Cloud navigation menu, select :strong:`Data Management > Deployed integrations`.
119-
120-
#. In the :strong:`CATEGORIES` menu, select :strong:`Notification Services`.
121-
122-
#. Select the :strong:`Microsoft Teams` tile.
118+
.. note:: After December 31, 2024, Office 365 connectors in Microsoft Teams will be retired.
123119

124-
#. Find your integration and select to expand it.
120+
To continue using the Microsoft Teams integration in Splunk Observability Cloud without any interruption, follow these steps:
125121

126-
#. Select the :strong:`Integrations` menu and select :strong:`Validate`. If you see an error message, :strong:`Connector configuration not found`, then the :strong:`Incoming Webhook` connector was removed from the Microsoft Teams channel and you must add it back. To do this, see :ref:`microsoftteams2`.
122+
#. Transition from Office 365 connectors to Workflows:
127123

128-
* Verify that the Microsoft Teams notification service integration in Splunk Observability Cloud has not been changed to send alert notifications to a different Microsoft Teams channel.
124+
#. In the Microsoft Teams Workflows app, select the :strong:`Create` tab.
125+
#. Find and select the :strong:`Post to a channel when a webhook request is received` template.
126+
#. Enter a descriptive name for the workflow.
127+
#. Add a team and channel for your workflow.
128+
#. Select :guilabel:`Add workflow`. Microsoft Teams generates a URL to make a POST request to.
129+
#. Select the :strong:`Copy to Clipboard` icon to copy the webhook POST URL for use in :ref:`microsoftteams2`.
130+
#. Select :guilabel:`Done`.
129131

130-
* Verify that the Microsoft Teams notification service integration is still the alert recipient on the detector in Splunk Observability Cloud.
132+
#. Edit existing Microsoft Teams integration configurations in Splunk Observability Cloud:
131133

132-
* Verify that the Splunk Observability Cloud detector's alert rules have not changed, causing it to send alert notifications for different reasons.
134+
#. From the Splunk Observability Cloud home page, go to the :strong:`Data Management` page.
135+
#. Find the Microsoft Teams connection you want to edit.
136+
#. In the :guilabel:`Webhook URL` field, replace the existing URL with the webhook POST URL you copied from the Microsoft Teams Workflows app.
137+
#. Select :guilabel:`Save`.

0 commit comments

Comments
 (0)