Skip to content

Commit 252a538

Browse files
committed
fix links
1 parent 754310b commit 252a538

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

articles/azure-resource-manager/bicep/bicep-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following functions are available for working with lambda expressions. All o
9292

9393
* [filter](bicep-functions-lambda.md#filter)
9494
* [map](bicep-functions-lambda.md#map)
95-
* [mapValue](bicep-functions-lambda.md#mapvalue)
95+
* [mapValue](bicep-functions-lambda.md#mapvalues)
9696
* [reduce](bicep-functions-lambda.md#reduce)
9797
* [sort](bicep-functions-lambda.md#sort)
9898
* [toObject](bicep-functions-lambda.md#toobject)

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

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ For Bicep files, use the [deployment](../bicep/bicep-functions-deployment.md) fu
131131

132132
<a id="filter" aria-hidden="true"></a>
133133
<a id="map" aria-hidden="true"></a>
134+
<a id="mapValues" aria-hidden="true"></a>
134135
<a id="reduce" aria-hidden="true"></a>
135136
<a id="sort" aria-hidden="true"></a>
136137
<a id="toObject" aria-hidden="true"></a>
@@ -141,10 +142,13 @@ Resource Manager provides the following functions for working with lambda expres
141142

142143
* [filter](template-functions-lambda.md#filter)
143144
* [map](template-functions-lambda.md#map)
145+
* [mapValues](template-functions-lambda.md#mapvalues)
144146
* [reduce](template-functions-lambda.md#reduce)
145147
* [sort](template-functions-lambda.md#sort)
146148
* [toObject](template-functions-lambda.md#toobject)
147149

150+
For Bicep files, use the [lambda](../bicep/bicep-functions-lambda.md) functions.
151+
148152
<a id="and" aria-hidden="true"></a>
149153
<a id="bool" aria-hidden="true"></a>
150154
<a id="false" aria-hidden="true"></a>
@@ -153,19 +157,6 @@ Resource Manager provides the following functions for working with lambda expres
153157
<a id="or" aria-hidden="true"></a>
154158
<a id="true" aria-hidden="true"></a>
155159

156-
## Lambda functions
157-
158-
The following functions are available for working with lambda expressions:
159-
160-
* [filter](template-functions-lambda.md#filter)
161-
* [map](template-functions-lambda.md#map)
162-
* [mapValue](template-functions-lambda.md#mapvalue)
163-
* [reduce](template-functions-lambda.md#reduce)
164-
* [sort](template-functions-lambda.md#sort)
165-
* [toObject](template-functions-lambda.md#toobject)
166-
167-
For Bicep files, use the [lambda](../bicep/bicep-functions-lambda.md) functions.
168-
169160
## Logical functions
170161

171162
Resource Manager provides the following functions for working with logical conditions:

0 commit comments

Comments
 (0)