Skip to content

Commit 457bf16

Browse files
authored
Merge pull request #99037 from akhilthomas011/akhilthomas-patch1
Added details about Lambda Function
2 parents 997f809 + 58a0769 commit 457bf16

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/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)