Skip to content

Commit afcf306

Browse files
committed
fix terms
1 parent 1be837b commit afcf306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The following template has one resource defined with the `Microsoft.Resources/de
132132
133133
The script takes one parameter, and output the parameter value. **DeploymentScriptOutputs** is used for storing outputs. In the outputs section, the **value** line shows how to access the stored values. `Write-Output` is used for debugging purpose. To learn how to access the output file, see [Debug deployment scripts](#debug-deployment-scripts). For the property descriptions, see [Sample template](#sample-template).
134134

135-
To run the script, select **Try it** to open the cloud shell, and then paste the following code into the shell pane.
135+
To run the script, select **Try it** to open Azure Cloud Shell, and then paste the following code into the shell pane.
136136

137137
```azurepowershell-interactive
138138
$resourceGroupName = Read-Host -Prompt "Enter the name of the resource group to be created"

0 commit comments

Comments
 (0)