Skip to content

Commit f8b01e9

Browse files
Merge pull request #270416 from khdownie/patch-1
Update storage-how-to-create-file-share.md
2 parents 7e4f843 + 53a1e07 commit f8b01e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/files/storage-how-to-create-file-share.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to create and delete an SMB Azure file share by using the Azure
55
author: khdownie
66
ms.service: azure-file-storage
77
ms.topic: how-to
8-
ms.date: 10/10/2023
8+
ms.date: 03/27/2023
99
ms.author: kendownie
1010
ms.custom: devx-track-azurecli, references_regions, devx-track-azurepowershell, ai-video-demo
1111
ai-usage: ai-assisted
@@ -23,7 +23,7 @@ To create an Azure file share, you need to answer three questions about how you
2323
Premium file shares are available with local redundancy and zone redundancy in a subset of regions. To find out if premium file shares are available in your region, see [products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=storage). For more information, see [Azure Files redundancy](files-redundancy.md).
2424

2525
- **What size file share do you need?**
26-
In local and zone redundant storage accounts, Azure file shares can span up to 100 TiB. However, in geo- and geo-zone redundant storage accounts, Azure file shares can span only up to 5 TiB unless you sign up for [Geo-redundant storage for large file shares (preview)](geo-redundant-storage-for-large-file-shares.md).
26+
In local and zone redundant storage accounts, Azure file shares can span up to 100 TiB. However, in geo- and geo-zone redundant storage accounts, Azure file shares can span only up to 5 TiB unless you register for [Geo-redundant storage for large file shares](geo-redundant-storage-for-large-file-shares.md).
2727

2828
For more information on these three choices, see [Planning for an Azure Files deployment](storage-files-planning.md).
2929

@@ -171,7 +171,7 @@ az storage account create \
171171
---
172172

173173
### Enable large file shares on an existing account
174-
Before you create an Azure file share on an existing storage account, you might want to enable large file shares (up to 100 TiB) on the storage account if you haven't already. Standard storage accounts using either LRS or ZRS can be upgraded to support large file shares without causing downtime for existing file shares on the storage account. If you have a GRS, GZRS, RA-GRS, or RA-GZRS account, you'll either need to convert it to an LRS account before proceeding or register for the [Azure Files geo-redundancy for large file shares preview](geo-redundant-storage-for-large-file-shares.md).
174+
Before you create an Azure file share on an existing storage account, you might want to enable large file shares (up to 100 TiB) on the storage account if you haven't already. Standard storage accounts using either LRS or ZRS can be upgraded to support large file shares without causing downtime for existing file shares on the storage account. If you have a GRS, GZRS, RA-GRS, or RA-GZRS account, you'll either need to convert it to an LRS account before proceeding or register for [Azure Files geo-redundancy for large file shares](geo-redundant-storage-for-large-file-shares.md).
175175

176176
# [Portal](#tab/azure-portal)
177177
1. Open the [Azure portal](https://portal.azure.com), and navigate to the storage account where you want to enable large file shares.

0 commit comments

Comments
 (0)