@@ -20,23 +20,23 @@ This article describes all the functions you can use in an Azure Resource Manage
20
20
21
21
To create your own functions, see [ User-defined functions] ( resource-group-authoring-templates.md#functions ) .
22
22
23
- <a id =" array " />
24
- <a id =" coalesce " />
25
- <a id =" concatarray " />
26
- <a id =" contains " />
27
- <a id =" createarray " />
28
- <a id =" empty " />
29
- <a id =" first " />
30
- <a id =" intersection " />
31
- <a id =" json " />
32
- <a id =" last " />
33
- <a id =" length " />
34
- <a id =" min " />
35
- <a id =" max " />
36
- <a id =" range " />
37
- <a id =" skip " />
38
- <a id =" take " />
39
- <a id =" union " />
23
+ <a id =" array " aria-hidden = " true " />
24
+ <a id =" coalesce " aria-hidden = " true " />
25
+ <a id =" concatarray " aria-hidden = " true " />
26
+ <a id =" contains " aria-hidden = " true " />
27
+ <a id =" createarray " aria-hidden = " true " />
28
+ <a id =" empty " aria-hidden = " true " />
29
+ <a id =" first " aria-hidden = " true " />
30
+ <a id =" intersection " aria-hidden = " true " />
31
+ <a id =" json " aria-hidden = " true " />
32
+ <a id =" last " aria-hidden = " true " />
33
+ <a id =" length " aria-hidden = " true " />
34
+ <a id =" min " aria-hidden = " true " />
35
+ <a id =" max " aria-hidden = " true " />
36
+ <a id =" range " aria-hidden = " true " />
37
+ <a id =" skip " aria-hidden = " true " />
38
+ <a id =" take " aria-hidden = " true " />
39
+ <a id =" union " aria-hidden = " true " />
40
40
41
41
## Array and object functions
42
42
Resource Manager provides several functions for working with arrays and objects.
@@ -59,11 +59,11 @@ Resource Manager provides several functions for working with arrays and objects.
59
59
* [ take] ( resource-group-template-functions-array.md#take )
60
60
* [ union] ( resource-group-template-functions-array.md#union )
61
61
62
- <a id =" equals " />
63
- <a id =" less " />
64
- <a id =" lessorequals " />
65
- <a id =" greater " />
66
- <a id =" greaterorequals " />
62
+ <a id =" equals " aria-hidden = " true " />
63
+ <a id =" less " aria-hidden = " true " />
64
+ <a id =" lessorequals " aria-hidden = " true " />
65
+ <a id =" greater " aria-hidden = " true " />
66
+ <a id =" greaterorequals " aria-hidden = " true " />
67
67
68
68
## Comparison functions
69
69
Resource Manager provides several functions for making comparisons in your templates.
@@ -74,9 +74,9 @@ Resource Manager provides several functions for making comparisons in your templ
74
74
* [ greater] ( resource-group-template-functions-comparison.md#greater )
75
75
* [ greaterOrEquals] ( resource-group-template-functions-comparison.md#greaterorequals )
76
76
77
- <a id =" deployment " />
78
- <a id =" parameters " />
79
- <a id =" variables " />
77
+ <a id =" deployment " aria-hidden = " true " />
78
+ <a id =" parameters " aria-hidden = " true " />
79
+ <a id =" variables " aria-hidden = " true " />
80
80
81
81
## Deployment value functions
82
82
Resource Manager provides the following functions for getting values from sections of the template and values related to the deployment:
@@ -85,11 +85,11 @@ Resource Manager provides the following functions for getting values from sectio
85
85
* [ parameters] ( resource-group-template-functions-deployment.md#parameters )
86
86
* [ variables] ( resource-group-template-functions-deployment.md#variables )
87
87
88
- <a id =" and " />
89
- <a id =" bool " />
90
- <a id =" if " />
91
- <a id =" not " />
92
- <a id =" or " />
88
+ <a id =" and " aria-hidden = " true " />
89
+ <a id =" bool " aria-hidden = " true " />
90
+ <a id =" if " aria-hidden = " true " />
91
+ <a id =" not " aria-hidden = " true " />
92
+ <a id =" or " aria-hidden = " true " />
93
93
94
94
## Logical functions
95
95
Resource Manager provides the following functions for working with logical conditions:
@@ -100,16 +100,16 @@ Resource Manager provides the following functions for working with logical condi
100
100
* [ not] ( resource-group-template-functions-logical.md#not )
101
101
* [ or] ( resource-group-template-functions-logical.md#or )
102
102
103
- <a id =" add " />
104
- <a id =" copyindex " />
105
- <a id =" div " />
106
- <a id =" float " />
107
- <a id =" int " />
108
- <a id =" minint " />
109
- <a id =" maxint " />
110
- <a id =" mod " />
111
- <a id =" mul " />
112
- <a id =" sub " />
103
+ <a id =" add " aria-hidden = " true " />
104
+ <a id =" copyindex " aria-hidden = " true " />
105
+ <a id =" div " aria-hidden = " true " />
106
+ <a id =" float " aria-hidden = " true " />
107
+ <a id =" int " aria-hidden = " true " />
108
+ <a id =" minint " aria-hidden = " true " />
109
+ <a id =" maxint " aria-hidden = " true " />
110
+ <a id =" mod " aria-hidden = " true " />
111
+ <a id =" mul " aria-hidden = " true " />
112
+ <a id =" sub " aria-hidden = " true " />
113
113
114
114
## Numeric functions
115
115
Resource Manager provides the following functions for working with integers:
@@ -125,13 +125,13 @@ Resource Manager provides the following functions for working with integers:
125
125
* [ mul] ( resource-group-template-functions-numeric.md#mul )
126
126
* [ sub] ( resource-group-template-functions-numeric.md#sub )
127
127
128
- <a id =" listkeys " />
129
- <a id =" list " />
130
- <a id =" providers " />
131
- <a id =" reference " />
132
- <a id =" resourcegroup " />
133
- <a id =" resourceid " />
134
- <a id =" subscription " />
128
+ <a id =" listkeys " aria-hidden = " true " />
129
+ <a id =" list " aria-hidden = " true " />
130
+ <a id =" providers " aria-hidden = " true " />
131
+ <a id =" reference " aria-hidden = " true " />
132
+ <a id =" resourcegroup " aria-hidden = " true " />
133
+ <a id =" resourceid " aria-hidden = " true " />
134
+ <a id =" subscription " aria-hidden = " true " />
135
135
136
136
## Resource functions
137
137
Resource Manager provides the following functions for getting resource values:
@@ -146,36 +146,36 @@ Resource Manager provides the following functions for getting resource values:
146
146
* [ resourceId] ( resource-group-template-functions-resource.md#resourceid )
147
147
* [ subscription] ( resource-group-template-functions-resource.md#subscription )
148
148
149
- <a id =" base64 " />
150
- <a id =" base64tojson " />
151
- <a id =" base64tostring " />
152
- <a id =" concat " />
153
- <a id =" containsstring " />
154
- <a id =" datauri " />
155
- <a id =" datauritostring " />
156
- <a id =" emptystring " />
157
- <a id =" endswith " />
158
- <a id =" firststring " />
159
- <a id =" guid " />
160
- <a id =" indexof " />
161
- <a id =" laststring " />
162
- <a id =" lastindexof " />
163
- <a id =" lengthstring " />
164
- <a id =" padleft " />
165
- <a id =" replace " />
166
- <a id =" skipstring " />
167
- <a id =" split " />
168
- <a id =" startswith " />
169
- <a id =" string " />
170
- <a id =" substring " />
171
- <a id =" takestring " />
172
- <a id =" tolower " />
173
- <a id =" toupper " />
174
- <a id =" trim " />
175
- <a id =" uniquestring " />
176
- <a id =" uri " />
177
- <a id =" uricomponent " />
178
- <a id =" uricomponenttostring " />
149
+ <a id =" base64 " aria-hidden = " true " />
150
+ <a id =" base64tojson " aria-hidden = " true " />
151
+ <a id =" base64tostring " aria-hidden = " true " />
152
+ <a id =" concat " aria-hidden = " true " />
153
+ <a id =" containsstring " aria-hidden = " true " />
154
+ <a id =" datauri " aria-hidden = " true " />
155
+ <a id =" datauritostring " aria-hidden = " true " />
156
+ <a id =" emptystring " aria-hidden = " true " />
157
+ <a id =" endswith " aria-hidden = " true " />
158
+ <a id =" firststring " aria-hidden = " true " />
159
+ <a id =" guid " aria-hidden = " true " />
160
+ <a id =" indexof " aria-hidden = " true " />
161
+ <a id =" laststring " aria-hidden = " true " />
162
+ <a id =" lastindexof " aria-hidden = " true " />
163
+ <a id =" lengthstring " aria-hidden = " true " />
164
+ <a id =" padleft " aria-hidden = " true " />
165
+ <a id =" replace " aria-hidden = " true " />
166
+ <a id =" skipstring " aria-hidden = " true " />
167
+ <a id =" split " aria-hidden = " true " />
168
+ <a id =" startswith " aria-hidden = " true " />
169
+ <a id =" string " aria-hidden = " true " />
170
+ <a id =" substring " aria-hidden = " true " />
171
+ <a id =" takestring " aria-hidden = " true " />
172
+ <a id =" tolower " aria-hidden = " true " />
173
+ <a id =" toupper " aria-hidden = " true " />
174
+ <a id =" trim " aria-hidden = " true " />
175
+ <a id =" uniquestring " aria-hidden = " true " />
176
+ <a id =" uri " aria-hidden = " true " />
177
+ <a id =" uricomponent " aria-hidden = " true " />
178
+ <a id =" uricomponenttostring " aria-hidden = " true " />
179
179
180
180
## String functions
181
181
Resource Manager provides the following functions for working with strings:
0 commit comments