Skip to content

Commit df4d456

Browse files
committed
Review
1 parent 3a53c32 commit df4d456

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/governance/blueprints/reference/blueprint-functions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Blueprints functions
33
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
55
ms.topic: reference
66
---
77
# Functions for use with Azure Blueprints
@@ -27,8 +27,9 @@ The following functions are supported:
2727
Returns an object of properties populated with that blueprint artifacts outputs.
2828

2929
> [!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
3233
> [Blueprints-as-code](https://github.com/Azure/azure-blueprints/blob/master/README.md).
3334
3435
### Parameters

0 commit comments

Comments
 (0)