Skip to content

Commit db0764c

Browse files
Merge pull request #303061 from mumian/0718-deployment-uri
ARM templates - templateLink
2 parents ab261be + 8eaa0e5 commit db0764c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Template functions - deployment
33
description: Describes the functions to use in an Azure Resource Manager template (ARM template) to retrieve deployment information.
44
ms.topic: reference
55
ms.custom: devx-track-arm-template
6-
ms.date: 06/18/2025
6+
ms.date: 07/21/2025
77
---
88

99
# Deployment functions for ARM templates
@@ -107,7 +107,7 @@ When deploying a local template to a resource group: the function returns the fo
107107
}
108108
```
109109

110-
When deploying a remote template to a resource group: the function returns the following format:
110+
If the template is remote, the `templateLink` property is included in the returned object. The `templateLink` property contains the URI of the template. The format is:
111111

112112
```json
113113
{
@@ -132,6 +132,8 @@ When deploying a remote template to a resource group: the function returns the f
132132
}
133133
```
134134

135+
For more information, see [Using variables to link templates](./linked-templates.md#using-variables-to-link-templates).
136+
135137
When deploying a template spec to a resource group: the function returns the following format:
136138

137139
```json

0 commit comments

Comments
 (0)