Skip to content

Commit fe3fd5b

Browse files
committed
Update sentinel-solutions-deploy.md
1 parent 1e66bc2 commit fe3fd5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/sentinel/sentinel-solutions-deploy.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,17 @@ Content hub supports a list view in addition to the default card view. Select th
124124

125125
1. Select **Manage** for each solution you installed. Content types within the solution might require more information for you to configure. For more information, see [Enable content items in a solution](#enable-content-items-in-a-solution).
126126

127+
## Install packages and templates using the API
127128

129+
If you're using the API to install solution packages or individual templates, follow these steps:
130+
131+
1. Retrieve the solution package or template:
132+
- To retrieve a package, use the [Get Product Package API](https://learn.microsoft.com/rest/api/securityinsights/product-package/get).
133+
- To retrieve an individual template, use the [Get Product Template API](https://learn.microsoft.com/rest/api/securityinsights/product-template/get).
134+
135+
2. In the API response, locate the `properties.mainTemplate` field. This field contains the ARM template JSON that defines the solution or template resources.
136+
137+
3. Deploy the extracted `mainTemplate` using an [ARM template deployment](https://learn.microsoft.com/azure/azure-resource-manager/templates/deploy-template), either through the Azure portal, Azure CLI, or PowerShell.
128138

129139
## Enable content items in a solution
130140

0 commit comments

Comments
 (0)