Skip to content

Commit 758467b

Browse files
committed
update
1 parent 1434efc commit 758467b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The output from the preceding example with the default values is:
5454
| stringOutput | Array | ["efgh"] |
5555
| objectOutput | Array | [{"a": "b", "c": "d"}] |
5656

57-
### Quickstart samples
57+
### Quickstart example
5858

5959
The following example is extracted from a quickstart template, [SQL Server VM with performance optimized storage settings
6060
](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.sqlvirtualmachine/sql-vm-new-storage):
@@ -185,7 +185,7 @@ The output from the preceding example with the default values is:
185185
| arrayTrue | Bool | True |
186186
| arrayFalse | Bool | False |
187187

188-
### Quickstart samples
188+
### Quickstart example
189189

190190
The following sample is extracted from a quickstart template, [Application Gateway with WAF and firewall policy](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/application-gateway-waf-firewall-policy):
191191

0 commit comments

Comments
 (0)