|
1 | 1 | --- |
2 | | -title: Create a File Share (Microsoft.FileShares) |
| 2 | +title: Create a file share (Microsoft.FileShares) |
3 | 3 | description: Learn to use the Azure portal to deploy an NFS file share with Microsoft.FileShares resource provider (preview). |
4 | 4 | author: khdownie |
5 | 5 | ms.service: azure-file-storage |
@@ -62,17 +62,17 @@ The first tab to complete creating a file share is labeled **Basics**, which con |
62 | 62 |  |
63 | 63 |
|
64 | 64 |
|
65 | | -| **Field name** | **Input type** | **Values** | **Meaning** | |
66 | | -|--------------------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
67 | | -| Subscription | Drop-down list | *Available Azure subscriptions* | The selected subscription in which to deploy the storage account. | |
68 | | -| Resource group | Drop-down list | *Available resource groups in selected subscription* | The resource group in which to deploy the file share. A resource group is a logical container for organizing Azure resources, including file shares. | |
69 | | -| file share name | Text box | -- | The name of the file share must be unique across all existing file share names in Microsoft Azure. It must be 3 to 63 characters long and can contain only lowercase letters, numbers, and hyphens. The name must start and end with a letter or number. | |
70 | | -| Tier | N/A | -- | SSD file shares are backed by solid-state drives for better performance. Currently, the Microsoft.FileShares preview only supports SSD. | |
71 | | -| Protocol | N/A | -- | file shares support a multitude of access protocols. If you need the SMB protocol, deploy your file share within a storage account. Currently, the Microsoft.FileShares preview only supports NFS protocol. | |
72 | | -| Region | Drop-down list | *Available Azure regions* | The region for the file share to be deployed into. This can be the region associated with the resource group, or any other available region. | |
73 | | -| Provisioned capacity (GiB) | Text box | Integer | Provisioned capacity for the file share, ranging from 32 GiB to 262144 GiB. | |
74 | | -| Redundancy | Drop-down list | - Locally redundant storage (LRS) <br> - Geo-redundant storage (GRS) | The redundancy choice for the file share. See [Azure Files redundancy](files-redundancy.md) for more information. | |
75 | | -| Provisioned IOPS and throughput| Radio button group | - Recommended provisioning <br> - Manually specify IOPS and throughput: <br> - Provisioned IOPS <br> - Provisioned throughput (MiB/sec) | The Microsoft.FileShares preview only uses the [provisioned v2 billing model](understanding-billing.md#provisioned-v2-model). | |
| 65 | +| Field name | Input type | Values | Meaning | |
| 66 | +|-|-|-|-| |
| 67 | +| Subscription | Drop-down list | *Available Azure subscriptions* | The selected subscription in which to deploy the storage account. | |
| 68 | +| Resource group | Drop-down list | *Available resource groups in selected subscription* | The resource group in which to deploy the file share. A resource group is a logical container for organizing Azure resources, including file shares. | |
| 69 | +| File share name | Text box | -- | The name of the file share must be unique across all existing file share names in Microsoft Azure. It must be 3 to 63 characters long and can contain only lowercase letters, numbers, and hyphens. The name must start and end with a letter or number. | |
| 70 | +| Tier | N/A | -- | The media tier for the file share. The Microsoft.FileShares preview only supports the SSD media tier. | |
| 71 | +| Protocol | N/A | -- | File shares support a multitude of access protocols. If you need the SMB protocol, deploy your file share within a storage account. Currently, the Microsoft.FileShares preview only supports NFS protocol. | |
| 72 | +| Region | Drop-down list | *Available Azure regions* | The region for the file share to be deployed into. This can be the region associated with the resource group, or any other available region. | |
| 73 | +| Provisioned capacity (GiB) | Text box | Integer | Provisioned capacity for the file share, ranging from 32 GiB to 262,144 GiB. | |
| 74 | +| Redundancy | Drop-down list | <ul><li>Locally redundant storage (LRS)</li><li>Zone redundant storage (ZRS)</li></ul> | The redundancy choice for the file share. See [Azure Files redundancy](files-redundancy.md) for more information. | |
| 75 | +| Provisioned IOPS and throughput | Radio button group | <ul><li>Recommended provisioning</li><li>Manually specify IOPS and throughput:<ul><li>Provisioned IOPS</li><li>Provisioned throughput (MiB/sec)</li></ul></li></ul> | The Microsoft.FileShares preview only uses the [provisioned v2 billing model](understanding-billing.md#provisioned-v2-model). | |
76 | 76 |
|
77 | 77 | ### Advanced |
78 | 78 |
|
|
0 commit comments