You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. 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.
53
+
```
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.
58
58
59
59
```json
60
60
{
@@ -79,4 +79,8 @@ In a Security Operations Center (SOC), Microsoft Sentinel Workbooks are used to
79
79
"subtitle": "",
80
80
81
81
"provider": "Your company name"//Name of the company/author who owns the workbook and is responsible for providing support
82
-
}
82
+
}
83
+
```
84
+
## Related content
85
+
86
+
[Pubish Microsoft Sentinel solutions](/azure/sentinel/publish-sentinel-solutions)
0 commit comments