You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/insights/monitor-azure-resource.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,15 +130,15 @@ Azure Monitor Logs consolidates logs and metrics from multiple services and othe
130
130
131
131

132
132
133
-
## Access monitor data from command line
133
+
## Monitoring from command line
134
134
You can access monitoring data collected from your resource from a command line or include in a script using [Azure PowerShell](/powershell/azure/) or [Azure Command Line Interface](/cli/azure/).
135
135
136
136
- See [CLI metrics reference](/cli/azure/monitor/metrics) for accessing metric data from CLI.
137
137
- See [CLI Log Analytics reference](/cli/azure/ext/log-analytics/monitor/log-analytics) for accessing Azure Monitor Logs data using a log query from CLI.
138
138
- See [Azure PowerShell metrics reference](/powershell/module/azurerm.insights/get-azurermmetric) for accessing metric data from Azure PowerShell.
139
139
- See [Azure PowerShell log query reference](/powershell/module/az.operationalinsights/Invoke-AzOperationalInsightsQuery) for accessing Azure Monitor Logs data using a log query from Azure PowerShell.
140
140
141
-
## Access monitor data from REST API
141
+
## Monitoring from REST API
142
142
Include monitoring data collected from your resource in a custom application using a REST API.
143
143
144
144
- See [Azure Monitoring REST API walkthrough](../platform/rest-api-walkthrough.md) for details on accessing metrics from the Azure Monitor REST API.
0 commit comments