title | description | services | author | ms.service | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|
storage-files-create-storage-account-portal |
Create a storage account for Azure Files. |
storage |
wmgries |
storage |
include |
03/28/2018 |
wgries |
include file |
A storage account is a shared pool of storage in which you can deploy an Azure file share or other storage resources, such as blobs or queues. A storage account can contain an unlimited number of shares. A share can store an unlimited number of files, up to the capacity limits of the storage account.
To create a storage account:
-
In the left menu, select + to create a resource.
-
In the search box, enter storage account, select Storage account - blob, file, table, queue, and then select Create.
-
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.
-
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.
-
In Account kind, select StorageV2. To learn more about the different kinds of storage accounts, see Understand Azure storage accounts.
-
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.
-
In Replication, select Locally redundant storage (LRS).
-
In Secure transfer required, we recommend that you always select Enabled. To learn more about this option, see Understand encryption in-transit.
-
In Subscription, select the subscription that was used to create the storage account. If you have only one subscription, it should be the default.
-
In Resource group, select Create new. For the name, enter myResourceGroup.
-
In Location, select East US.
-
In Virtual networks, leave the default option as Disabled.
-
To make the storage account easier to find, select Pin to dashboard.
-
When you're finished, select Create to start the deployment.