Skip to content

Commit 8be95d2

Browse files
committed
update the ARM template environment()
1 parent 494102b commit 8be95d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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: 08/22/2023
6+
ms.date: 06/26/2024
77
---
88

99
# Deployment functions for ARM templates
@@ -198,7 +198,7 @@ For a subscription deployment, the following example returns a deployment object
198198

199199
`environment()`
200200

201-
Returns information about the Azure environment used for deployment.
201+
Returns information about the Azure environment used for deployment. The `environment()` function is not aware of resource configurations. It can only return a single default DNS suffix for each resource type.
202202

203203
In Bicep, use the [environment](../bicep/bicep-functions-deployment.md#environment) function.
204204

0 commit comments

Comments
 (0)