Skip to content

Commit f4060d6

Browse files
committed
fixed build issues
1 parent 91d965e commit f4060d6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article explains custom Sentinel content like GitHub or Azure
55
author: mberdugo
66
ms.author: monaberdugo
77
ms.service: microsoft-sentinel
8-
ms.topic: conceptual
8+
ms.topic: article
99
ms.date: 12/31/2024
1010
ms.custom:
1111
- template-concept
@@ -81,7 +81,7 @@ Although you can build templates from scratch, it's often easier to start from e
8181
| **Automation rules**| N/A | [Export feature](/azure/sentinel/import-export-automation-rules#export-rules) or [PowerShell scripts](https://github.com/garybushey/MicrosoftSentinelAutomation/tree/main) | [Reference](/azure/templates/microsoft.securityinsights/2025-03-01/automationrules) | N/A |
8282
| **Hunting queries**| [PowerShell script](https://github.com/SentinelCICD/RepositoriesSampleContent/blob/main/Hunting/ConvertHuntingQueryFromYamlToArm.ps1) | [Azure CLI commands](/cli/azure/monitor/log-analytics/workspace/saved-search?view=azure-cli-latest) | [Reference](/azure/templates/microsoft.operationalinsights/2020-08-01/workspaces/savedsearches) | [Sample Content](https://github.com/SentinelCICD/RepositoriesSampleContent) |
8383
| **Parsers** | [ASIM PowerShell script](https://github.com/Azure/Azure-Sentinel/tree/master/ASIM/dev/ASimYaml2ARM) | [Azure CLI commands](/cli/azure/monitor/log-analytics/workspace/saved-search?view=azure-cli-latest) | [Reference](/azure/templates/microsoft.operationalinsights/2020-08-01/workspaces/savedsearches) | [Templates](https://github.com/Azure/Azure-Sentinel/tree/master/Tools/ARM-Templates/ParserQuery) |
84-
| **Playbooks** | N/A | [PowerShell utility](https://github.com/Azure/Azure-Sentinel/tree/master/Tools/Playbook-ARM-Template-Generator) | [Reference](azure/logic-apps/logic-apps-azure-resource-manager-templates-overview) | N/A |
84+
| **Playbooks** | N/A | [PowerShell utility](https://github.com/Azure/Azure-Sentinel/tree/master/Tools/Playbook-ARM-Template-Generator) | [Reference](/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview) | N/A |
8585
| **Workbooks** | N/A | [Exporting workbooks as ARM templates](/azure/azure-monitor/visualize/workbooks-automate#arm-template-for-deploying-a-workbook-template) | [Reference](/azure/azure-monitor/visualize/workbooks-automate#arm-template-for-deploying-a-workbook-template) | N/A |
8686

8787

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ After the connection is made, the following prerequisites apply:
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 on deployable content types, see [Validate your content](ci-cd-custom-content.md#validate-your-content).
41+
For more information on deployable content types, see [Plan your repository content](ci-cd-custom-content.md#plan-your-repository-content).
4242

4343
## Customize the workflow or pipeline
4444

articles/sentinel/ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Microsoft Sentinel currently supports connections to GitHub and Azure DevOps rep
4545

4646
---
4747

48-
For more information on deployable content types, see [Validate your content](ci-cd-custom-content.md#validate-your-content).
48+
For more information on deployable content types, see [Plan your repository content](ci-cd-custom-content.md#plan-your-repository-content).
4949

5050
## Connect a repository
5151

0 commit comments

Comments
 (0)