File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
articles/governance/blueprints/reference Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Azure Blueprints functions
3
3
description : Describes the functions available for use with blueprint artifacts in Azure Blueprints definitions and assignments.
4
- ms.date : 11/26 /2019
4
+ ms.date : 12/09 /2019
5
5
ms.topic : reference
6
6
---
7
7
# Functions for use with Azure Blueprints
@@ -27,8 +27,9 @@ The following functions are supported:
27
27
Returns an object of properties populated with that blueprint artifacts outputs.
28
28
29
29
> [ !NOTE]
30
- > The ` artifacts() ` function can't be used from inside a Resource Manager Template artifact. This
31
- > function must be used with Azure PowerShell or REST API as part of
30
+ > The ` artifacts() ` function can't be used from inside a Resource Manager Template. The function can
31
+ > only be used in the blueprint definition JSON or in the artifact JSON when managing the blueprint
32
+ > with Azure PowerShell or REST API as part of
32
33
> [ Blueprints-as-code] ( https://github.com/Azure/azure-blueprints/blob/master/README.md ) .
33
34
34
35
### Parameters
You can’t perform that action at this time.
0 commit comments