Skip to content

Commit a1e5159

Browse files
committed
update
1 parent a2197b2 commit a1e5159

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

articles/azure-resource-manager/templates/template-tutorial-create-templates-with-dependent-resources.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,9 @@ By specifying the dependencies, Resource Manager efficiently deploys the solutio
113113

114114
## Deploy the template
115115

116-
There are many methods for deploying templates. In this tutorial, you use Cloud Shell from the Azure portal.
116+
1. 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.
117117

118-
1. Sign in to the [Cloud Shell](https://shell.azure.com).
119-
1. Select **PowerShell** from the upper left corner of the Cloud Shell, and then select **Confirm**. You use PowerShell in this tutorial.
120-
1. Select **Upload file** from the Cloud Shell:
121-
122-
![Azure portal Cloud Shell upload file](./media/template-tutorial-create-templates-with-dependent-resources/azure-portal-cloud-shell-upload-file.png)
123-
1. Select the template you saved earlier in the tutorial. The default name is **azuredeploy.json**. If you have a file with the same file name, the old file is overwritten without any notification.
124-
125-
You can optionally use the **ls $HOME** command and the **cat $HOME/azuredeploy.json** command to verify the files are uploaded successfully.
126-
127-
1. From the Cloud Shell, run the following PowerShell commands. To increase security, use a generated password for the virtual machine administrator account. See [Prerequisites](#prerequisites).
118+
1. Run the following PowerShell script to deploy the template.
128119

129120
```azurepowershell
130121
$projectName = Read-Host -Prompt "Enter a project name that is used to generate resource group name"

0 commit comments

Comments
 (0)