Skip to content

Commit 1c87afb

Browse files
committed
remote script integrity
1 parent c15dad2 commit 1c87afb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-resource-manager
55
author: mumian
66
ms.service: azure-resource-manager
77
ms.topic: conceptual
8-
ms.date: 04/03/2020
8+
ms.date: 04/06/2020
99
ms.author: jgao
1010

1111
---
@@ -187,6 +187,8 @@ To see an example, select [here](https://github.com/Azure/azure-docs-json-sample
187187

188188
The external script files must be accessible. To secure your script files that are stored in Azure storage accounts, see [Tutorial: Secure artifacts in Azure Resource Manager template deployments](./template-tutorial-secure-artifacts.md).
189189

190+
You are responsible for ensuring the integrity of the scripts that are referenced by deployment script, either **PrimaryScriptUri** or **SupportingScriptUris**. Reference only scripts that you trust.
191+
190192
## Use supporting scripts
191193

192194
You can separate complicated logics into one or more supporting script files. The `supportingScriptURI` property allows you to provide an array of URIs to the supporting script files if needed:

0 commit comments

Comments
 (0)