You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/template-functions-date.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,13 @@
2
2
title: Template functions - date
3
3
description: Describes the functions to use in an Azure Resource Manager template (ARM template) to work with dates.
4
4
ms.topic: conceptual
5
-
ms.date: 05/02/2022
5
+
ms.date: 05/03/2022
6
6
---
7
7
8
8
# Date functions for ARM templates
9
9
10
10
Resource Manager provides the following functions for working with dates in your Azure Resource Manager template (ARM template):
11
11
12
-
*[dateTimeAdd](#datetimeadd)
13
-
*[utcNow](#utcnow)
14
-
15
12
> [!TIP]
16
13
> We recommend [Bicep](../bicep/overview.md) because it offers the same capabilities as ARM templates and the syntax is easier to use. To learn more, see [date](../bicep/bicep-functions-date.md) functions.
17
14
@@ -167,7 +164,7 @@ The output is:
167
164
168
165
The next example uses the epoch time value to set the expiration for a key in a key vault.
0 commit comments