Skip to content

Commit a334585

Browse files
Merge pull request #235937 from mumian/0426-deployment-scope
link to deployment scope
2 parents 7ab02c2 + e3b8513 commit a334585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/linked-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Link templates for deployment
33
description: Describes how to use linked templates in an Azure Resource Manager template (ARM template) to create a modular template solution. Shows how to pass parameters values, specify a parameter file, and dynamically created URLs.
44
ms.topic: conceptual
5-
ms.date: 01/06/2022
5+
ms.date: 04/26/2023
66
ms.custom: devx-track-azurepowershell, devx-track-arm-template
77
---
88

@@ -17,7 +17,7 @@ For a tutorial, see [Tutorial: Deploy a linked template](./deployment-tutorial-l
1717
> [!NOTE]
1818
> For linked or nested templates, you can only set the deployment mode to [Incremental](deployment-modes.md). However, the main template can be deployed in complete mode. If you deploy the main template in the complete mode, and the linked or nested template targets the same resource group, the resources deployed in the linked or nested template are included in the evaluation for complete mode deployment. The combined collection of resources deployed in the main template and linked or nested templates is compared against the existing resources in the resource group. Any resources not included in this combined collection are deleted.
1919
>
20-
> If the linked or nested template targets a different resource group, that deployment uses incremental mode.
20+
> If the linked or nested template targets a different resource group, that deployment uses incremental mode. For more information, see [Deployment Scope](./deploy-to-resource-group.md#deployment-scopes).
2121
>
2222
2323
> [!TIP]

0 commit comments

Comments
 (0)