This commit is contained in:
Lior Tamir 2022-05-25 09:32:33 +03:00 коммит произвёл GitHub
Родитель d663246af5
Коммит 0c1702ea76
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -1,15 +1,14 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"metadata": {
"title": "Notify When Incident Is Closed",
"description": "This playbook is utilizing new update trigger to notify person/group on Microsoft Teams/Outlook when incident is closed.",
"prerequisites": ["1. Email address to where notification will be sent to.", "2. Microsoft Teams Team ID and Channel ID (Instructions to get IDs - https://www.linkedin.com/pulse/3-ways-locate-microsoft-team-id-christopher-barber-/) or choose Team and Channel after the deployment."
"prerequisites": ["1. Email address to where notification will be sent to.", "2. (Optional) Microsoft Teams Team ID and Channel ID, or choose them in Logic Apps designer after the deployment. [Guidance to get Ids](Instructions to get IDs - https://www.linkedin.com/pulse/3-ways-locate-microsoft-team-id-christopher-barber-/)"
],
"postDeployment": ["1. Authorize Microsoft Teams and Microsoft Office 365 Outlook connectors.", "2. Add playbook as an action to the automation rule - Trigger = When incident is updated; Condition = Staus > Changed To > Closed;."
"postDeployment": ["1. Authorize Microsoft Teams and Microsoft Office 365 Outlook connectors.", "2. Add playbook as an action to the automation rule: Trigger = When incident is updated; Condition = Status Changed To Closed."
],
"prerequisitesDeployTemplateFile": "",
"lastUpdateTime": "2022-05-16T00:00:00.000Z",
"lastUpdateTime": "2022-05-30T00:00:00.000Z",
"entities": [
],
"tags": [ "notification", "incident update"