You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/parameters.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Describes how to define parameters in a Bicep file.
4
4
author: mumian
5
5
ms.author: jgao
6
6
ms.topic: conceptual
7
-
ms.date: 04/20/2022
7
+
ms.date: 09/06/2022
8
8
---
9
9
10
10
# Parameters in Bicep
@@ -15,6 +15,10 @@ Resource Manager resolves parameter values before starting the deployment operat
15
15
16
16
Each parameter must be set to one of the [data types](data-types.md).
17
17
18
+
You are limited to 256 parameters. For more information, see [Template limits](../templates/best-practices.md#template-limits).
19
+
20
+
For parameter best practices, see [Parameters](./best-practices.md#parameters).
21
+
18
22
### Training resources
19
23
20
24
If you would rather learn about parameters through step-by-step guidance, see [Build reusable Bicep templates by using parameters](/learn/modules/build-reusable-bicep-templates-parameters).
@@ -185,7 +189,7 @@ You might use this decorator to track information about the parameter that doesn
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/parameters.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Parameters in templates
3
3
description: Describes how to define parameters in an Azure Resource Manager template (ARM template).
4
4
ms.topic: conceptual
5
-
ms.date: 01/19/2022
5
+
ms.date: 09/06/2022
6
6
---
7
7
8
8
# Parameters in ARM templates
@@ -16,6 +16,10 @@ Each parameter must be set to one of the [data types](data-types.md).
16
16
> [!TIP]
17
17
> We recommend [Bicep](../bicep/overview.md) because it offers the same capabilities as ARM templates and the syntax is easier to use. To learn more, see [parameters](../bicep/parameters.md).
18
18
19
+
You are limited to 256 parameters. For more information, see [Template limits](./best-practices.md#template-limits).
20
+
21
+
For parameter best practices, see [Parameters](./best-practices.md#parameters).
22
+
19
23
## Minimal declaration
20
24
21
25
At a minimum, every parameter needs a name and type.
0 commit comments