Skip to content

Commit edac5e7

Browse files
add concept of DaC
1 parent 5802e06 commit edac5e7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/sentinel/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
items:
132132
- name: Overview
133133
href: ci-cd-custom-content.md
134-
- name: Deploy custom content from your repository
134+
- name: Deploy content as code from your repository
135135
href: ci-cd.md
136136
- name: Customize repository deployments
137137
href: ci-cd-custom-deploy.md

articles/sentinel/ci-cd-custom-content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ ms.collection: usx-security
1717

1818
# Manage content as code with Microsoft Sentinel repositories (public preview)
1919

20-
The Microsoft Sentinel repositories feature provides a central experience for the deployment and management of Sentinel content as code. Repositories allow connections to an external source control for continuous integration / continuous delivery (CI/CD). This automation removes the burden of manual processes to update and deploy your custom content across workspaces. For more information on Sentinel content, see [About Microsoft Sentinel content and solutions](sentinel-solutions.md).
20+
The Microsoft Sentinel repositories feature provides a central experience for the deployment and management of Sentinel content as code. Repositories allow connections to an external source control for continuous integration / continuous delivery (CI/CD). This automation removes the burden of manual processes to update and deploy your custom content across workspaces. A subset of content as code is *detections* as code (DaC). Microsoft Sentinel **Repositories** implements DaC as well.
21+
22+
For more information on Sentinel content, see [About Microsoft Sentinel content and solutions](sentinel-solutions.md).
2123

2224
> [!IMPORTANT]
2325
> The Microsoft Sentinel **Repositories** feature is currently in **PREVIEW**. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for more legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

articles/sentinel/ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.collection: usx-security
1616

1717
---
1818

19-
# Deploy custom content from your repository (Public preview)
19+
# Deploy content as code from your repository (Public preview)
2020

2121
When creating custom content, you can manage it from your own Microsoft Sentinel workspaces, or an external source control repository. This article describes how to create and manage connections between Microsoft Sentinel and GitHub or Azure DevOps repositories. Managing your content in an external repository allows you to make updates to that content outside of Microsoft Sentinel, and have it automatically deployed to your workspaces. For more information, see [Update custom content with repository connections](ci-cd-custom-content.md).
2222

0 commit comments

Comments
 (0)