Skip to content

Commit 5d22c85

Browse files
committed
updates
1 parent b9728b8 commit 5d22c85

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

articles/azure-monitor/best-practices-multicloud.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,52 +8,53 @@ ms.reviewer: bwren
88
---
99

1010
# Multicloud monitoring with Azure Monitor
11-
In addition to monitoring services and application in Azure, Azure Monitor can provide a complete monitoring for your resources and applications running in other clouds. This article describes features of Azure Monitor that allow you to provide complete monitoring across your AWS and GCP environments.
11+
Most customer environments include in multiple clouds. In addition to Azure, you may have applications and other resources in Amazon Web Services (AWS) and Google Cloud Platform (GCP)
1212

13+
In addition to monitoring services and application in Azure, Azure Monitor can provide complete monitoring for your resources and applications running in other clouds. This article describes features of Azure Monitor that allow you to provide complete monitoring across your AWS and GCP environments.
1314

14-
## Azure Arc
1515

16+
## Azure Arc
17+
Azure Arc simplifies governance and management by delivering a consistent multi-cloud management platform.
1618

1719
## Virtual machines
18-
To onboard AWS EC2 or GCP VM instances into Azure Monitor, you will need to deploy the Azure Arc agent, and the Azure Monitor Agent.
19-
20-
Azure Arc-enabled servers lets you manage virtual machines hosted on another cloud provider with a management experience consistent with how you manage native Azure virtual machines. This includes using standard Azure constructs such as Azure Policy and applying tags.
21-
20+
Using [Azure Arc-enabled servers](../azure-arc/servers/overview.md), [VM insights](vm/vminsights-overview.md) in Azure Monitor provides a consistent experience between both Azure virtual machines and your AWS EC2 or GCP VM instances. You can view your hybrid machines right alongside your Azure machines and onboard them using identical methods. This includes using standard Azure constructs such as Azure Policy and applying tags.
2221

2322
- [Overview of Azure Arc-enabled servers](../azure-arc/servers/overview.md)
2423
- [Plan and deploy Azure Arc-enabled servers](../azure-arc/servers/plan-at-scale-deployment.md)
2524

26-
Azure Monitor agent is required to collect data from the guest operating system and workloads running on the virtual machine.
25+
The Azure Monitor agent installed by VM insights collects data from the client operating system of virtual machines regardless of their location. Use the same [data collection rules](essentials/data-collection-rule-overview.md) that define your data collection across all of the virtual machines across your different cloud environments.
2726

2827
- [Azure Monitor Agent overview](agents/agents-overview.md)
2928
- [Manage Azure Monitor Agent](agents/azure-monitor-agent-manage.md)
29+
- [Collect events and performance counters from virtual machines with Azure Monitor Agent](agents/data-collection-rule-azure-monitor-agent.md)
3030

3131

3232

33-
### Microsoft Defender for Cloud
34-
If you are using Defender for Cloud, you can connect your AWS account and GCP projects, and automate the deployment of the Azure Arc agent to your AWS EC2 and GCP VM instances.
35-
36-
- [Connect your AWS accounts to Microsoft Defender for Cloud](../defender-for-cloud/quickstart-onboard-aws.md)
37-
- [Connect your GCP projects to Microsoft Defender for Cloud](../defender-for-cloud/quickstart-onboard-gcp.md)
38-
39-
40-
41-
## Containers
42-
Azure Arc-enabled Kubernetes allows you to attach and configure Kubernetes clusters running on other public cloud providers such as GCP or AWS to Azure Arc.
33+
## Kubernetes
34+
Using [Azure Arc-enabled Kubernetes](../azure-arc/servers/overview.md), [Container insights](containers/container-insights-overview.md) in Azure Monitor provides a consistent experience between both [Azure Kubernetes Service (AKS)](../aks/intro-kubernetes.md) and Kubernetes clusters in your AWS EC2 or GCP VM instances. You can view your hybrid clusters right alongside your Azure machines and onboard them using identical methods. This includes using standard Azure constructs such as Azure Policy and applying tags.
4335

4436
- [Overview of Azure Arc-enabled Kubernetes?](../azure-arc/kubernetes/overview.md)
4537
- [Connect an existing Kubernetes cluster to Azure Arc](../azure-arc/kubernetes/quickstart-connect-cluster.md)
4638

47-
Once your Kubernetes cluster is available in Azure using Azure Arc-enabled Kubernetes, you can enable monitoring using Container insights.
39+
The Azure Monitor agent installed by Container insights collects data from the client operating system of virtual machines regardless of their location.
4840

4941
- [Azure Monitor Container Insights for Azure Arc-enabled Kubernetes clusters](containers/container-insights-enable-arc-enabled-clusters.md)
50-
42+
- [Monitoring Azure Kubernetes Service (AKS) with Azure Monitor](../aks/monitor-aks.md)
5143

5244
## Applications
5345
A feature of Azure Monitor, Application Insights is an extensible Application Performance Management (APM) service for developers and DevOps professionals, which provides telemetry insights and information, in order to better understand how applications are performing and to identify areas for optimization.
5446

5547

5648

49+
### Microsoft Defender for Cloud
50+
If you are using Defender for Cloud, you can connect your AWS account and GCP projects, and automate the deployment of the Azure Arc agent to your AWS EC2 and GCP VM instances.
51+
52+
- [Connect your AWS accounts to Microsoft Defender for Cloud](../defender-for-cloud/quickstart-onboard-aws.md)
53+
- [Connect your GCP projects to Microsoft Defender for Cloud](../defender-for-cloud/quickstart-onboard-gcp.md)
54+
55+
56+
57+
5758

5859
## Infrastructure
5960

0 commit comments

Comments
 (0)