Skip to content

Commit d597e59

Browse files
authored
Merge pull request #115182 from roygara/upQuick
Removing incorrect statement regarding premium
2 parents d761623 + 1b27a78 commit d597e59

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

includes/storage-files-create-storage-account-portal.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,26 @@ A storage account is a shared pool of storage in which you can deploy an Azure f
1414
To create a storage account:
1515

1616
1. In the left menu, select **+** to create a resource.
17-
2. In the search box, enter **storage account**, select **Storage account - blob, file, table, queue**, and then select **Create**.
17+
1. In the search box, enter **storage account**, select **Storage account - blob, file, table, queue**, and then select **Create**.
1818
![A screenshot of what the storage account entry should look like in the resource search dialog](../articles/storage/files/media/storage-how-to-use-files-portal/create-storage-account-1.png)
1919

20-
3. In **Name**, enter *mystorageacct* followed by a few random numbers, until you see a green check mark that indicates that it's a unique name. A storage account name must be all lowercase and globally unique. Make a note of your storage account name. You will use it later.
21-
4. In **Deployment model**, leave the default value of **Resource Manager**. To learn more about the differences between Azure Resource Manager and the classic deployment model, see [Understand deployment models and the state of your resources](../articles/azure-resource-manager/management/deployment-models.md).
22-
5. In **Account kind**, select **StorageV2**. To learn more about the different kinds of storage accounts, see [Understand Azure storage accounts](../articles/storage/common/storage-account-options.md?toc=%2fazure%2fstorage%2ffiles%2ftoc.json).
23-
6. In **Performance**, keep the default value of **Standard storage**. Azure Files currently supports only standard storage; even if you select Azure Premium Storage, your file share is stored in standard storage.
24-
7. In **Replication**, select **Locally redundant storage (LRS)**.
25-
8. In **Secure transfer required**, we recommend that you always select **Enabled**. To learn more about this option, see [Understand encryption in-transit](../articles/storage/common/storage-require-secure-transfer.md?toc=%2fazure%2fstorage%2ffiles%2ftoc.json).
26-
9. In **Subscription**, select the subscription that was used to create the storage account. If you have only one subscription, it should be the default.
27-
10. In **Resource group**, select **Create new**. For the name, enter *myResourceGroup*.
28-
11. In **Location**, select **East US**.
29-
12. In **Virtual networks**, leave the default option as **Disabled**.
30-
13. To make the storage account easier to find, select **Pin to dashboard**.
31-
14. When you're finished, select **Create** to start the deployment.
20+
1. In **Name**, enter *mystorageacct* followed by a few random numbers, until you see a green check mark that indicates that it's a unique name. A storage account name must be all lowercase and globally unique. Make a note of your storage account name. You will use it later.
21+
1. In **Deployment model**, leave the default value of **Resource Manager**. To learn more about the differences between Azure Resource Manager and the classic deployment model, see [Understand deployment models and the state of your resources](../articles/azure-resource-manager/management/deployment-models.md).
22+
1. In **Performance**, keep the default value of **Standard**.
23+
24+
> [!NOTE]
25+
> This quickstart creates a standard file share but, if you wanted to use premium file shares, select **Premium** instead.
26+
27+
1. In **Account kind**, select **StorageV2**. To learn more about the different kinds of storage accounts, see [Understand Azure storage accounts](../articles/storage/common/storage-account-options.md?toc=%2fazure%2fstorage%2ffiles%2ftoc.json).
28+
29+
> [!NOTE]
30+
> This quickstart creates a general-purpose v2 account. If you wanted to use premium file shares, select **FileStorage** instead.
31+
32+
1. In **Replication**, select **Locally redundant storage (LRS)**.
33+
1. In **Secure transfer required**, we recommend that you always select **Enabled**. To learn more about this option, see [Understand encryption in-transit](../articles/storage/common/storage-require-secure-transfer.md?toc=%2fazure%2fstorage%2ffiles%2ftoc.json).
34+
1. In **Subscription**, select the subscription that was used to create the storage account. If you have only one subscription, it should be the default.
35+
1. In **Resource group**, select **Create new**. For the name, enter *myResourceGroup*.
36+
1. In **Location**, select **East US**.
37+
1. In **Virtual networks**, leave the default option as **Disabled**.
38+
1. To make the storage account easier to find, select **Pin to dashboard**.
39+
1. When you're finished, select **Create** to start the deployment.

0 commit comments

Comments
 (0)