You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/resource-manager-tutorial-create-templates-with-dependent-resources.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,18 +56,18 @@ Azure QuickStart Templates is a repository for Resource Manager templates. Inste
56
56
When you explore the template in this section, try to answer these questions:
57
57
58
58
- How many Azure resources defined in this template?
59
-
- One of the resources is an Azure storage account. Does the schema look like the one used in the last tutorial?
60
-
- Can you find the schema reference for the resources defined in this template?
59
+
- One of the resources is an Azure storage account. Does the definition look like the one used in the last tutorial?
60
+
- Can you find the template references for the resources defined in this template?
61
61
- Can you find the dependencies of the resources?
62
62
63
63
1. From Visual Studio Code, collapse the elements until you only see the first-level elements and the second-level elements inside **resources**:
64
64
65
65

66
66
67
67
There are five resources defined by the template.
68
-
2. Expand the first resource. It is a storage account. The schema shall be identical to the one used in the last tutorial.
69
-
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.
70
-
4. Repeat the last step to find the template reference for the other resources defined in this schema. Compare the resource definition to the reference.
68
+
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
+
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.
70
+
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.
71
71
5. Expand the fourth resource:
72
72
73
73

0 commit comments