Skip to content

Commit c543b08

Browse files
authored
Merge pull request #112154 from MS-jgol/api-ref-links
Updated api ref links
2 parents 37df038 + 481678e commit c543b08

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/azure-monitor/app/status-monitor-v2-detailed-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The Application Insights SDK will need to send your app's telemetry to Microsoft
215215
216216
Use the `Enable-ApplicationInsightsMonitoring` command to enable monitoring.
217217
218-
See the [API reference](../../azure-monitor/app/status-monitor-v2-api-reference.md) for a detailed description of how to use this cmdlet.
218+
See the [API reference](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#enable-applicationinsightsmonitoring) for a detailed description of how to use this cmdlet.
219219
220220
221221

articles/azure-monitor/app/status-monitor-v2-overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Application Insights Agent is located here: https://www.powershellgallery.com/pa
3232
- See the [detailed instructions](status-monitor-v2-detailed-instructions.md) for a deep dive on how to get started.
3333

3434
## PowerShell API reference
35-
- [Disable-ApplicationInsightsMonitoring](status-monitor-v2-api-reference.md)
36-
- [Disable-InstrumentationEngine](status-monitor-v2-api-reference.md)
37-
- [Enable-ApplicationInsightsMonitoring](status-monitor-v2-api-reference.md)
38-
- [Enable-InstrumentationEngine](status-monitor-v2-api-reference.md)
39-
- [Get-ApplicationInsightsMonitoringConfig](status-monitor-v2-api-reference.md)
40-
- [Get-ApplicationInsightsMonitoringStatus](status-monitor-v2-api-reference.md)
41-
- [Set-ApplicationInsightsMonitoringConfig](status-monitor-v2-api-reference.md)
42-
- [Start-ApplicationInsightsMonitoringTrace](status-monitor-v2-api-reference.md)
35+
- [Disable-ApplicationInsightsMonitoring](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#disable-applicationinsightsmonitoring)
36+
- [Disable-InstrumentationEngine](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#disable-instrumentationengine)
37+
- [Enable-ApplicationInsightsMonitoring](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#enable-applicationinsightsmonitoring)
38+
- [Enable-InstrumentationEngine](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#enable-instrumentationengine)
39+
- [Get-ApplicationInsightsMonitoringConfig](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#get-applicationinsightsmonitoringconfig)
40+
- [Get-ApplicationInsightsMonitoringStatus](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#get-applicationinsightsmonitoringstatus)
41+
- [Set-ApplicationInsightsMonitoringConfig](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#set-applicationinsightsmonitoringconfig)
42+
- [Start-ApplicationInsightsMonitoringTrace](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#start-applicationinsightsmonitoringtrace)
4343

4444
## Troubleshooting
4545
- [Troubleshooting](status-monitor-v2-troubleshoot.md)
@@ -61,7 +61,7 @@ Each of these options is described in the [detailed instructions](status-monitor
6161

6262
- How do I verify that the enablement succeeded?
6363

64-
- The [Get-ApplicationInsightsMonitoringStatus](status-monitor-v2-api-reference.md) cmdlet can be used to verify that enablement succeeded.
64+
- The [Get-ApplicationInsightsMonitoringStatus](https://docs.microsoft.com/azure/azure-monitor/app/status-monitor-v2-api-reference#get-applicationinsightsmonitoringstatus) cmdlet can be used to verify that enablement succeeded.
6565
- We recommend you use [Live Metrics](https://docs.microsoft.com/azure/azure-monitor/app/live-stream) to quickly determine if your app is sending telemetry.
6666

6767
- You can also use [Log Analytics](../log-query/get-started-portal.md) to list all the cloud roles currently sending telemetry:

0 commit comments

Comments
 (0)