Skip to content

Commit 223ce2b

Browse files
authored
Merge pull request #134615 from normesta/normesta-reg-updates-6
Fixing a statement
2 parents 68085b5 + ad31909 commit 223ce2b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ Applications that call Blob APIs will likely work.
8787

8888
If [anonymous read access](storage-manage-access-to-resources.md) has been granted to a container, then ACLs have no effect on that container or the files in that container.
8989

90-
## Premium-performance BlockBlobStorage storage accounts
90+
### Diagnostic logs
91+
92+
The setting for retention days is not yet supported, but you can delete logs manually by using any supported tool such as Azure Storage Explorer, REST or an SDK.
93+
94+
## Issues specific to premium-performance BlockBlobStorage storage accounts
9195

9296
### Diagnostic logs
9397

@@ -104,8 +108,6 @@ Set-AzCurrentStorageAccount -Name premiumGen2Account -ResourceGroupName PremiumG
104108
Set-AzStorageServiceLoggingProperty -ServiceType Blob -LoggingOperations read,write,delete -RetentionDays 14
105109
```
106110

107-
The setting for retention days is not yet supported, but you can delete logs manually by using any supported tool such as Azure Storage Explorer, REST or an SDK.
108-
109111
### Lifecycle management policies
110112

111113
- Lifecycle management policies are supported only on general-purpose v2 accounts. They aren't yet supported in premium BlockBlobStorage storage accounts.

0 commit comments

Comments
 (0)