Skip to content

Commit 9591a63

Browse files
committed
Final
1 parent 6fc8da5 commit 9591a63

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

articles/sentinel/import-export-automation-rules.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,29 @@ description: Export and import automation rules to and from ARM templates to aid
44
author: yelevin
55
ms.author: yelevin
66
ms.topic: how-to
7-
ms.date: 06/18/2023
7+
ms.date: 08/07/2024
8+
appliesto:
9+
- Microsoft Sentinel in the Azure portal
10+
- Microsoft Sentinel in the Microsoft Defender portal
11+
ms.collection: usx-security
812
---
913

1014
# Export and import automation rules to and from ARM templates
1115

12-
> [!IMPORTANT]
13-
>
14-
> - Exporting and importing rules is in **PREVIEW**. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
15-
16-
## Introduction
17-
1816
Manage your Microsoft Sentinel automation rules as code! You can now export your automation rules to Azure Resource Manager (ARM) template files, and import rules from these files, as part of your program to manage and control your Microsoft Sentinel deployments as code. The export action creates a JSON file in your browser's downloads location, that you can then rename, move, and otherwise handle like any other file.
1917

2018
The exported JSON file is workspace-independent, so it can be imported to other workspaces and even other tenants. As code, it can also be version-controlled, updated, and deployed in a managed CI/CD framework.
2119

2220
The file includes all the parameters defined in the automation rule. Rules of any trigger type can be exported to a JSON file.
2321

22+
This article shows you how to export and import automation rules.
23+
24+
> [!IMPORTANT]
25+
>
26+
> - Exporting and importing rules is in **PREVIEW**. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
27+
>
28+
> - [!INCLUDE [unified-soc-preview](includes/unified-soc-preview-without-alert.md)]
29+
2430
## Export rules
2531

2632
1. From the Microsoft Sentinel navigation menu, select **Automation**.

0 commit comments

Comments
 (0)