Skip to content

Commit 9f22e4f

Browse files
authored
Merge pull request #97559 from normesta/normesta-reg-updates
some fixes
2 parents 348183e + e4640ba commit 9f22e4f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@ Unmanaged VM disks are not supported in accounts that have a hierarchical namesp
4242

4343
<a id="api-scope-data-lake-client-library" />
4444

45-
## API Scope for Data Lake Storage Client Library for SDK, Powershell and CLI
46-
47-
### Filesystem Support in SDKs
45+
## Filesystem Support in SDKs
4846

4947
- .NET, Java and Python are in public preview. Other SDKs are not currently supported.
5048
- Get and Set ACLs operations are not currently recursive.
5149

52-
### Filesystem Support in PowerShell and Azure CLI
50+
## Filesystem Support in PowerShell and Azure CLI
5351

5452
Get and Set ACLs operations are not currently recursive.
5553

@@ -71,7 +69,6 @@ The following table lists all other features and tools that are not yet supporte
7169
| **Diagnostic logging** |Diagnostic logs are supported (Preview).<br><br>Enabling logs in the Azure portal is not currently supported. Here's an example of how to enable the logs by using PowerShell. <br><br>`$storageAccount = Get-AzStorageAccount -ResourceGroupName <resourceGroup> -Name <storageAccountName>`<br><br>`Set-AzStorageServiceLoggingProperty -Context $storageAccount.Context -ServiceType Blob -LoggingOperations read,write,delete -RetentionDays <days>`. <br><br>Make sure to specify `Blob` as the value of the `-ServiceType` parameter as shown in this example. <br><br>Currently, Azure Storage Explorer can't be used for viewing diagnostic logs. To view logs, please use AzCopy or SDKs.
7270
| **Immutable storage** |Not yet supported <br><br>Immutable storage gives the ability to store data in a [WORM (Write Once, Read Many)](https://docs.microsoft.com/azure/storage/blobs/storage-blob-immutable-storage) state.|
7371
| **Object-level tiers** |Cool and archive tiers are supported. The archive tier is in preview. All other access tiers are not yet supported. <br><br> There are currently some bugs affecting the archive access tier. Sign up for the preview of the archive access tier [here](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR2EUNXd_ZNJCq_eDwZGaF5VURjFLTDRGS0Q4VVZCRFY5MUVaTVJDTkROMi4u).|
74-
| **Powershell and CLI support** | Limited functionality <br><br>Blob operations are supported. Working with directories and setting access control lists (ACLs) is not yet supported. |
7572
| **Static websites** |Not yet supported <br><br>Specifically, the ability to serve files to [Static websites](https://docs.microsoft.com/azure/storage/blobs/storage-blob-static-website).|
7673
| **Third party applications** | Limited support <br><br>Third party applications that use REST APIs to work will continue to work if you use them with Data Lake Storage Gen2. <br>Applications that call Blob APIs will likely work.|
7774
|**Soft Delete** |Not yet supported|

0 commit comments

Comments
 (0)