Skip to content

Commit 5c2f566

Browse files
authored
Update custom-logs-migrate.md
1 parent bfd7bf0 commit 5c2f566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/custom-logs-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ If the table that you're targeting with DCR-based log collection fits the criter
3939
1. Issue the following API call against your table. This call is idempotent, so there will be no effect if the table has already been migrated.
4040

4141
```rest
42-
POST /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.operationalinsights/workspaces/{workspaceName}/tables/{tableName}/migrate?api-version=2021-03-01-privatepreview
42+
POST https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}/migrate?api-version=2021-12-01-preview
4343
```
4444
4545
1. Discontinue use of the Data Collector API and start using the new Logs ingestion API.
4646
4747
## Next steps
4848
4949
- [Walk through a tutorial sending custom logs using the Azure portal.](tutorial-logs-ingestion-portal.md)
50-
- [Walk through a tutorial sending custom logs using Resource Manager templates and REST API.](tutorial-logs-ingestion-api.md)
50+
- [Walk through a tutorial sending custom logs using Resource Manager templates and REST API.](tutorial-logs-ingestion-api.md)

0 commit comments

Comments
 (0)