Skip to content

Commit ab3afe6

Browse files
committed
Fixing numbering and adding premium statement.
1 parent 194aee6 commit ab3afe6

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

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

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,22 @@ 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**.
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+
1. In **Replication**, select **Locally redundant storage (LRS)**.
29+
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).
30+
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.
31+
1. In **Resource group**, select **Create new**. For the name, enter *myResourceGroup*.
32+
1. In **Location**, select **East US**.
33+
1. In **Virtual networks**, leave the default option as **Disabled**.
34+
1. To make the storage account easier to find, select **Pin to dashboard**.
35+
1. When you're finished, select **Create** to start the deployment.

0 commit comments

Comments
 (0)