Skip to content

Commit 808e979

Browse files
committed
update
1 parent 758467b commit 808e979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 example
57+
### Quickstart examples
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 example
188+
### Quickstart examples
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

@@ -207,7 +207,7 @@ backendHttpSettingsCollection: [for backendHttpSetting in backendHttpSettings: {
207207
}]
208208
```
209209

210-
More samples can be found in these quickstart Bicep files:
210+
More examples can be found in these quickstart Bicep files:
211211

212212
- [Route table with routes](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/route-table-create)
213213
- [Virtual Network with diagnostic logs](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/vnet-create-with-diagnostic-logs)

0 commit comments

Comments
 (0)