Skip to content

Commit d14697d

Browse files
authored
Merge pull request #96177 from pgitlarski/patch-1
Update data-retention-archive.md
2 parents 77961d3 + 43d8110 commit d14697d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/logs/data-retention-archive.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To set the default workspace retention policy:
3939

4040
By default, all tables in your workspace inherit the workspace's interactive retention setting and have no archive policy. You can modify the retention and archive policies of individual tables, except for workspaces in the legacy Free Trial pricing tier.
4141

42-
You can keep data in interactive retention between 4 and 730 days. You can set the archive period for a total retention time of up to 2,555 days (seven years).
42+
You can keep data in interactive retention between 4 and 730 days. You can set the archive period for a total retention time of up to 2,556 days (seven years).
4343

4444
# [Portal](#tab/portal-1)
4545

@@ -80,8 +80,8 @@ The request body includes the values in the following table.
8080

8181
|Name | Type | Description |
8282
| --- | --- | --- |
83-
|properties.retentionInDays | integer | The table's data retention in days. This value can be between 4 and 730; or 1095, 1460, 1826, 2191, or 2556. <br/>Setting this property to null will default to the workspace retention. For a Basic Logs table, the value is always 8. |
84-
|properties.totalRetentionInDays | integer | The table's total data retention including archive period. Set this property to null if you don't want to archive data. |
83+
|properties.retentionInDays | integer | The table's data retention in days. This value can be between 4 and 730. <br/>Setting this property to null will default to the workspace retention. For a Basic Logs table, the value is always 8. |
84+
|properties.totalRetentionInDays | integer | The table's total data retention including archive period. This value can be between 4 and 730; or 1095, 1460, 1826, 2191, or 2556. Set this property to null if you don't want to archive data. |
8585

8686
**Example**
8787

@@ -226,4 +226,4 @@ The retention can also be [set programatically using PowerShell](../app/powershe
226226
## Next steps
227227
- [Learn more about Log Analytics workspaces and data retention and archive.](log-analytics-workspace-overview.md)
228228
- [Create a search job to retrieve archive data matching particular criteria.](search-jobs.md)
229-
- [Restore archive data within a particular time range.](restore.md)
229+
- [Restore archive data within a particular time range.](restore.md)

0 commit comments

Comments
 (0)