Skip to content

Commit 5345f50

Browse files
authored
Update storage-account-create.md
1 parent d938b22 commit 5345f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/storage-account-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Create a storage account
2+
title: Create an Azure storage account
33
titleSuffix: Azure Storage
44
description: Learn to create a storage account to store blobs, files, queues, and tables. An Azure storage account provides a unique namespace in Microsoft Azure for reading and writing your data.
55
services: storage
66
author: akashdubey-ms
77

88
ms.service: azure-storage
99
ms.topic: how-to
10-
ms.date: 06/25/2024
10+
ms.date: 10/15/2024
1111
ms.author: akashdubey
1212
ms.subservice: storage-common-concepts
1313
ms.custom: devx-track-azurecli, devx-track-azurepowershell, engagement-fy23, devx-track-extended-azdevcli
1414
---
1515

1616
# Create an Azure storage account
1717

18-
An Azure storage account contains all of your Azure Storage data objects: blobs, files, queues, and tables. The storage account provides a unique namespace for your Azure Storage data that is accessible from anywhere in the world over HTTP or HTTPS. For more information about Azure storage accounts, see [Storage account overview](storage-account-overview.md).
18+
An Azure storage account contains all of your Azure Storage data objects: blobs, files, queues, and tables. The storage account provides a unique namespace for your Azure Storage data that is accessible from anywhere in the world over HTTP or HTTPS. For more information about Azure storage accounts, see [Storage account overview](storage-account-overview.md). To create a storage account specifically for use with Azure Files, see [Create an SMB file share](../files/storage-how-to-create-file-share?tabs=azure-portal#create-a-storage-account).
1919

2020
In this how-to article, you learn to create a storage account using the [Azure portal](https://portal.azure.com/), [Azure PowerShell](/powershell/azure/), [Azure CLI](/cli/azure), or an [Azure Resource Manager template](../../azure-resource-manager/management/overview.md).
2121

0 commit comments

Comments
 (0)