Skip to content

Commit 225b4d5

Browse files
authored
Merge pull request #79313 from MicrosoftDocs/SyntaxC4-a11y-patch-9
A11y Bug #1508051
2 parents be58387 + 2091836 commit 225b4d5

File tree

1 file changed

+77
-77
lines changed

1 file changed

+77
-77
lines changed

articles/azure-resource-manager/resource-group-template-functions.md

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ This article describes all the functions you can use in an Azure Resource Manage
2020

2121
To create your own functions, see [User-defined functions](resource-group-authoring-templates.md#functions).
2222

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" />
4040

4141
## Array and object functions
4242
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.
5959
* [take](resource-group-template-functions-array.md#take)
6060
* [union](resource-group-template-functions-array.md#union)
6161

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" />
6767

6868
## Comparison functions
6969
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
7474
* [greater](resource-group-template-functions-comparison.md#greater)
7575
* [greaterOrEquals](resource-group-template-functions-comparison.md#greaterorequals)
7676

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" />
8080

8181
## Deployment value functions
8282
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
8585
* [parameters](resource-group-template-functions-deployment.md#parameters)
8686
* [variables](resource-group-template-functions-deployment.md#variables)
8787

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" />
9393

9494
## Logical functions
9595
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
100100
* [not](resource-group-template-functions-logical.md#not)
101101
* [or](resource-group-template-functions-logical.md#or)
102102

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" />
113113

114114
## Numeric functions
115115
Resource Manager provides the following functions for working with integers:
@@ -125,13 +125,13 @@ Resource Manager provides the following functions for working with integers:
125125
* [mul](resource-group-template-functions-numeric.md#mul)
126126
* [sub](resource-group-template-functions-numeric.md#sub)
127127

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" />
135135

136136
## Resource functions
137137
Resource Manager provides the following functions for getting resource values:
@@ -146,36 +146,36 @@ Resource Manager provides the following functions for getting resource values:
146146
* [resourceId](resource-group-template-functions-resource.md#resourceid)
147147
* [subscription](resource-group-template-functions-resource.md#subscription)
148148

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" />
179179

180180
## String functions
181181
Resource Manager provides the following functions for working with strings:

0 commit comments

Comments
 (0)