Skip to content

Commit 84ae85b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sentinel/sentinel-solutions-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ Content hub supports a list view in addition to the default card view. Select th
129129
If you're using the API to install solution packages or individual templates, follow these steps:
130130

131131
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).
132+
- To retrieve a package, use the [Get Product Package API](/rest/api/securityinsights/product-package/get).
133+
- To retrieve an individual template, use the [Get Product Template API](/rest/api/securityinsights/product-template/get).
134134

135135
2. In the API response, locate the `properties.mainTemplate` field. This field contains the ARM template JSON that defines the solution or template resources.
136136

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.
137+
3. Deploy the extracted `mainTemplate` using an [ARM template deployment](/azure/azure-resource-manager/templates/deploy-template), either through the Azure portal, Azure CLI, or PowerShell.
138138

139139
## Enable content items in a solution
140140

0 commit comments

Comments
 (0)