Skip to content

Commit 5e59901

Browse files
Update bicep-functions-lambda.md
Added more details about lambda function
1 parent 7d190f2 commit 5e59901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 09/20/2022
99
---
1010
# Lambda functions for Bicep
1111

12-
This article describes the lambda functions to use in Bicep. Lambda expressions (or lambda functions) are essentially blocks of code that can be passed as an argument. In Bicep, lambda expression is in this format:
12+
This article describes the lambda functions to use in Bicep. [Lambda expressions (or lambda functions)](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/lambda-expressions) are essentially blocks of code that can be passed as an argument. They can take multiple parameters, but are resticted to a single line of code. In Bicep, lambda expression is in this format:
1313

1414
```bicep
1515
<lambda variable> => <expression>

0 commit comments

Comments
 (0)