Skip to content

Commit 1bf6ed5

Browse files
committed
update
1 parent 4c7dae7 commit 1bf6ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/template-tutorial-use-conditions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Here is the procedure to make the changes:
129129

130130
## Deploy the template
131131

132-
Follow the instructions in [Deploy the template](./template-tutorial-create-templates-with-dependent-resources.md#deploy-the-template) to open the Cloud shell and upload the revised template, and then run the following PowerShell script to deploy the template.
132+
Follow the instructions in [Deploy the template](./template-tutorial-create-templates-with-dependent-resources.md#deploy-the-template) to open the Cloud Shell and upload the revised template, and then run the following PowerShell script to deploy the template.
133133

134134
> [!IMPORTANT]
135135
> The storage account name must be unique across Azure. The name must have only lowercase letters or numbers. It can be no longer than 24 characters. The storage account name is the project name with "store" appended. Make sure the project name meets the storage account name requirements.
@@ -163,7 +163,7 @@ Try making another deployment with **newOrExisting** set to "existing" and speci
163163

164164
## Clean up resources
165165

166-
When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group. To delete the resource group, select **Try it** to open the Cloud shell. To paste the PowerShell script, right-click the shell pane, and then select **Paste**.
166+
When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group. To delete the resource group, select **Try it** to open the Cloud Shell. To paste the PowerShell script, right-click the shell pane, and then select **Paste**.
167167

168168
```azurepowershell-interactive
169169
$resourceGroupName = Read-Host -Prompt "Enter the same resource group name you used in the last procedure"

0 commit comments

Comments
 (0)