Skip to content

Commit 66d4b81

Browse files
merge comments from PM and diag
1 parent 09915b9 commit 66d4b81

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Once the workflow or pipeline is triggered, the deployment supports the followin
9393
- exclude content from deployment
9494
- specify ARM template parameter files
9595

96-
These options are available through a feature of the PowerShell deployment script called from the workflow or pipeline. For more details on how to implement these customizations, see [Customize repository deployments](ci-cd-custom-deploy.md#customize-the-deployment).
96+
These options are available through a feature of the PowerShell deployment script called from the workflow or pipeline. For more details on how to implement these customizations, see [Customize repository deployments](ci-cd-custom-deploy.md#customize-your-connection-configuration).
9797

9898

9999
## Next steps

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ For more information, see [Validate your content](ci-cd-custom-content.md#valida
3636

3737
## Customize the workflow or pipeline
3838

39-
Smart deployments are enabled here by default. This ensures only content that has been modified since the last deployment, based on commits to the repository, is deployed to Sentinel. Customization for the workflow or pipeline is defined in a .yml file.
39+
The default workflow only deploys content that has been modified since the last deployment based on commits to the repository. But you may want to turn off smart deployments or perform other customizations. For example, you can configure different deployment triggers, or deploy content exclusively from a specific root folder.
4040

41-
Select one of the following tabs depending on your repository connection type:
41+
Select one of the following tabs depending on your connection type:
4242

4343
# [GitHub](#tab/github)
4444

articles/sentinel/ci-cd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ After the deployment is complete:
111111

112112
:::image type="content" source="media/ci-cd/deployment-logs-status.png" alt-text="Screenshot of a GitHub repository connection's deployment logs.":::
113113

114+
The default workflow only deploys content that has been modified since the last deployment based on commits to the repository. But you may want to turn off smart deployments or perform other customizations. For example, you can configure different deployment triggers, or deploy content exclusively from a specific root folder. To learn more about how this is done visit [customize repository deployments](ci-cd-custom-deploy.md).
115+
114116
## Edit content
115117

116118
When you successfully create a connection to your source control repository, your content is deployed to Sentinel. We recommend that you edit content stored in a connected repository *only* in the repository, and not in Microsoft Sentinel. For example, to make changes to your analytics rules, do so directly in GitHub or Azure DevOps.

0 commit comments

Comments
 (0)