Skip to content

Commit e0f94f0

Browse files
authored
Update archive-diagnostic-logs.md
Fixed incorrect value
1 parent c6d8d62 commit e0f94f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/platform/archive-diagnostic-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Set-AzDiagnosticSetting -ResourceId /subscriptions/s1id1234-5679-0123-4567-89012
6767
| Category |No |Comma-separated list of log categories to enable. |
6868
| Enabled |Yes |Boolean indicating whether diagnostics are enabled or disabled on this resource. |
6969
| RetentionEnabled |No |Boolean indicating if a retention policy are enabled on this resource. |
70-
| RetentionInDays |No |Number of days for which events should be retained between 1 and 2147483647. A value of zero stores the logs indefinitely. |
70+
| RetentionInDays |No |Number of days for which events should be retained between 1 and 365. A value of zero stores the logs indefinitely. |
7171

7272
## Archive diagnostic logs via the Azure CLI
7373

0 commit comments

Comments
 (0)