Skip to content

Commit 94e0d35

Browse files
committed
update the mul() function sample
1 parent 2b5f421 commit 94e0d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Template functions - numeric
33
description: Describes the functions to use in an Azure Resource Manager template (ARM template) to work with numbers.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 03/10/2022
6+
ms.date: 04/18/2023
77
---
88

99
# Numeric functions for ARM templates
@@ -300,7 +300,7 @@ The output from the preceding example with the default values is:
300300

301301
| Name | Type | Value |
302302
| ---- | ---- | ----- |
303-
| mulResult | Int | 15 |
303+
| mulResult | Int | 45 |
304304

305305
## sub
306306

0 commit comments

Comments
 (0)