Skip to content

Commit 0763590

Browse files
committed
Update basic-logs-configure.md
1 parent 7e6bcac commit 0763590

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/azure-monitor/logs/basic-logs-configure.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,14 @@ For example:
179179
az monitor log-analytics workspace table update --subscription ContosoSID --resource-group ContosoRG --workspace-name ContosoWorkspace --name ContainerLogV2 --plan Analytics
180180
```
181181
182+
# [PowerShell](#tab/azure-powershell)
183+
184+
To configure a table's log data plan, use the [Update-AzOperationalInsightsTable](/powershell/module/az.operationalinsights/Update-AzOperationalInsightsTable?view=azps-9.1.0) cmdlet:
185+
186+
```powershell
187+
Update-AzOperationalInsightsTable -ResourceGroupName RG-NAME -WorkspaceName WORKSPACE-NAME -Plan Basic|Analytics
188+
```
189+
182190
---
183191

184192
## Next steps

0 commit comments

Comments
 (0)