Skip to content

Commit f881519

Browse files
cleanup prereqs a bit
1 parent c2a330d commit f881519

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ The Microsoft Sentinel repositories feature provides a central experience for th
2727
Microsoft Sentinel repositories require careful planning to ensure you have the proper permissions from your workspace to the repository (repo) you want connected.
2828

2929
- Only connections to GitHub and Azure DevOps repositories are supported.
30-
- Contributor access to the repository is required.
30+
- Collaborator access to your GitHub repository or Project Administrator access to your Azure DevOps repository is required.
3131
- The Microsoft Sentinel application needs authorization to your repo.
3232
- Actions must be enabled for GitHub.
3333
- Pipelines must be enabled for Azure DevOps.
34-
- An Azure DevOps connection must be in the same tenant as your Microsoft Sentinel workspace
34+
- An Azure DevOps connection must be in the same tenant as your Microsoft Sentinel workspace.
3535

3636
Creating a connection to a repository requires an **Owner** role in the resource group that contains your Microsoft Sentinel workspace. If you're unable to use the Owner role in your environment, use the combination of **User Access Administrator** and **Sentinel Contributor** roles to create the connection.
3737

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ There are two primary ways to customize the deployment of your repository conten
2929
> 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.
3030
3131

32-
## Prerequisites and scope
32+
## Prerequisites
3333

34-
Microsoft Sentinel supports connections to GitHub and Azure DevOps repositories. Before connecting your Microsoft Sentinel workspace to your source control repository, make sure that you have:
34+
In order to customize a repositories deployment, a repository connection must exist. For more information on creating the connection, see [Deploy custom content from your repository](ci-cd.md#prerequisites).
35+
After the connection is made, the following prerequisites apply:
3536

36-
- An **Owner** role in the resource group that contains your Microsoft Sentinel workspace *or* a combination of **User Access Administrator** and **Sentinel Contributor** roles to create the connection
3737
- Collaborator access to your GitHub repository or Project Administrator access to your Azure DevOps repository
3838
- Actions enabled for GitHub and Pipelines enabled for Azure DevOps
3939
- Ensure custom content files you want to deploy to your workspaces are in a supported format. For supported formats, see [Plan your repository content](ci-cd-custom-content.md#plan-your-repository-content).
4040

41-
For more information, see [Validate your content](ci-cd-custom-content.md#validate-your-content).
41+
For more information on deployable content types, see [Validate your content](ci-cd-custom-content.md#validate-your-content).
4242

4343
## Customize the workflow or pipeline
4444

articles/sentinel/ci-cd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When creating custom content, you can manage it from your own Microsoft Sentinel
2424
> - 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 additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2525
> - [!INCLUDE [unified-soc-preview](includes/unified-soc-preview-without-alert.md)]
2626
27-
## Prerequisites and scope
27+
## Prerequisites
2828

2929
Microsoft Sentinel currently supports connections to GitHub and Azure DevOps repositories. Before connecting your Microsoft Sentinel workspace to your source control repository, make sure that you have:
3030

@@ -35,7 +35,7 @@ Microsoft Sentinel currently supports connections to GitHub and Azure DevOps rep
3535
- An Azure DevOps connection must be in the same tenant as your Microsoft Sentinel workspace
3636
- Ensure custom content files you want to deploy to your workspaces are in a supported format. For supported formats, see [Plan your repository content](ci-cd-custom-content.md#plan-your-repository-content).
3737

38-
For more information, see [Validate your content](ci-cd-custom-content.md#validate-your-content).
38+
For more information on deployable content types, see [Validate your content](ci-cd-custom-content.md#validate-your-content).
3939

4040
## Connect a repository
4141

0 commit comments

Comments
 (0)