Skip to content

Commit 4fe536d

Browse files
authored
Merge pull request #97077 from DCtheGeek/dmc-bp-artifacts
Clarify use of artifacts
2 parents 24a3cc2 + df4d456 commit 4fe536d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
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: 04/15/2019
4+
ms.date: 12/09/2019
55
ms.topic: reference
66
---
77
# Functions for use with Azure Blueprints
@@ -26,6 +26,12 @@ The following functions are supported:
2626

2727
Returns an object of properties populated with that blueprint artifacts outputs.
2828

29+
> [!NOTE]
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
33+
> [Blueprints-as-code](https://github.com/Azure/azure-blueprints/blob/master/README.md).
34+
2935
### Parameters
3036

3137
| Parameter | Required | Type | Description |

0 commit comments

Comments
 (0)