Skip to content

Commit 2abf225

Browse files
committed
some minor tweaks
1 parent dca6c87 commit 2abf225

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

articles/storage/blobs/data-lake-storage-quickstart-create-account.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,29 +51,25 @@ An Azure storage account contains all of your Azure Storage data objects: blobs,
5151
5252
For more information about storage accounts, see [Azure Storage account overview](../common/storage-account-overview.md).
5353

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-
5954
## Create an account using the Azure portal
6055

6156
Sign in to the [Azure portal](https://portal.azure.com).
6257

6358
### Create a storage account
6459

65-
Now you are ready to create your storage account.
66-
6760
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.
6861

69-
A general-purpose v2 storage account provides access to all of the Azure Storage services: blobs, files, queues, tables, and disks. To create a general-purpose v2 storage account in the Azure portal, follow these steps:
62+
To create a general-purpose v2 storage account in the Azure portal, follow these steps:
7063

7164
> [!NOTE]
7265
> The hierarchical namespace is currently available in all public regions.
7366
7467
1. Choose the subscription in which you want to create the storage account.
7568
2. In the Azure portal, choose the **Create a resource** button, then choose **Storage account**.
76-
3. Under the **Resource group** field, select **Create new**. Enter a name for your new resource group, as shown in the following image.
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.
72+
7773
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.
7874
5. Choose a location.
7975
6. Make sure that **StorageV2 (general purpose v2)** appears as selected in the **Account kind** drop-down list.

0 commit comments

Comments
 (0)