Skip to content

Commit 0121957

Browse files
committed
minor fix
1 parent bcb8580 commit 0121957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/insights/monitor-azure-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ Azure Monitor Logs consolidates logs and metrics from multiple services and othe
130130

131131
![Logs](media/monitor-azure-resource/logs.png)
132132

133-
## Access monitor data from command line
133+
## Monitoring from command line
134134
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/).
135135

136136
- See [CLI metrics reference](/cli/azure/monitor/metrics) for accessing metric data from CLI.
137137
- 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.
138138
- See [Azure PowerShell metrics reference](/powershell/module/azurerm.insights/get-azurermmetric) for accessing metric data from Azure PowerShell.
139139
- 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.
140140

141-
## Access monitor data from REST API
141+
## Monitoring from REST API
142142
Include monitoring data collected from your resource in a custom application using a REST API.
143143

144144
- 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

Comments
 (0)