Skip to content

Commit f636cf7

Browse files
Merge pull request #239120 from jeffpatt24/patch-6
Update storage-how-to-create-file-share.md
2 parents 5bcc384 + a5a4157 commit f636cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ az storage account create \
166166
---
167167

168168
### Enable large file shares on an existing account
169-
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 [GRS for large file shares preview](geo-redundant-storage-for-large-file-shares.md).
169+
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).
170170

171171
# [Portal](#tab/azure-portal)
172172
1. Open the [Azure portal](https://portal.azure.com), and navigate to the storage account where you want to enable large file shares.
173-
1. Select **Settings > Configuration**.
173+
1. Select **Configuration** under the **Settings** section.
174174
1. Go to the **Large file shares** setting at the bottom of the page. If it's set to **Disabled**, change the setting to **Enabled**.
175175
1. Select **Save**.
176176

0 commit comments

Comments
 (0)