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-group-template-functions-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: Template functions - deployment
3
3
description: Describes the functions to use in an Azure Resource Manager template to retrieve deployment information.
4
4
ms.topic: conceptual
5
-
ms.date: 11/19/2019
5
+
ms.date: 11/27/2019
6
6
---
7
7
# Deployment functions for Azure Resource Manager templates
8
8
9
-
Resource Manager provides the following functions for getting values from sections of the template and values related to the deployment:
9
+
Resource Manager provides the following functions for getting values related to the current deployment:
10
10
11
11
*[deployment](#deployment)
12
12
*[environment](#environment)
@@ -135,7 +135,7 @@ Returns information about the Azure environment used for deployment.
135
135
136
136
### Return value
137
137
138
-
This function returns properties for the current Azure environment.
138
+
This function returns properties for the current Azure environment. The following example shows the properties for global Azure. Sovereign clouds may return slightly different properties.
0 commit comments