Skip to content

Commit d600310

Browse files
committed
update
1 parent aec228a commit d600310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ The `toLogicalZones` function maps physical zone names to their logical zone equ
851851

852852
### Examples
853853

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:
855855

856856
```bicep
857857
param subscriptionId string = '12345678-1234-1234-1234-1234567890ab'
@@ -965,7 +965,7 @@ The `toPhysicalZones` function maps logical zone names to their physical zone eq
965965

966966
### Examples
967967

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:
969969

970970
```bicep
971971
param subscriptionId string = '12345678-1234-1234-1234-1234567890ab'

0 commit comments

Comments
 (0)