We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f46b07 + 94e0d35 commit 80ba91dCopy full SHA for 80ba91d
articles/azure-resource-manager/templates/template-functions-numeric.md
@@ -3,7 +3,7 @@ title: Template functions - numeric
3
description: Describes the functions to use in an Azure Resource Manager template (ARM template) to work with numbers.
4
ms.topic: conceptual
5
ms.custom: devx-track-arm-template
6
-ms.date: 03/10/2022
+ms.date: 04/18/2023
7
---
8
9
# Numeric functions for ARM templates
@@ -300,7 +300,7 @@ The output from the preceding example with the default values is:
300
301
| Name | Type | Value |
302
| ---- | ---- | ----- |
303
-| mulResult | Int | 15 |
+| mulResult | Int | 45 |
304
305
## sub
306
0 commit comments