Skip to content

Commit c30c3af

Browse files
committed
update
1 parent cf79955 commit c30c3af

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ When you explore the template in this section, try to answer these questions:
6666

6767
There are five resources defined by the template.
6868
2. Expand the first resource. It is a storage account. The definition shall be identical to the one used at the begining of the last tutorial.
69+
70+
![Visual Studio Code Azure Resource Manager templates storage account definition](./media/resource-manager-tutorial-create-templates-with-dependent-resources/resource-manager-template-storage-account-definition.png)
71+
6972
3. Expand the second resource. The resource type is **Microsoft.Network/publicIPAddresses**. To find the template reference, browse to [template reference](https://docs.microsoft.com/en-us/azure/templates/), enter **public ip address** or **public ip addresses** in the **Filter by title** field. Compare the resource definition to the template reference.
73+
74+
![Visual Studio Code Azure Resource Manager templates public IP address definition](./media/resource-manager-tutorial-create-templates-with-dependent-resources/resource-manager-template-public-ip-address-definition.png)
7075
4. Repeat the last step to find the template references for the other resources defined in this template. Compare the resource definitions to the references.
7176
5. Expand the fourth resource:
7277

0 commit comments

Comments
 (0)