Skip to content

Commit d289c90

Browse files
committed
incoporate feedback
1 parent 89cf9d9 commit d289c90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-resource-manager/templates/template-functions-object.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Template functions - objects
33
description: Describes the functions to use in an Azure Resource Manager template (ARM template) for working with objects.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 05/09/2024
6+
ms.date: 05/13/2024
77
---
88

99
# Object functions for ARM templates
@@ -411,7 +411,7 @@ The output from the preceding example is:
411411

412412
## objectKeys
413413

414-
`objectKey(object)`
414+
`objectKeys(object)`
415415

416416
Returns the keys from an object, where an object is a collection of key-value pairs.
417417

@@ -457,6 +457,8 @@ The output from the preceding example is:
457457
| ---- | ---- | ----- |
458458
| keyArray | Array | [ "a", "b" ] |
459459

460+
[!INCLUDE [JSON object ordering](../../../includes/resource-manager-object-ordering-arm-template.md)]
461+
460462
## union
461463

462464
`union(arg1, arg2, arg3, ...)`

0 commit comments

Comments
 (0)