Skip to content

Commit c2194e5

Browse files
Merge pull request #120839 from alex-frankel/patch-7
Update user-defined-functions.md
2 parents 3c355dc + c99dd27 commit c2194e5

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,14 @@ title: User-defined functions in Bicep
33
description: Describes how to define and use user-defined functions in Bicep.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 11/03/2023
6+
ms.date: 03/15/2024
77
---
88

9-
# User-defined functions in Bicep (Preview)
9+
# User-defined functions in Bicep
1010

1111
Within your Bicep file, you can create your own functions. These functions are available for use in your Bicep files. User-defined functions are separate from the [standard Bicep functions](./bicep-functions.md) that are automatically available within your Bicep files. Create your own functions when you have complicated expressions that are used repeatedly in your Bicep files.
1212

13-
[Bicep CLI version 0.20.X or higher](./install.md) is required to use this feature.
14-
15-
## Enable the preview feature
16-
17-
To enable this preview, modify your project's [bicepconfig.json](./bicep-config.md) file to include the following JSON:
18-
19-
```json
20-
{
21-
"experimentalFeaturesEnabled": {
22-
"userDefinedFunctions": true
23-
}
24-
}
25-
```
13+
[Bicep CLI version 0.26.X or higher](./install.md) is required to use this feature.
2614

2715
## Limitations
2816

0 commit comments

Comments
 (0)