Skip to content

Commit 88183d2

Browse files
authored
Update data-retention-archive.md
adding API links
1 parent 2aad6af commit 88183d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To set the default workspace retention:
6767

6868
# [API](#tab/api-3)
6969

70-
To set the retention and archive duration for a table, call the **Workspaces- Update** API:
70+
To set the retention and archive duration for a table, call the [Workspaces - Update API](/rest/api/azureml/workspaces/update):
7171

7272
```http
7373
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}?api-version=2023-09-01
@@ -159,7 +159,7 @@ To set the retention and archive duration for a table in the Azure portal:
159159

160160
# [API](#tab/api-1)
161161

162-
To set the retention and archive duration for a table, call the **Tables - Update** API:
162+
To set the retention and archive duration for a table, call the [Tables - Update API](/rest/api/loganalytics/tables/update):
163163

164164
```http
165165
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}?api-version=2022-10-01

0 commit comments

Comments
 (0)