Skip to content

Commit a2bbfa1

Browse files
update prereqs to point to conceptual for supported formats
1 parent 159862e commit a2bbfa1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@ There are two primary ways to customize the deployment of your repository conten
2727

2828
## Prerequisites and scope
2929

30-
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:
30+
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:
3131

3232
- 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
3333
- Collaborator access to your GitHub repository or Project Administrator access to your Azure DevOps repository
3434
- Actions enabled for GitHub and Pipelines enabled for Azure DevOps
35-
- Ensure custom content files you want to deploy to your workspaces are in relevant [Azure Resource Manager (ARM) templates](../azure-resource-manager/templates/index.yml)
35+
- 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).
3636

3737
For more information, see [Validate your content](ci-cd-custom-content.md#validate-your-content).
3838

39-
4039
## Customize the workflow or pipeline
4140

4241
The default workflow only deploys content modified since the last deployment, based on commits to the repository. But you may need other customizations such as to configure different deployment triggers, or to deploy content exclusively from a specific root folder.

articles/sentinel/ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Microsoft Sentinel currently supports connections to GitHub and Azure DevOps rep
3232
- Collaborator access to your GitHub repository or Project Administrator access to your Azure DevOps repository
3333
- Actions enabled for GitHub and Pipelines enabled for Azure DevOps
3434
- Third-party application access via OAuth enabled for Azure DevOps [application connection policies](/azure/devops/organizations/accounts/change-application-access-policies#manage-a-policy).
35-
- Ensure custom content files you want to deploy to your workspaces are in relevant [Azure Resource Manager (ARM) templates](../azure-resource-manager/templates/index.yml).
35+
- 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).
3636

3737
For more information, see [Validate your content](ci-cd-custom-content.md#validate-your-content).
3838

0 commit comments

Comments
 (0)