Skip to content

Commit 23087fc

Browse files
committed
Adding note about rg artifacts and dependsOn
1 parent 5a91195 commit 23087fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/governance/blueprints/concepts/sequencing-order.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the life-cycle that a blueprint goes through and detail
44
services: blueprints
55
author: DCtheGeek
66
ms.author: dacoulte
7-
ms.date: 10/25/2018
7+
ms.date: 11/12/2018
88
ms.topic: conceptual
99
ms.service: blueprints
1010
manager: carmonm
@@ -50,6 +50,10 @@ The ordering is accomplished by defining a `dependsOn` property in the JSON. Onl
5050
resource groups) and artifact objects support this property. `dependsOn` is a string array of
5151
artifact names that the particular artifact needs to be created before it's created.
5252

53+
> [!NOTE]
54+
> **Resource group** artifacts support the `dependsOn` property, but can't be the target of a
55+
> `dependsOn` by any artifact type.
56+
5357
### Example - blueprint with ordered resource group
5458

5559
This example blueprint has a resource group that has defined a custom sequencing order by declaring

0 commit comments

Comments
 (0)