Skip to content

Commit c61bfc3

Browse files
committed
updating with sumant feedback
1 parent 81eb88f commit c61bfc3

File tree

3 files changed

+54
-29
lines changed

3 files changed

+54
-29
lines changed

articles/storage/blobs/data-lake-storage-known-issues.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,39 @@ Get and set ACL operations are not currently recursive.
6262

6363
## File system support in PowerShell and Azure CLI
6464

65-
- [PowerShell](data-lake-storage-directory-file-acl-powershell.md) and [Azure CLI](data-lake-storage-directory-file-acl-cli.md) support are in public preview.
66-
- Get and set ACL operations are not currently recursive.
65+
[PowerShell](data-lake-storage-directory-file-acl-powershell.md) and [Azure CLI](data-lake-storage-directory-file-acl-cli.md) support are in public preview.
66+
67+
Get and set ACL operations are not currently recursive.
68+
69+
## Premium-performance block blob storage accounts
70+
71+
- Diagnostics logs can't yet be enabled by using the Azure portal. You can enable them by using PowerShell. For example:
72+
73+
```powershell
74+
#To login
75+
Connect-AzAccount
76+
77+
#Set default block blob storage account.
78+
Set-AzCurrentStorageAccount -Name premiumGen2Account -ResourceGroupName PremiumGen2Group
79+
80+
#Enable logging
81+
Set-AzStorageServiceLoggingProperty -ServiceType Blob -LoggingOperations read,write,delete -RetentionDays 14
82+
```
83+
84+
- 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.
6789

6890
## Lifecycle management policies
6991

70-
* The deletion of blob snapshots is not yet supported.
92+
The deletion of blob snapshots is not yet supported.
7193

7294
## Archive Tier
7395

7496
There is currently a bug that affects the archive access tier.
7597

76-
7798
## Blobfuse
7899

79100
Blobfuse is not supported.
@@ -115,3 +136,5 @@ Currently, there are several issues associated with using the WASB driver along
115136

116137

117138

139+
140+

articles/storage/blobs/data-lake-storage-supported-blob-storage-features.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: normesta
55
ms.subservice: data-lake-storage-gen2
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 02/26/2020
8+
ms.date: 03/27/2020
99
ms.author: normesta
1010
ms.reviewer: stewu
1111
---
@@ -14,36 +14,35 @@ ms.reviewer: stewu
1414

1515
Blob Storage features such as [diagnostic logging](../common/storage-analytics-logging.md), [access tiers](storage-blob-storage-tiers.md), and [Blob Storage lifecycle management policies](storage-lifecycle-management-concepts.md) now work with accounts that have a hierarchical namespace. Therefore, you can enable hierarchical namespaces on your Blob storage accounts without losing access to these features.
1616

17-
This table lists the Blob storage features that you can use with Azure Data Lake Storage Gen2. The items that appear in these tables will change over time as support continues to expand.
17+
This table lists the Blob storage features that you can use with Azure Data Lake Storage Gen2. The items that appear in these tables will change over time as support continues to expand. To learn more about specific issues associated with the preview status of a feature, see the [Known issues](data-lake-storage-known-issues.md) article.
1818

1919
## Supported Blob storage features
2020

