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
description: Describes the functions to use in a Bicep file to retrieve deployment information.
4
4
ms.topic: reference
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 03/20/2024
6
+
ms.date: 06/26/2024
7
7
---
8
8
9
9
# Deployment functions for Bicep
@@ -105,7 +105,7 @@ The preceding example returns the following object:
105
105
106
106
`environment()`
107
107
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.
0 commit comments