Skip to content

Commit f216414

Browse files
committed
Fix awkward sentence and formatting.
1 parent 218ac18 commit f216414

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

articles/storage/files/create-classic-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create an Azure Classic File Share
2+
title: Create an classic file share
33
titleSuffix: Azure Files
44
description: How to create an Azure storage account and Azure classic file share by using the Azure portal, Azure PowerShell, or Azure CLI.
55
author: khdownie

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a File Share (Microsoft.FileShares)
2+
title: Create a file share (Microsoft.FileShares)
33
description: Learn to use the Azure portal to deploy an NFS file share with Microsoft.FileShares resource provider (preview).
44
author: khdownie
55
ms.service: azure-file-storage
@@ -62,17 +62,17 @@ The first tab to complete creating a file share is labeled **Basics**, which con
6262
![A screenshot of the Azure portal for create flow 1 for file share.](./media/storage-how-to-create-microsoft-fileshares/file-share-create-flow-basic.png)
6363

6464

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> &nbsp;&nbsp;&nbsp;&nbsp;- Provisioned IOPS <br> &nbsp;&nbsp;&nbsp;&nbsp;- 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). |
7676

7777
### Advanced
7878

0 commit comments

Comments
 (0)