File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-resource-manager/bicep Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ The `toLogicalZones` function maps physical zone names to their logical zone equ
851
851
852
852
### Examples
853
853
854
- The following example retrieves the logical zone for a physical zone in West US 2 for a specific subscription:
854
+ The following example retrieves the logical zones for a list of physical zones in West US 2 for a specific subscription:
855
855
856
856
``` bicep
857
857
param subscriptionId string = '12345678-1234-1234-1234-1234567890ab'
@@ -965,7 +965,7 @@ The `toPhysicalZones` function maps logical zone names to their physical zone eq
965
965
966
966
### Examples
967
967
968
- The following example retrieves the physical zone for a logical zone in West US 2 for a specific subscription:
968
+ The following example retrieves the physical zones for a list of logical zones in West US 2 for a specific subscription:
969
969
970
970
``` bicep
971
971
param subscriptionId string = '12345678-1234-1234-1234-1234567890ab'
You can’t perform that action at this time.
0 commit comments