Skip to content

Commit fd20c9d

Browse files
committed
remove beta references from apiversion
1 parent 005c88e commit fd20c9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/container-storage/enable-multi-zone-redundancy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Enable multi-zone storage redundancy in Azure Container Storage
2+
title: Enable multi-zone redundancy in Azure Container Storage
33
description: Enable storage redundancy across multiple availability zones in Azure Container Storage to improve stateful application availability. Use multi-zone storage pools and zone-redundant storage (ZRS) disks.
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 07/23/2024
7+
ms.date: 07/25/2024
88
ms.author: kendownie
99
---
1010

@@ -43,7 +43,7 @@ Follow these steps to create a multi-zone storage pool that uses Azure Disks. Fo
4343
1. Paste in the following code and save the file. The storage pool **name** value can be whatever you want. For **storage**, specify the amount of storage capacity for the pool in Gi or Ti.
4444

4545
```yml
46-
apiVersion: containerstorage.azure.com/v1beta1
46+
apiVersion: containerstorage.azure.com/v1
4747
kind: StoragePool
4848
metadata:
4949
name: azuredisk
@@ -70,7 +70,7 @@ If your workload requires storage redundancy, you can leverage disks that use [z
7070
You can specify the disk `skuName` as either `StandardSSD_ZRS` or `Premium_ZRS` in your storage pool definition, as in the following example.
7171

7272
```yml
73-
apiVersion: containerstorage.azure.com/v1beta1
73+
apiVersion: containerstorage.azure.com/v1
7474
kind: StoragePool
7575
metadata:
7676
name: azuredisk

0 commit comments

Comments
 (0)