Skip to content

Commit 494102b

Browse files
committed
Add some details for environment()
1 parent 97fae5d commit 494102b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-functions-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep functions - deployment
33
description: Describes the functions to use in a Bicep file to retrieve deployment information.
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 03/20/2024
6+
ms.date: 06/26/2024
77
---
88

99
# Deployment functions for Bicep
@@ -105,7 +105,7 @@ The preceding example returns the following object:
105105

106106
`environment()`
107107

108-
Returns information about the Azure environment used for deployment.
108+
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.
109109

110110
Namespace: [az](bicep-functions.md#namespaces-for-functions).
111111

0 commit comments

Comments
 (0)