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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,21 @@ ms.reviewer: bwren
11
11
In addition to monitoring services and application in Azure, Azure Monitor can provide complete monitoring for your resources and applications running in other clouds including Amazon Web Services (AWS) and Google Cloud Platform (GCP). This article describes features of Azure Monitor that allow you to provide complete monitoring across your AWS and GCP environments.
12
12
13
13
## Virtual machines
14
-
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.
14
+
[VM insights](vm/vminsights-overview.md) in Azure Monitor uses [Azure Arc-enabled Kubernetes](../azure-arc/servers/overview.md) to provide 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.
15
15
16
16
The [Azure Monitor agent](agents/agents-overview.md) installed by VM insights collects telemetry 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.
17
17
18
18
-[Plan and deploy Azure Arc-enabled servers](../azure-arc/servers/plan-at-scale-deployment.md)
-[Enable VM insights overview](vm/vminsights-enable-overview.md)
21
21
22
-
If you use Defender for Cloud for cloud security management and threat detection, then you can use auto provisioning to automate the deployment of the Azure Arc agent to your AWS EC2 and GCP VM instances.
22
+
If you use Defender for Cloud for security management and threat detection, then you can use auto provisioning to automate the deployment of the Azure Arc agent to your AWS EC2 and GCP VM instances.
23
23
24
24
-[Connect your AWS accounts to Microsoft Defender for Cloud](../defender-for-cloud/quickstart-onboard-aws.md)
25
25
-[Connect your GCP projects to Microsoft Defender for Cloud](../defender-for-cloud/quickstart-onboard-gcp.md)
26
26
27
27
## Containers
28
-
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.
28
+
[Container insights](containers/container-insights-overview.md) in Azure Monitor uses [Azure Arc-enabled Kubernetes](../azure-arc/servers/overview.md) to provide 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.
29
29
30
30
The [Azure Monitor agent](agents/agents-overview.md) installed by Container insights collects telemetry from the client operating system of virtual machines regardless of their location. Use the same analysis tools on Container insights to monitor clusters across your different cloud environments.
31
31
@@ -34,7 +34,7 @@ The [Azure Monitor agent](agents/agents-overview.md) installed by Container insi
34
34
-[Monitoring Azure Kubernetes Service (AKS) with Azure Monitor](../aks/monitor-aks.md)
35
35
36
36
## Applications
37
-
Application Insights in Azure Monitor is an extensible Application Performance Management (APM) service that provides telemetry insights and information in order to better understand how applications are performing and to identify areas for optimization. [Instrumentation methods](/app/app-insights-overview.md?tabs=net#how-do-i-instrument-an-application) are available for many languages and any platform, including ap[plications running in AWS and GCP.
37
+
Application Insights in Azure Monitor is an extensible Application Performance Management (APM) service that provides telemetry insights and information in order to better understand how applications are performing and to identify areas for optimization. [Instrumentation methods](/app/app-insights-overview.md?tabs=net#how-do-i-instrument-an-application) are available for many languages and any platform, including applications running in AWS and GCP.
38
38
39
39
In addition to analysis tools in Application insights, use Azure Monitor features such as [Log Analytics](logs/log-analytics-overview.md) and [workbooks](visualize/workbooks-overview.md) to correlate the usage and performance data collected by Application Insights with configuration and performance data across the Azure resources that support the app.
40
40
@@ -67,7 +67,7 @@ Use the following methods to collect data from your cloud resources that doesn't
67
67
- Use Logstash to collect data and the [Azure Log Analytics output plugin for Logstash](https://github.com/Azure/Azure-Sentinel/tree/master/DataConnectors/microsoft-logstash-output-azure-loganalytics) to ingest it into a Log Analytics workspace.
68
68
69
69
## Automation
70
-
[Azure Automation](../automation/overview.md) delivers cloud-based automation, operating system updates, and configuration services that supports consistent management across your Azure and non-Azure environments. It includes process automation, configuration management, update management, shared capabilities, and heterogeneous features. [Hybrid Runbook Worker](../automation/automation-hybrid-runbook-worker.md) enables automation runbooks to run directly on the non-Azure virtual machines against resources in the environment to manage those local resources.
70
+
[Azure Automation](../automation/overview.md) delivers cloud-based automation, operating system updates, and configuration services that support consistent management across your Azure and non-Azure environments. It includes process automation, configuration management, update management, shared capabilities, and heterogeneous features. [Hybrid Runbook Worker](../automation/automation-hybrid-runbook-worker.md) enables automation runbooks to run directly on the non-Azure virtual machines against resources in the environment to manage those local resources.
71
71
72
72
Through [Arc-enabled servers](../azure-arc/servers/overview.md), Azure Automation provides a consistent deployment and management experience for your non-Azure machines. It enables integration with the Automation service using the VM extension framework to deploy the Hybrid Runbook Worker role, and simplify onboarding to Update Management and Change Tracking and Inventory.
0 commit comments