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
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/template-functions-resource.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Template functions - resources
3
3
description: Describes the functions to use in an Azure Resource Manager template (ARM template) to retrieve values about resources.
4
4
ms.topic: conceptual
5
-
ms.date: 03/10/2022
5
+
ms.date: 03/24/2022
6
6
ms.custom: devx-track-azurepowershell
7
7
---
8
8
@@ -399,7 +399,7 @@ You can use the response from `pickZones` to determine whether to provide null f
399
399
},
400
400
```
401
401
402
-
The following example shows how to use the `pickZones` function to enable zone redundancy for Cosmos DB.
402
+
Cosmos DB isn't a zonal resource but you can use the `pickZones` function to determine whether to enable zone redundancy for georeplication. Pass the **Microsoft.Storage/storageAccounts** resource type to determine whether to enable zone redundancy.
0 commit comments