Skip to content

Commit edf1142

Browse files
authored
Merge pull request #204174 from mumian/0708-loadjsoncontent-limit
add the text size limit for loadJsonContent
2 parents eb46c96 + f8ba0bb commit edf1142

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Bicep functions - files
33
description: Describes the functions to use in a Bicep file to load content from a file.
44
ms.topic: conceptual
5-
ms.date: 07/01/2022
5+
ms.date: 07/08/2022
66
---
77

88
# File functions for Bicep
@@ -59,6 +59,8 @@ In VS Code, the properties of the loaded object are available intellisense. For
5959

6060
This function requires **Bicep version 0.7.4 or later**.
6161

62+
The maximum allowed size of the file is **1,048,576 characters**, including line endings.
63+
6264
### Return value
6365

6466
The contents of the file as an Any object.

0 commit comments

Comments
 (0)