Skip to content

Commit 0a84870

Browse files
authored
Merge pull request #124265 from ynakajima9/patch-2
Update data-retention-configure.md
2 parents 487b02b + 190f537 commit 0a84870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Status code: 200
133133

134134
To set the default interactive retention period of Analytics tables within a Log Analytics workspace, run the [az monitor log-analytics workspace update](/cli/azure/monitor/log-analytics/workspace/#az-monitor-log-analytics-workspace-update) command and pass the `--retention-time` parameter.
135135

136-
This example sets the table's interactive retention to 30 days, and the total retention to two years, which means that the long-term retention period is 23 months:
136+
This example sets the table's interactive retention to 30 days:
137137

138138
```azurecli
139139
az monitor log-analytics workspace update --resource-group myresourcegroup --retention-time 30 --workspace-name myworkspace

0 commit comments

Comments
 (0)