Skip to content

Commit 50ed08b

Browse files
committed
update
1 parent e6505f2 commit 50ed08b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 01/09/2020
99
ms.author: jgao
1010

1111
---
12-
# Use deployment scripts in Azure Resource Manager templates (Preview)
12+
# Use deployment scripts in templates (Preview)
1313

1414
Learn how to use deployment scripts in Azure Resource templates. With a new resource type called `Microsoft.Resources/deploymentScripts`, users can execute deployment scripts in template deployments and review execution results. These scripts can be used for performing custom steps such as:
1515

@@ -91,7 +91,8 @@ The following json is an example. The latest template schema can be found [here
9191
}
9292
```
9393

94-
Note the previous example is for demonstration purpose. **scriptContent** and **primaryScriptUris** can't coexist in a template.
94+
> [!NOTE]
95+
> The example is for demonstration purpose. **scriptContent** and **primaryScriptUris** can't coexist in a template.
9596
9697
Property value details:
9798

0 commit comments

Comments
 (0)