File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
articles/azure-resource-manager Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
title : Bicep functions - scopes
3
3
description : Describes the functions to use in a Bicep file to retrieve values about deployment scopes.
4
4
ms.topic : conceptual
5
- ms.date : 11/23/2021
5
+ ms.date : 11/17/2022
6
6
---
7
7
8
8
# Scope functions for Bicep
@@ -270,7 +270,7 @@ Returns an object used for setting the scope to the tenant.
270
270
271
271
Or
272
272
273
- Returns properties about the tenant for the current deployment .
273
+ Returns the tenant of the user .
274
274
275
275
Namespace: [ az] ( bicep-functions.md#namespaces-for-functions ) .
276
276
Original file line number Diff line number Diff line change 2
2
title : Template functions - scope
3
3
description : Describes the functions to use in an Azure Resource Manager template (ARM template) to retrieve values about deployment scope.
4
4
ms.topic : conceptual
5
- ms.date : 03/10 /2022
5
+ ms.date : 11/17 /2022
6
6
---
7
7
8
8
# Scope functions for ARM templates
@@ -222,7 +222,7 @@ The following example shows the subscription function called in the outputs sect
222
222
223
223
` tenant() `
224
224
225
- Returns properties about the tenant for the current deployment .
225
+ Returns the tenant of the user .
226
226
227
227
In Bicep, use the [ tenant] ( ../bicep/bicep-functions-scope.md#tenant ) scope function.
228
228
You can’t perform that action at this time.
0 commit comments