Skip to content

Commit e9e0110

Browse files
Merge pull request #292914 from khdownie/patch-3
Update storage-how-to-create-file-share.md
2 parents 2cd1f5b + b664b1c commit e9e0110

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
@@ -5,7 +5,7 @@ description: How to create and delete SMB and NFS Azure file share by using the
55
author: khdownie
66
ms.service: azure-file-storage
77
ms.topic: how-to
8-
ms.date: 10/14/2024
8+
ms.date: 01/10/2025
99
ms.author: kendownie
1010
ms.custom: devx-track-azurecli, references_regions, devx-track-azurepowershell
1111
---
@@ -14,7 +14,7 @@ ms.custom: devx-track-azurecli, references_regions, devx-track-azurepowershell
1414
Before you create an Azure file share, you need to answer two questions about how you want to use it:
1515

1616
- **What are the performance requirements for your Azure file share?**
17-
Azure Files offers two different media tiers of storage, SSD (premium) and HDD (standard), which enable you to tailor your file shares to the performance and price requirements of your scenario. SSD file shares provide consistent high performance and low latency, within sing-digit milliseconds for most IO operations. HDD file shares provide cost-effective storage for general purpose use.
17+
Azure Files offers two different media tiers of storage, SSD (premium) and HDD (standard), which enable you to tailor your file shares to the performance and price requirements of your scenario. SSD file shares provide consistent high performance and low latency, within single-digit milliseconds for most IO operations. HDD file shares provide cost-effective storage for general purpose use.
1818

1919
- **What are your redundancy requirements for your Azure file share?**
2020
Azure Files offers Local (LRS), Zone (ZRS), Geo (GRS), and GeoZone (GZRS) redundancy options for file shares. SSD file shares are only available for the Local and Zone redundancy types. See [Azure Files redundancy](./files-redundancy.md) for more information.

0 commit comments

Comments
 (0)