Skip to content

Commit b87f352

Browse files
authored
Merge pull request #118638 from guidemetothemoon/patch-2
Update UDF limitation in file.md
2 parents 92fd700 + 59f6a00 commit b87f352

File tree

1 file changed

+1
-1
lines changed
  • articles/azure-resource-manager/bicep

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ See [Arrays](./data-types.md#arrays) and [Objects](./data-types.md#objects) for
405405
## Known limitations
406406

407407
* No support for the concept of apiProfile, which is used to map a single apiProfile to a set apiVersion for each resource type.
408-
* No support for user-defined functions.
408+
* User-defined functions are not supported at the moment. However, an experimental feature is currently accessible. For more information, see [User-defined functions in Bicep](./user-defined-functions.md).
409409
* Some Bicep features require a corresponding change to the intermediate language (Azure Resource Manager JSON templates). We announce these features as available when all of the required updates have been deployed to global Azure. If you're using a different environment, such as Azure Stack, there may be a delay in the availability of the feature. The Bicep feature is only available when the intermediate language has also been updated in that environment.
410410

411411
## Next steps

0 commit comments

Comments
 (0)