Skip to content

Commit fdadc11

Browse files
author
Anil Godavarthy
committed
Fixing Acrolinx issues
1 parent 2a27b45 commit fdadc11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sentinel/sentinel-workbook-creation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ In a Security Operations Center (SOC), Microsoft Sentinel Workbooks are used to
5151
"fromTemplateId": "sentinel-MyNewWorkbook",
5252
"$schema": "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json"
5353
```
54-
3. Save the JSON file and upload it to the **Workbooks** folder under your solution repositoryn in GitHub. If the Workbooks folder does not exist, create it.
55-
1. Capture two screenshots of your workbook - one each in dark and light themes> These will be used as preview images for your workbook. Please be consistent with the filename conventions - the dark theme filename should contain the word "black" and the light theme image should contain the word "white". Upload these images to https://github.com/Azure/Azure-Sentinel/tree/master/Workbooks/Images/Preview
56-
1. You can optionally add a logo that would be displayed in the Workbook. Upload the logo to https://github.com/Azure/Azure-Sentinel/tree/master/Workbooks/Images/Logos folder in GitHub. The logo should be in SVG format. If a logo is not provided, the default Microsoft Sentinel logo will be displayed.
57-
1. Add the below section for your workbook in the https://github.com/Azure/Azure-Sentinel/blob/master/Workbooks/WorkbooksMetadata.json file. This file contains metadata for all the workbooks in the Azure Sentinel gallery. For more details, you can look at the existing entries in the file.
54+
3. Save the JSON file and upload it to the **Workbooks** folder under your solution repository in GitHub. If the Workbooks folder doesn't exist, create it.
55+
1. Capture two screenshots of your workbook - one each in dark and light themes. The images are used as preview images for your workbook. Be consistent with the filename conventions - the dark theme filename should contain the word "black" and the light theme image should contain the word "white." Upload these images to https://github.com/Azure/Azure-Sentinel/tree/master/Workbooks/Images/Preview
56+
1. You can optionally add a logo that would be displayed in the Workbook. Upload the logo to https://github.com/Azure/Azure-Sentinel/tree/master/Workbooks/Images/Logos folder in GitHub. The logo should be in SVG format. If a logo isn't provided, the default Microsoft Sentinel logo is displayed.
57+
1. Add this section for your workbook in the https://github.com/Azure/Azure-Sentinel/blob/master/Workbooks/WorkbooksMetadata.json file. This file contains metadata for all the workbooks in the Microsoft Sentinel gallery. For more details, you can look at the existing entries in the file.
5858

5959
```json
6060
{
@@ -83,4 +83,4 @@ In a Security Operations Center (SOC), Microsoft Sentinel Workbooks are used to
8383
```
8484
## Related content
8585

86-
[Pubish Microsoft Sentinel solutions](/azure/sentinel/publish-sentinel-solutions)
86+
[Publish Microsoft Sentinel solutions](/azure/sentinel/publish-sentinel-solutions)

0 commit comments

Comments
 (0)