2121
> [!NOTE]
22-
> Support level refers only to how the feature is supported with Data Lake Storage Gen2.
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.
2323
24-
|Blob Storage feature |Support level |Related articles |
24+
|Blob Storage feature |General-purpose V2 accounts|Premium block blob accounts |Related articles |
2525
|---------------|-------------------|---|
26-
|Hot access tier|Generally available|[Azure Blob storage: hot, cool, and archive access tiers](storage-blob-storage-tiers.md)|
27-
|Cool access tier|Generally available|[Azure Blob storage: hot, cool, and archive access tiers](storage-blob-storage-tiers.md)|
28-
|Events|Generally available|[Reacting to Blob storage events](storage-blob-event-overview.md)|
29-
|Metrics (Classic)|Generally available|[Azure Storage analytics metrics (Classic)](../common/storage-analytics-metrics.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)|
30-
|Metrics in Azure Monitor|Generally available|[Azure Storage metrics in Azure Monitor](../common/storage-metrics-in-azure-monitor.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)|
31-
|Blob storage PowerShell commands|Generally available|[Quickstart: Upload, download, and list blobs with PowerShell](storage-quickstart-blobs-powershell.md)|
32-
|Blob storage Azure CLI commands|Generally available|[Quickstart: Create, download, and list blobs with Azure CLI](storage-quickstart-blobs-cli.md)|
33-
|Blob storage APIs|Generally available|[Quickstart: Azure Blob storage client library v12 for .NET](storage-quickstart-blobs-dotnet.md)<br>[Quickstart: Manage blobs with Java v12 SDK](storage-quickstart-blobs-java.md)<br>[Quickstart: Manage blobs with Python v12 SDK](storage-quickstart-blobs-python.md)<br>[Quickstart: Manage blobs with JavaScript v12 SDK in Node.js](storage-quickstart-blobs-nodejs.md)|
34-
|Archive Access Tier|Preview|[Azure Blob storage: hot, cool, and archive access tiers](storage-blob-storage-tiers.md)|
35-
|Lifecycle management policies|Preview|[Manage the Azure Blob storage lifecycle](storage-lifecycle-management-concepts.md)|
36-
|Diagnostic logs|Preview|[Azure Storage analytics logging](../common/storage-analytics-logging.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)|
37-
|Premium block blobs|Preview|[Create a BlockBlobStorage account](storage-blob-create-account-block-blob.md)|
38-
|Change feed|Not yet supported|[Change feed support in Azure Blob storage](storage-blob-change-feed.md)|
39-
|Account failover|Not yet supported|[Disaster recovery and account failover](../common/storage-disaster-recovery-guidance.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)|
40-
|Blob container ACL|Not yet supported|[Set Container ACL](https://docs.microsoft.com/rest/api/storageservices/set-container-acl)|
41-
|Custom domains|Not yet supported|[Map a custom domain to an Azure Blob storage endpoint](storage-custom-domain-name.md)|
42-
|Immutable storage|Not yet supported|[Store business-critical blob data with immutable storage](storage-blob-immutable-storage.md)|
43-
|Snapshots|Not yet supported|[Create and manage a blob snapshot in .NET](storage-blob-snapshots.md)|
44-
|Soft Delete|Not yet supported|[Soft delete for Azure Storage blobs](storage-blob-soft-delete.md)|
45-
|Static websites|Not yet supported|[Static website hosting in Azure Storage](storage-blob-static-website.md)|
46-
|Logging in Azure Monitor|Not yet supported|Not yet available|
26+
|Hot access tier|Generally available|Not supported|[Azure Blob storage: hot, cool, and archive access tiers](storage-blob-storage-tiers.md)|
27+
|Cool access tier|Generally available|Not supported|[Azure Blob storage: hot, cool, and archive access tiers](storage-blob-storage-tiers.md)|
28+
|Events|Generally available|preview|[Reacting to Blob storage events](storage-blob-event-overview.md)|
29+
|Metrics (Classic)|Generally available|Not supported|[Azure Storage analytics metrics (Classic)](../common/storage-analytics-metrics.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)|
30+
|Metrics in Azure Monitor|Generally available|Preview|[Azure Storage metrics in Azure Monitor](../common/storage-metrics-in-azure-monitor.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)|
31+
|Blob storage PowerShell commands|Generally available|Preview|[Quickstart: Upload, download, and list blobs with PowerShell](storage-quickstart-blobs-powershell.md)|
32+
|Blob storage Azure CLI commands|Generally available|Preview|[Quickstart: Create, download, and list blobs with Azure CLI](storage-quickstart-blobs-cli.md)|
33+
|Blob storage APIs|Generally available|Preview|[Quickstart: Azure Blob storage client library v12 for .NET](storage-quickstart-blobs-dotnet.md)<br>[Quickstart: Manage blobs with Java v12 SDK](storage-quickstart-blobs-java.md)<br>[Quickstart: Manage blobs with Python v12 SDK](storage-quickstart-blobs-python.md)<br>[Quickstart: Manage blobs with JavaScript v12 SDK in Node.js](storage-quickstart-blobs-nodejs.md)|
34+
|Archive Access Tier|Preview|Not supported|[Azure Blob storage: hot, cool, and archive access tiers](storage-blob-storage-tiers.md)|
35+
|Lifecycle management policies|Preview|Not supported|[Manage the Azure Blob storage lifecycle](storage-lifecycle-management-concepts.md)|
36+
|Diagnostic logs|Preview|Preview|[Azure Storage analytics logging](../common/storage-analytics-logging.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)|
37+
|Change feed|Not yet supported|Not yet supported|[Change feed support in Azure Blob storage](storage-blob-change-feed.md)|
38+
|Account failover|Not yet supported|Not yet supported|[Disaster recovery and account failover](../common/storage-disaster-recovery-guidance.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)|
39+
|Blob container ACL|Not yet supported|Not yet supported|[Set Container ACL](https://docs.microsoft.com/rest/api/storageservices/set-container-acl)|
40+
|Custom domains|Not yet supported|Not yet supported|[Map a custom domain to an Azure Blob storage endpoint](storage-custom-domain-name.md)|
41+
|Immutable storage|Not yet supported|Not yet supported|[Store business-critical blob data with immutable storage](storage-blob-immutable-storage.md)|
42+
|Snapshots|Not yet supported|Not yet supported|[Create and manage a blob snapshot in .NET](storage-blob-snapshots.md)|
43+
|Soft Delete|Not yet supported|Not yet supported|[Soft delete for Azure Storage blobs](storage-blob-soft-delete.md)|
44+
|Static websites|Not yet supported|Not yet supported|[Static website hosting in Azure Storage](storage-blob-static-website.md)|
45+
|Logging in Azure Monitor|Not yet supported|Not yet supported|Not yet available|
4746

4847

4948
## See also

articles/storage/blobs/storage-blob-create-account-block-blob.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ To create a BlockBlobStorage account in the Azure portal, follow these steps:
117117

118118
To learn more, see [Introduction to Azure Data Lake Storage Gen2](data-lake-storage-introduction.md).
119119

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.
122+
120123
8. Select **Review + create** to review the storage account settings.
121124

122125
9. Select **Create**.

0 commit comments

Comments
 (0)