You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/create-file-share.md
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ ms.author: kendownie
12
12
13
13
# Create an Azure file share with Microsoft.FileShares (preview)
14
14
15
+
:heavy_check_mark:**Applies to:** File shares created with the Microsoft.FileShares resource provider (preview)
16
+
17
+
:heavy_multiplication_x:**Doesn't apply to:** Classic file shares created with the Microsoft.Storage resource provider
18
+
15
19
The new Microsoft.FileShares resource provider (preview) and management model allows you to deploy file shares without creating an Azure storage account. Before you create an Azure file share with the Microsoft.FileShares resource provider, review the following to decide if it's the right fit for your needs. If you need all the features that Azure Files offers, or you need to use the SMB protocol, or want HDD (standard) performance, use a [classic file share](create-classic-file-share.md) instead.
16
20
17
21
- The Microsoft.FileShares resource provider and management model is current only available for NFS file shares, which require SSD (premium) storage. SSD media provides consistent high performance and low latency, within single-digit milliseconds for most IO operations.
@@ -22,28 +26,11 @@ The new Microsoft.FileShares resource provider (preview) and management model al
22
26
23
27
For more information on Azure Files management concepts, see [Plan for an Azure Files deployment](storage-files-planning.md#management-concepts).
24
28
25
-
## Applies to
26
-
27
-
| Management model | Billing model | Media tier | Redundancy | SMB | NFS |
This article assumes that you have an Azure subscription. If you don't have an Azure subscription, then create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
45
32
46
-
Make sure both "Microsoft.FileShares" and "Microsoft.Storage" resource providers are registered for the subscription. To register a resource provider, follow these steps.
33
+
Make sure both Microsoft.FileShares and Microsoft.Storage resource providers are registered for the subscription. To register a resource provider, follow these steps.
47
34
48
35
1. Sign in to Azure portal.
49
36
1. In the search box, enter *subscriptions*.
@@ -174,4 +161,4 @@ az resource create \
174
161
175
162
- Learn how to [create a Linux virtual machine](/azure/virtual-machines/linux/quick-create-portal?tabs=ubuntu)
176
163
- Learn how to [mount an NFS file share on Linux](storage-files-how-to-mount-nfs-shares.md)
177
-
- Learn how to [modify a file share](modify-file-share.md)
164
+
- Learn how to [modify a file share](modify-file-share.md)
0 commit comments