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
- Lifecycle management is currently not supported in premium-performance block blob storage accounts. Data can't be moved from the premium tier to lower tiers. The **Delete Blob** action is currently not supported, but we are working on enabling it.
85
-
86
-
- When you create a n HDInsight cluster, you can't yet select a block blob storage accounts that have the hierarchical namespace feature enabled on it. However, you can attach the account to the cluster after you've created it.
87
-
88
-
- Dremio doesn't yet connect to block blob storage accounts that have the hierarchical namespace feature enabled on it.
89
-
90
69
## Lifecycle management policies
91
70
92
71
The deletion of blob snapshots is not yet supported.
@@ -132,6 +111,39 @@ If [anonymous read access](storage-manage-access-to-resources.md) has been grant
132
111
133
112
Currently, there are several issues associated with using the WASB driver along with accounts that have a hierarchical namespace. We recommend that you use the [Azure Blob File System (ABFS)](data-lake-storage-abfs-driver.md) driver in your workloads.
- Data can't be moved from the premium tier to lower tiers.
136
+
137
+
- The **Delete Blob** action is currently not supported.
138
+
139
+
### HDInsight support
140
+
141
+
When you create a n HDInsight cluster, you can't yet select a block blob storage account that has the hierarchical namespace feature enabled on it. However, you can attach the account to the cluster after you've created it.
142
+
143
+
### Dremio support
144
+
145
+
Dremio doesn't yet connect to a block blob storage account that has the hierarchical namespace feature enabled on it.
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-supported-blob-storage-features.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ This table lists the Blob storage features that you can use with Azure Data Lake
19
19
## Supported Blob storage features
20
20
21
21
> [!NOTE]
22
-
> Support level refers only to how the feature is supported with Data Lake Storage Gen2. [Premium-performance block blob storage accounts](storage-blob-create-account-block-blob.md) is currently in public preview. Support-levels for those accounts appear in the **Premium block blob accounts** column.
22
+
> Support level refers only to how the feature is supported with Data Lake Storage Gen2.
23
+
>
24
+
> [Premium-performance block blob storage accounts](storage-blob-create-account-block-blob.md) for Data Lake Storage Gen2 are currently in public preview. Support-levels for these types of accounts appear in the **Premium block blob accounts** column.
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-blob-create-account-block-blob.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ ms.subservice: blobs
15
15
16
16
The BlockBlobStorage account kind lets you create block blobs with premium performance characteristics. This type of storage account is optimized for workloads with high transactions rates or that require very fast access times. This article shows how to create a BlockBlobStorage account by using the Azure portal, the Azure CLI, or Azure PowerShell.
> The hierarchical namespace feature in a block blob storage account is in public preview, and is available in the West Central US and West US 2 regions. To review limitations, see [Blob storage features available in Azure Data Lake Storage Gen2](data-lake-storage-supported-blob-storage-features.md) and [Known issues](data-lake-storage-known-issues.md). To enroll in the preview, see this form.
19
20
20
21
For more information about BlockBlobStorage accounts, see [Azure storage account overview](https://docs.microsoft.com/azure/storage/common/storage-account-overview).
21
22
@@ -117,8 +118,8 @@ To create a BlockBlobStorage account in the Azure portal, follow these steps:
117
118
118
119
To learn more, see [Introduction to Azure Data Lake Storage Gen2](data-lake-storage-introduction.md).
119
120
120
-
>[!NOTE]
121
-
The hierarchical namespace feature in a block blob storage account is in public preview, and is available in the West Central US and West US 2 regions. To review limitations, see [Blob storage features available in Azure Data Lake Storage Gen2](data-lake-storage-supported-blob-storage-features.md) and [Known issues](data-lake-storage-known-issues.md). To enroll in the preview, see this form.
121
+
>[!NOTE]
122
+
> The hierarchical namespace feature in a block blob storage account is in public preview, and is available in the West Central US and West US 2 regions. To review limitations, see [Blob storage features available in Azure Data Lake Storage Gen2](data-lake-storage-supported-blob-storage-features.md) and [Known issues](data-lake-storage-known-issues.md). To enroll in the preview, see this form.
122
123
123
124
8. Select **Review + create** to review the storage account settings.
124
125
@@ -161,6 +162,9 @@ To create a BlockBlobStorage account in the Azure portal, follow these steps:
161
162
```
162
163
If you want to optimize your storage account for data analytics, then add `-EnableHierarchicalNamespace $True` to the command. To learn more, see [Introduction to Azure Data Lake Storage Gen2](data-lake-storage-introduction.md).
163
164
165
+
> [!NOTE]
166
+
> The hierarchical namespace feature in a block blob storage account is in public preview, and is available in the West Central US and West US 2 regions. To review limitations, see [Blob storage features available in Azure Data Lake Storage Gen2](data-lake-storage-supported-blob-storage-features.md) and [Known issues](data-lake-storage-known-issues.md). To enroll in the preview, see this form.
167
+
164
168
## [Azure CLI](#tab/azure-cli)
165
169
166
170
To create a block blob account by using the Azure CLI, you must first install Azure CLI v. 2.0.46 or a later version. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
@@ -191,6 +195,9 @@ To create a block blob account by using the Azure CLI, you must first install Az
191
195
```
192
196
193
197
If you want to optimize your storage account for data analytics, then add `--hierarchical-namespace true` to the command. To learn more, see [Introduction to Azure Data Lake Storage Gen2](data-lake-storage-introduction.md).
198
+
199
+
> [!NOTE]
200
+
> The hierarchical namespace feature in a block blob storage account is in public preview, and is available in the West Central US and West US 2 regions. To review limitations, see [Blob storage features available in Azure Data Lake Storage Gen2](data-lake-storage-supported-blob-storage-features.md) and [Known issues](data-lake-storage-known-issues.md). To enroll in the preview, see this form.
0 commit comments