You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-quickstart-create-account.md
+22-37Lines changed: 22 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ description: Quickly learn to create a new storage account with access to Data L
4
4
author: normesta
5
5
ms.subservice: data-lake-storage-gen2
6
6
ms.service: storage
7
-
ms.topic: quickstart
8
-
ms.date: 08/19/2019
7
+
ms.topic: conceptual
8
+
ms.date: 10/23/2019
9
9
ms.author: normesta
10
10
ms.reviewer: stewu
11
11
---
@@ -14,7 +14,7 @@ ms.reviewer: stewu
14
14
15
15
Azure Data Lake Storage Gen2 [supports a hierarchical namespace](data-lake-storage-introduction.md) which provides a native directory-based container tailored to work with the Hadoop Distributed File System (HDFS). Access to Data Lake Storage Gen2 data from the HDFS is available through the [ABFS driver](data-lake-storage-abfs-driver.md).
16
16
17
-
This quickstart demonstrates how to create an account using the [Azure portal](https://portal.azure.com/), [Azure PowerShell](https://docs.microsoft.com/powershell/azure/overview), or via the [Azure CLI](https://docs.microsoft.com/cli/azure?view=azure-cli-latest).
17
+
This article demonstrates how to create an account using the Azure portal, Azure PowerShell, or via the Azure CLI.
18
18
19
19
## Prerequisites
20
20
@@ -23,7 +23,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
23
23
|| Prerequisite |
24
24
|-----------|--------------|
25
25
|Portal | None |
26
-
|PowerShell | This quickstart requires the PowerShell module Az.Storage version **0.7** or later. To find your current version, run the `Get-Module -ListAvailable Az.Storage` command. If after you run this command, no results appear, or if a version lower than **0.7** appears, then you'll have to upgrade your powershell module. See the [Upgrade your powershell module](#upgrade-your-powershell-module) section of this guide.
26
+
|PowerShell | This article requires the PowerShell module Az.Storage version **0.7** or later. To find your current version, run the `Get-Module -ListAvailable Az.Storage` command. If after you run this command, no results appear, or if a version lower than **0.7** appears, then you'll have to upgrade your powershell module. See the [Upgrade your powershell module](#upgrade-your-powershell-module) section of this guide.
27
27
|CLI | You can sign in to Azure and run Azure CLI commands in one of two ways: <ul><li>You can run CLI commands from within the Azure portal, in Azure Cloud Shell </li><li>You can install the CLI and run CLI commands locally</li></ul>|
28
28
29
29
When working on the command line you have the option of running the Azure Cloud shell or installing the CLI locally.
@@ -34,64 +34,49 @@ Azure Cloud Shell is a free Bash shell that you can run directly within the Azur
The button launches an interactive shell that you can use to run the steps in this quickstart:
37
+
The button launches an interactive shell that you can use to run the steps in this article:
38
38
39
39
[](https://portal.azure.com)
40
40
41
41
### Install the CLI locally
42
42
43
-
You can also install and use the Azure CLI locally. This quickstart requires that you are running the Azure CLI version 2.0.38 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
43
+
You can also install and use the Azure CLI locally. This article requires that you are running the Azure CLI version 2.0.38 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
44
44
45
45
## Create a storage account with Azure Data Lake Storage Gen2 enabled
46
46
47
-
Before you create an account, you first create a resource group that acts as a logical container to storage accounts or any other Azure resources you create. If you wish to clean up the resources created by this quickstart, you can simply delete the resource group. Deleting the resource group also deletes the associated storage account, and any other resources associated with the resource group. For more information regarding resource groups, see [Azure Resource Manager overview](../../azure-resource-manager/resource-group-overview.md).
47
+
An Azure storage account contains all of your Azure Storage data objects: blobs, files, queues, tables, and disks. The storage account provides a unique namespace for your Azure Storage data that is accessible from anywhere in the world over HTTP or HTTPS. Data in your Azure storage account is durable and highly available, secure, and massively scalable.
48
48
49
49
> [!NOTE]
50
50
> You must create new storage accounts as type **StorageV2 (general-purpose V2)** to take advantage of Data Lake Storage Gen2 features.
51
51
52
52
For more information about storage accounts, see [Azure Storage account overview](../common/storage-account-overview.md).
53
53
54
-
When naming your storage account, keep these rules in mind:
55
-
56
-
- Storage account names must be between 3 and 24 characters in length and may contain numbers and lowercase letters only.
57
-
- Your storage account name must be unique within Azure. No two storage accounts can have the same name.
58
-
59
54
## Create an account using the Azure portal
60
55
61
56
Sign in to the [Azure portal](https://portal.azure.com).
62
57
63
-
### Create a resource group
64
-
65
-
To create a resource group in the Azure portal, follow these steps:
58
+
### Create a storage account
66
59
67
-
1. In the Azure portal, expand the menu on the left side to open the menu of services, and choose **Resource Groups**.
68
-
2. Click the **Add** button to add a new resource group.
69
-
3. Enter a name for the new resource group.
70
-
4. Select the subscription in which to create the new resource group.
71
-
5. Choose the location for the resource group.
72
-
6. Click the **Create** button.
73
-
74
-

75
-
76
-
### Create a general-purpose v2 storage account
60
+
Every storage account must belong to an Azure resource group. A resource group is a logical container for grouping your Azure services. When you create a storage account, you have the option to either create a new resource group, or use an existing resource group. This article shows how to create a new resource group.
77
61
78
62
To create a general-purpose v2 storage account in the Azure portal, follow these steps:
79
63
80
64
> [!NOTE]
81
65
> The hierarchical namespace is currently available in all public regions.
82
66
83
-
1. In the Azure portal, expand the menu on the left side to open the menu of services, and choose **All services**. Then, scroll down to **Storage**, and choose **Storage accounts**. On the **Storage Accounts** window that appears, choose **Add**.
84
-
2. Select your **Subscription** and the **Resource group** you created earlier.
85
-
3. Enter a name for your storage account.
86
-
4. Set **Location** to **West US 2**
87
-
5. Leave these fields set to their defaults: **Performance**, **Account kind**, **Replication**, **Access tier**.
88
-
6. Choose the subscription in which you want to create the storage account.
89
-
7. Select **Next : Advanced >**
90
-
8. Leave the values under **SECURITY** and **VIRTUAL NETWORKS** fields set to their defaults.
91
-
9. In the **Data Lake Storage Gen2** section set **Hierarchical namespace** to **Enabled**.
92
-
10. Click **Review + Create** to create the storage account.
67
+
1. Choose the subscription in which you want to create the storage account.
68
+
2. In the Azure portal, choose the **Create a resource** button, then choose **Storage account**.
69
+
3. Under the **Resource group** field, select **Create new**. Enter a name for your new resource group.
70
+
71
+
A resource group is a logical container for grouping your Azure services. When you create a storage account, you have the option to either create a new resource group, or use an existing resource group.
93
72
94
-

73
+
4. Next, enter a name for your storage account. The name you choose must be unique across Azure. The name also must be between 3 and 24 characters in length, and can include numbers and lowercase letters only.
74
+
5. Choose a location.
75
+
6. Make sure that **StorageV2 (general purpose v2)** appears as selected in the **Account kind** drop-down list.
76
+
7. Optionally change the values in each of these fields: **Performance**, **Replication**, **Access tier**. To learn more about these options, see [Introduction to Azure Storage](https://docs.microsoft.com/azure/storage/common/storage-introduction#introducing-the-azure-storage-services).
77
+
8. Choose the **Advanced** tab.
78
+
10. In the **Data Lake Storage Gen2** section set **Hierarchical namespace** to **Enabled**.
79
+
11. Click **Review + Create** to create the storage account.
95
80
96
81
Your storage account is now created through the portal.
97
82
@@ -222,6 +207,6 @@ az group delete --name myResourceGroup
222
207
223
208
## Next steps
224
209
225
-
In this quickstart, you've created a storage account with Data Lake Storage Gen2 capabilities. To learn how to upload and download blobs to and from your storage account, see the following topic.
210
+
In this article, you've created a storage account with Data Lake Storage Gen2 capabilities. To learn how to upload and download blobs to and from your storage account, see the following topic.
0 commit comments