Skip to content

Commit c88e366

Browse files
committed
updated articles about using JSON template
1 parent a86666a commit c88e366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/automation/automation-update-management-deploy-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The following parameters in the template are set with a default value for the Lo
229229
}
230230
```
231231

232-
2. Edit the template to meet your requirements.
232+
2. Edit the template to meet your requirements. Consider creating a [Resource Manager parameters file](../../azure-resource-manager/templates/parameter-files.md) instead of passing parameters as inline values.
233233

234234
3. Save this file as deployUMSolutiontemplate.json to a local folder.
235235

articles/azure-monitor/platform/template-workspace-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ For capacity reservation, you define a selected capacity reservation for ingesti
146146
>"name": "CapacityReservation",
147147
>"capacityReservationLevel": 100
148148

149-
2. Edit the template to meet your requirements. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/workspaces) reference to learn what properties and values are supported.
149+
2. Edit the template to meet your requirements. Consider creating a [Resource Manager parameters file](../../azure-resource-manager/templates/parameter-files.md) instead of passing parameters as inline values. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/workspaces) reference to learn what properties and values are supported.
150150

151151
3. Save this file as **deploylaworkspacetemplate.json** to a local folder.
152152

0 commit comments

Comments
 (0)