Skip to content

Commit 7d4c72e

Browse files
committed
link fixes
1 parent 4eeca27 commit 7d4c72e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-monitor/agents/azure-monitor-agent-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ New-AzConnectedMachineExtension -Name AzureMonitorLinuxAgent -ExtensionType Azur
181181
2. Add the **configuration endpoint URL** to fetch data collection rules to the allow list for the gateway
182182
`Add-OMSGatewayAllowedHost -Host global.handler.control.monitor.azure.com`
183183
`Add-OMSGatewayAllowedHost -Host <gateway-server-region-name>.handler.control.monitor.azure.com`
184-
(If using private links on the agent, you must also add the [dce endpoints](./data-collection-endpoint-overview.md#components-of-a-data-collection-endpoint))
184+
(If using private links on the agent, you must also add the [dce endpoints](../essentials/data-collection-endpoint-overview.md#components-of-a-data-collection-endpoint))
185185
3. Add the **data ingestion endpoint URL** to the allow list for the gateway
186186
`Add-OMSGatewayAllowedHost -Host <log-analytics-workspace-id>.ods.opinsights.azure.com`
187187
3. Restart the **OMS Gateway** service to apply the changes

articles/azure-monitor/essentials/data-collection-rule-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Each data source has a data source type. Each type defines a unique set of prope
3939

4040
| Data source type | Description |
4141
|:---|:---|
42-
| extension | VM extension-based data source, used exclusively by Log Analytics solutions and Azure services ([View agent supported services and solutions](./azure-monitor-agent-overview.md#supported-services-and-features)) |
42+
| extension | VM extension-based data source, used exclusively by Log Analytics solutions and Azure services ([View agent supported services and solutions](../agents/azure-monitor-agent-overview.md#supported-services-and-features)) |
4343
| performanceCounters | Performance counters for both Windows and Linux |
4444
| syslog | Syslog events on Linux |
4545
| windowsEventLogs | Windows event log |

0 commit comments

Comments
 (0)