Skip to content

Commit f777444

Browse files
Merge pull request #313899 from mberdugo/RepositoriesGA
Sentinel repositories - GA
2 parents ffe7a0f + 1c6ff6b commit f777444

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@ ms.collection: usx-security
1919

2020
---
2121

22-
# Manage content as code with Microsoft Sentinel repositories (preview)
22+
# Manage content as code with Microsoft Sentinel repositories
2323

2424
Microsoft Sentinel repositories let you deploy and manage custom Sentinel content from an external source control repository for continuous integration/continuous delivery (CI/CD). This automation removes the need for 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.
2525

2626
For more information on Sentinel content, see [About Microsoft Sentinel content and solutions](sentinel-solutions.md).
2727

28-
> [!IMPORTANT]
29-
> 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.
30-
3128
## How Microsoft Sentinel repositories work
3229

3330
You can deploy these Microsoft Sentinel custom content types from an external source control repository you connect to Microsoft Sentinel:
@@ -56,7 +53,6 @@ Creating a connection to a repository requires an **Owner** role in the resource
5653

5754
If you find content in a public repository where you aren't a contributor, first import, fork, or clone the content to a repo where you're a contributor. Then connect your repo to your Microsoft Sentinel workspace. For more information, see [Deploy custom content from your repository](ci-cd.md).
5855

59-
6056
### Maximum connections and deployments
6157

6258
- Each Microsoft Sentinel workspace is currently limited to **five repository connections**.
@@ -112,9 +108,10 @@ Smart deployments are enabled by default on newly created connections. If you pr
112108

113109
Consider the following customization options when deploying content with Microsoft Sentinel repositories.
114110

115-
#### Customize the workflow or pipeline
111+
### Customize the workflow or pipeline
116112

117113
Customize the workflow or pipeline in one of the following ways:
114+
118115
- configure different deployment triggers
119116
- deploy content only from a specific root folder for a given workspace
120117
- schedule the workflow to run periodically
@@ -123,9 +120,10 @@ Customize the workflow or pipeline in one of the following ways:
123120

124121
These customizations are defined in a .yml file specific to your workflow or pipeline. For more information on how to implement, see [Customize repository deployments](ci-cd-custom-deploy.md#customize-the-workflow-or-pipeline)
125122

126-
#### Customize the deployment
123+
### Customize the deployment
127124

128125
Once the workflow or pipeline is triggered, the deployment supports the following scenarios:
126+
129127
- prioritize content to be deployed before the rest of the repo content
130128
- exclude content from deployment
131129
- specify ARM template parameter files
@@ -137,7 +135,7 @@ These options are available through a feature of the PowerShell deployment scrip
137135
For information on managing Microsoft Sentinel repositories using the API, see the [Source Control](/rest/api/securityinsights/source-control) and [Source Controls](/rest/api/securityinsights/source-controls) actions in the Microsoft Sentinel REST API.
138136

139137
> [!IMPORTANT]
140-
> Starting **June 15, 2026**, older API versions used by Microsoft Sentinel repositories will no longer be supported. If you are using APIs to create and manage repository connections, transition to API version **2025-09-01**, **2025-06-01**, or **2025-07-01-preview** before June 15, 2026 to avoid service disruption. Existing repository connections aren't affected.
138+
> Starting **June 2026**, older API versions used by Microsoft Sentinel repositories will no longer be supported. If you are using APIs to create and manage repository connections, transition to API version **2025-09-01**, **2025-06-01**, or **2025-07-01-preview** before June 15, 2026 to avoid service disruption. Existing repository connections aren't affected.
141139
142140
## Next steps
143141

articles/sentinel/whats-new.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The listed features were released in the last six months. For information about
2121
## March 2026
2222

2323
- [Call to action: update older Microsoft Sentinel content as code (Sentinel repositories) API versions before June 15, 2026](#call-to-action-update-older-microsoft-sentinel-content-as-code-sentinel-repositories-api-versions-before-june-15-2026)
24+
- Microsoft Sentinel repositories are now generally available. For more information, see [Manage content as code with Microsoft Sentinel repositories](ci-cd-custom-content.md).
2425

2526
### Call to action: update older Microsoft Sentinel content as code (Sentinel repositories) API versions before June 15, 2026
2627

0 commit comments

Comments
 (0)