Skip to content

Commit 3e78e50

Browse files
authored
Update howto-monitor-virtualized-network-functions-virtual-machines.md
1 parent 8120dda commit 3e78e50

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

articles/operator-nexus/howto-monitor-virtualized-network-functions-virtual-machines.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To collect data from virtual machines by using Azure Monitor Agent, you'll need
168168

169169
#### Data Collection Rule via Portal
170170

171-
The steps to create a DCR and associate it to a Log Analytics Workspace can be found [here](../azure-monitor/agents/data-collection-rule-azure-monitor-agent.md?tabs=portal#create-data-collection-rule-and-association).
171+
The steps to create a DCR and associate it to a Log Analytics Workspace can be found [here](../azure-monitor/agents/data-collection-rule-azure-monitor-agent.md?tabs=portal).
172172

173173
Lastly verify if you're getting the logs in the Log Analytics Workspace specified.
174174

@@ -187,19 +187,13 @@ An example rules-file:
187187
<!--- IMG ![Sample DCR rule file](Docs/media/sample-data-collection-rule.png) IMG --->
188188
:::image type="content" source="media/sample-data-collection-rule.png" alt-text="Screenshot of Sample DCR rule file.":::
189189

190-
Figure: Sample DCR rule file
191-
192-
For more information, please refer to this [link](/azure/monitor/data-collection/rule#az-monitor-data-collection-rule-create).
193-
194190
**Associate DCR:**
195191

196192
```azurecli
197193
az monitor data-collection rule association create --name \<name-for-dcr-association\> --resource \<connected-machine-resource-id\> --rule-id \<dcr-resource-id\> [--description]
198194
```
199195

200-
For more information, please refer to this [link](/azure/monitor/data-collection/rule/association#az-monitor-data-collection-rule-association-create).
201-
202196
## Additional resources
203197

204198
- Review [workbooks documentation](../azure-monitor/visualize/workbooks-overview.md) and then you may use Operator Nexus telemetry [sample Operator Nexus workbooks](https://github.com/microsoft/AzureMonitorCommunity/tree/master/Azure%20Services/Azure%20Operator%20Distributed%20Services).
205-
- Review [Azure Monitor Alerts](../azure-monitor/alerts/alerts-overview.md), how to create [Azure Monitor Alert rules](../azure-monitor/alerts/alerts-create-new-alert-rule.md?tabs=metric), and use [sample Operator Nexus Alert templates](https://github.com/microsoft/AzureMonitorCommunity/tree/master/Azure%20Services/Azure%20Operator%20Distributed%20Services).
199+
- Review [Azure Monitor Alerts](../azure-monitor/alerts/alerts-overview.md), how to create [Azure Monitor Alert rules](../azure-monitor/alerts/alerts-create-new-alert-rule.md?tabs=metric), and use [sample Operator Nexus Alert templates](https://github.com/microsoft/AzureMonitorCommunity/tree/master/Azure%20Services/Azure%20Operator%20Distributed%20Services).

0 commit comments

Comments
 (0)