diff --git a/articles/azure-monitor/vm/data-collection-log-text.md b/articles/azure-monitor/vm/data-collection-log-text.md index a0b344c25e..4170d3716b 100644 --- a/articles/azure-monitor/vm/data-collection-log-text.md +++ b/articles/azure-monitor/vm/data-collection-log-text.md @@ -129,7 +129,7 @@ $tableParams = @' } '@ -Invoke-AzRestMethod -Path "/subscriptions/{subscription}/resourcegroups/{resourcegroup}/providers/microsoft.operationalinsights/workspaces/{workspace}/tables/MyTable_CL?api-version=2021-12-01-preview" -Method PUT -payload $tableParams +Invoke-AzRestMethod -Path "/subscriptions/{subscriptionId}/resourcegroups/{resourcegroup}/providers/microsoft.operationalinsights/workspaces/{workspace}/tables/MyTable_CL?api-version=2021-12-01-preview" -Method PUT -payload $tableParams ``` ## Multiline log files