We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0c44c commit fa33828Copy full SHA for fa33828
articles/storage/container-storage/enable-multi-zone-redundancy.md
@@ -4,7 +4,7 @@ description: Enable storage redundancy across multiple availability zones in Azu
4
author: khdownie
5
ms.service: azure-container-storage
6
ms.topic: how-to
7
-ms.date: 10/30/2023
+ms.date: 11/03/2023
8
ms.author: kendownie
9
---
10
@@ -49,7 +49,7 @@ Follow these steps to create a multi-zone storage pool that uses Azure Disks. Fo
49
name: azuredisk
50
namespace: acstor
51
spec:
52
- zones: [""]
+ zones: ["1", "2", "3"]
53
poolType:
54
azureDisk: {}
55
resources:
0 commit comments