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
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-known-issues.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,12 @@ Unmanaged VM disks are not supported in accounts that have a hierarchical namesp
42
42
43
43
<aid="api-scope-data-lake-client-library" />
44
44
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
48
46
49
47
- .NET, Java and Python are in public preview. Other SDKs are not currently supported.
50
48
- Get and Set ACLs operations are not currently recursive.
51
49
52
-
###Filesystem Support in PowerShell and Azure CLI
50
+
## Filesystem Support in PowerShell and Azure CLI
53
51
54
52
Get and Set ACLs operations are not currently recursive.
55
53
@@ -71,7 +69,6 @@ The following table lists all other features and tools that are not yet supporte
71
69
| **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.
72
70
|**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.|
73
71
|**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. |
75
72
|**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).|
76
73
|**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.|
0 commit comments