Skip to content

Commit 90e5883

Browse files
authored
Merge pull request #97348 from tfitzmac/1127key
added note about sovereign clouds
2 parents 5540612 + ba5bdb3 commit 90e5883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Template functions - deployment
33
description: Describes the functions to use in an Azure Resource Manager template to retrieve deployment information.
44
ms.topic: conceptual
5-
ms.date: 11/19/2019
5+
ms.date: 11/27/2019
66
---
77
# Deployment functions for Azure Resource Manager templates
88

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:
1010

1111
* [deployment](#deployment)
1212
* [environment](#environment)
@@ -135,7 +135,7 @@ Returns information about the Azure environment used for deployment.
135135

136136
### Return value
137137

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.
139139

140140
```json
141141
{

0 commit comments

Comments
 (0)