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
**dnsServers**is assigned if the array is not empty.
224
+
In the [conditional expression](./operators-logical.md#conditional-expression--), the empty function is used to check whether the **dnsServers**array is an empty array.
225
225
226
226
## first
227
227
@@ -267,15 +267,15 @@ The output from the preceding example with the default values is:
267
267
268
268
`flatten(arrayToFlatten)`
269
269
270
-
Takes an array of arrays, and returns an array of sub-array elements, in the original order. Sub-arrays are only flattened once, not recursively.
270
+
Takes an array of arrays, and returns an array of subarray elements, in the original order. Subarrays are only flattened once, not recursively.
In the [conditional expression](./operators-logical.md#conditional-expression--), the `length` function check the length of the **availabilityZones** array.
681
665
682
666
More examples can be found in these quickstart Bicep files:
683
-
667
+
-[Backup Resource Manager VMs using Recovery Services vault
-[Deploy API Management into Availability Zones](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.apimanagement/api-management-simple-zones)
685
670
-[Create a Firewall and FirewallPolicy with Rules and Ipgroups](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/azurefirewall-create-with-firewallpolicy-apprule-netrule-ipgroups)
686
671
-[Create a sandbox setup of Azure Firewall with Zones](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/azurefirewall-with-zones-sandbox)
@@ -807,7 +792,7 @@ The output from the preceding example with the default values is:
807
792
808
793
### Quickstart examples
809
794
810
-
The following example is extracted from a quickstart template, [2 VMs in VNET - Internal Load Balancer and LB rules
795
+
The following example is extracted from a quickstart template, [Two VMs in VNET - Internal Load Balancer and LB rules
0 commit comments