Skip to content

Commit 8731d90

Browse files
Merge pull request #226314 from mumian/0202-lambda-arm
ARM template lambda functions
2 parents 73f58e3 + 0a3c7b8 commit 8731d90

File tree

3 files changed

+418
-1
lines changed

3 files changed

+418
-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)](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:
12+
This article describes the lambda functions to use in Bicep. [Lambda expressions (or lambda functions)](/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 restricted 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)