You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/best-practices-multicloud.md
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,52 +8,53 @@ ms.reviewer: bwren
8
8
---
9
9
10
10
# 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)
12
12
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.
13
14
14
-
## Azure Arc
15
15
16
+
## Azure Arc
17
+
Azure Arc simplifies governance and management by delivering a consistent multi-cloud management platform.
16
18
17
19
## 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.
22
21
23
22
-[Overview of Azure Arc-enabled servers](../azure-arc/servers/overview.md)
24
23
-[Plan and deploy Azure Arc-enabled servers](../azure-arc/servers/plan-at-scale-deployment.md)
25
24
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.
-[Collect events and performance counters from virtual machines with Azure Monitor Agent](agents/data-collection-rule-azure-monitor-agent.md)
30
30
31
31
32
32
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.
43
35
44
36
-[Overview of Azure Arc-enabled Kubernetes?](../azure-arc/kubernetes/overview.md)
45
37
-[Connect an existing Kubernetes cluster to Azure Arc](../azure-arc/kubernetes/quickstart-connect-cluster.md)
46
38
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.
48
40
49
41
-[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)
51
43
52
44
## Applications
53
45
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.
54
46
55
47
56
48
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)
0 commit comments