Skip to content

Commit ee31e2b

Browse files
committed
update
1 parent 50ed08b commit ee31e2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use deployment scripts in Resource Manager template| Microsoft Docs
2+
title: Use deployment scripts in templates | Microsoft Docs
33
description: use deployment scripts in Azure Resource Manager templates.
44
services: azure-resource-manager
55
author: mumian

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Learn how to create an Azure Resource Manager template to deploy multiple resour
1313

1414
In this tutorial, you create a storage account, a virtual machine, a virtual network, and some other dependent resources. Some of the resources cannot be deployed until another resource exists. For example, you can't create the virtual machine until its storage account and network interface exist. You define this relationship by making one resource as dependent on the other resources. Resource Manager evaluates the dependencies between resources, and deploys them in their dependent order. When resources aren't dependent on each other, Resource Manager deploys them in parallel. For more information, see [Define the order for deploying resources in Azure Resource Manager Templates](./define-resource-dependency.md).
1515

16-
![resource manager template dependent resources deployment order diagram](./media/template-tutorial-create-templates-with-dependent-resources/resource-manager-template-dependent-resources-diagram.png)
16+
![Resource Manager template dependent resources deployment order diagram](./media/template-tutorial-create-templates-with-dependent-resources/resource-manager-template-dependent-resources-diagram.png)
1717

1818
This tutorial covers the following tasks:
1919

articles/azure-resource-manager/templates/template-tutorial-deployment-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Azure Resource Manager template deployment scripts | Microsoft Docs
2+
title: Use template deployment scripts | Microsoft Docs
33
description: Learn how to use deployment scripts in Azure Resource Manager templates.
44
services: azure-resource-manager
55
documentationcenter: ''

0 commit comments

Comments
 (0)