Skip to content

Commit bcfb194

Browse files
authored
Merge pull request #192838 from tfitzmac/0324zones
clarify Cosmos DB pickzones example
2 parents a437abb + 4a8b22b commit bcfb194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/template-functions-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Template functions - resources
33
description: Describes the functions to use in an Azure Resource Manager template (ARM template) to retrieve values about resources.
44
ms.topic: conceptual
5-
ms.date: 03/10/2022
5+
ms.date: 03/24/2022
66
ms.custom: devx-track-azurepowershell
77
---
88

@@ -399,7 +399,7 @@ You can use the response from `pickZones` to determine whether to provide null f
399399
},
400400
```
401401

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.
403403

404404
:::code language="json" source="~/resourcemanager-templates/azure-resource-manager/functions/resource/pickzones-cosmosdb.json":::
405405

0 commit comments

Comments
 (0)