Skip to content

Commit 3c72302

Browse files
authored
Update ci-cd-custom-content.md
------- cc: @austinmccollum
1 parent c22a5fe commit 3c72302

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ A sample repository is available with ARM templates for each of the content type
6262

6363
## Improve performance with smart deployments
6464

65+
> [!TIP]
66+
> To ensure smart deployments works in GitHub, Workflows must have read and write permissions on your repositoriy. See [Managing GitHub Actions settings for a repository](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository) for more details.
67+
>
68+
6569
The **smart deployments** feature is a back-end capability that improves performance by actively tracking modifications made to the content files of a connected repository. It uses a CSV file within the '.sentinel' folder in your repository to audit each commit. The workflow avoids redeploying content that hasn't been modified since the last deployment. This process improves your deployment performance and prevents tampering with unchanged content in your workspace, such as resetting dynamic schedules of your analytics rules.
6670

6771
Smart deployments are enabled by default on newly created connections. If you prefer all source control content to be deployed every time a deployment is triggered, regardless of whether that content was modified or not, you can modify your workflow to disable smart deployments. For more information, see [Customize the workflow or pipeline](ci-cd-custom-deploy.md#customize-the-workflow-or-pipeline).
@@ -102,4 +106,4 @@ Get more examples and step by step instructions on deploying Microsoft Sentinel
102106

103107
- [Deploy custom content from your repository](ci-cd.md)
104108
- [Sentinel CICD sample repository](https://github.com/SentinelCICD/RepositoriesSampleContent)
105-
- [Automate Sentinel integration with DevOps](/azure/architecture/example-scenario/devops/automate-sentinel-integration#microsoft-sentinel-repositories)
109+
- [Automate Sentinel integration with DevOps](/azure/architecture/example-scenario/devops/automate-sentinel-integration#microsoft-sentinel-repositories)

0 commit comments

Comments
 (0)