Skip to content

Commit cf79955

Browse files
committed
update
1 parent 3e04156 commit cf79955

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ Azure QuickStart Templates is a repository for Resource Manager templates. Inste
5656
When you explore the template in this section, try to answer these questions:
5757

5858
- 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?
6161
- Can you find the dependencies of the resources?
6262

6363
1. From Visual Studio Code, collapse the elements until you only see the first-level elements and the second-level elements inside **resources**:
6464

6565
![Visual Studio Code Azure Resource Manager templates](./media/resource-manager-tutorial-create-templates-with-dependent-resources/resource-manager-template-visual-studio-code.png)
6666

6767
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.
7171
5. Expand the fourth resource:
7272

7373
![Visual Studio Code Azure Resource Manager templates dependson](./media/resource-manager-tutorial-create-templates-with-dependent-resources/resource-manager-template-visual-studio-code-dependson.png)

0 commit comments

Comments
 (0)