Skip to content

Commit 78f48a6

Browse files
committed
review and update module
1 parent 480d9e0 commit 78f48a6

9 files changed

+36
-35
lines changed

learn-pr/azure/manage-linux-with-arc/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: Introduction to Manage Linux with Azure Arc.
7-
ms.date: 07/30/2024
7+
ms.date: 06/04/2025
88
author: JnHs
99
ms.author: jenhayes
1010
ms.topic: unit

learn-pr/azure/manage-linux-with-arc/2-describe-managing-linux-concepts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe concepts around managing Linux with Azure Arc
44
metadata:
55
title: Describe concepts around managing Linux with Azure Arc
66
description: Describe how to manage Linux systems with Azure Arc and the cross-team coordination required to deploy the solution.
7-
ms.date: 07/30/2024
7+
ms.date: 06/04/2025
88
author: JnHs
99
ms.author: jenhayes
1010
ms.topic: unit

learn-pr/azure/manage-linux-with-arc/3-describe-using-ssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe how to use SSH in Azure Arc to manage Linux
44
metadata:
55
title: Describe how to use SSH in Azure Arc to manage Linux
66
description: Describe how to use SSH with Azure Arc to manage Linux systems
7-
ms.date: 07/30/2024
7+
ms.date: 06/04/2025
88
author: JnHs
99
ms.author: jenhayes
1010
ms.topic: unit

learn-pr/azure/manage-linux-with-arc/4-options-for-managing-multiple-systems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe options around managing large numbers of Linux systems
44
metadata:
55
title: Describe options around managing large numbers of Linux systems
66
description: Describe the options for managing large numbers of Linux systems with Azure Arc and Ansible.
7-
ms.date: 07/30/2024
7+
ms.date: 06/04/2025
88
author: JnHs
99
ms.author: jenhayes
1010
ms.topic: unit

learn-pr/azure/manage-linux-with-arc/5-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: Knowledge check.
7-
ms.date: 07/30/2024
7+
ms.date: 06/04/2025
88
author: JnHs
99
ms.author: jenhayes
1010
ms.topic: unit

learn-pr/azure/manage-linux-with-arc/6-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: Summary
7-
ms.date: 07/30/2024
7+
ms.date: 06/04/2025
88
author: JnHs
99
ms.author: jenhayes
1010
ms.topic: unit

learn-pr/azure/manage-linux-with-arc/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Microsoft Azure Arc can help you manage your Linux instances in addition to your Windows resources. Azure Arc provides a set of technologies for organizations that want to simplify their complex and distributed environments. Azure Arc provides a centralized, unified, and self-service approach to managing Linux resources.
1+
Azure Arc can help you manage your Linux instances in Azure, in addition to any Windows resources. Azure Arc provides a set of technologies for organizations that want to simplify their complex and distributed environments. Azure Arc provides a centralized, unified, and self-service approach to managing Linux resources.
22

33
Contoso, Ltd. is a midsize financial services company in London with a branch office in New York City. Contoso deployed and evaluated Azure Arc-enabled servers for their on-premises Windows servers. Given their positive experience with Azure Arc on their Windows estate, management is tasking you with learning about Azure Arc-enabled server capabilities for similarly managing Linux workloads.
44

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
Azure Arc lets you manage physical and virtual Linux machines hosted outside of Azure, on your corporate network, or other cloud provider. Organizations like Contoso can manage their Linux resources with Azure just as they do their Arc-enabled Windows machines. Linux machines onboarded to Azure Arc enjoy the same capabilities as native Azure machines, including standard Azure constructs such as Azure policy and applying tags.
1+
Azure Arc lets you manage physical and virtual Linux machines hosted outside of Azure, whether on your corporate network or on another cloud provider. Organizations like Contoso can manage their Linux resources with Azure, just as they do their Arc-enabled Windows machines. Linux machines onboarded to Azure Arc enjoy the same capabilities as native Azure machines, including standard Azure constructs such as Azure policy and applying tags.
22

33
Once your Linux machines are onboarded to Azure Arc, you can:
44

55
- Proactively monitor the OS and workloads running on the machine.
6-
- Manage the machines using automation runbooks or solutions like Update Management.
6+
- Manage the machines using automation runbooks or solutions such as Update Manager.
77
- Use other Azure services such as Microsoft Defender for Cloud.
88

99
## Supported Linux distributions
1010

11-
The following Linux distributions are officially supported for the Azure Connected Machine agent:
11+
The Azure Connected Machine agent supports a wide range of Linux distributions, including recent versions of:
1212

13-
- Ubuntu 18.04, 20.04, and 22.04 LTS12
14-
- Debian 11 and 12
15-
- Rocky Linux 8 and 9
16-
- SUSE Linux Enterprise Server (SLES) 12 SP3-SP5 and 15
17-
- Red Hat Enterprise Linux (RHEL) 7, 8, and 9
18-
- AlmaLinux 9
19-
- Amazon Linux 2 and 2023
20-
- Azure Linux (CBL-Mariner) 2.0
21-
- Oracle Linux 7, 8 and 9
13+
- Ubuntu
14+
- Debian
15+
- Rocky Linux
16+
- SUSE Linux Enterprise Server (SLES)
17+
- Red Hat Enterprise Linux (RHEL)
18+
- AlmaLinux
19+
- Amazon Linux
20+
- Oracle Linux
21+
22+
x86-64 (64-bit) architecture is fully supported, while only some features are supported on Arm64. The Azure Connected Machine agent doesn't run on 32-bit architectures.
2223

2324
## Change tracking and inventory
2425

@@ -28,35 +29,35 @@ You can track changes in your Azure Arc Linux machines to help you pinpoint oper
2829
- Linux files
2930
- Linux daemons
3031

31-
## Update Management
32+
## Update management
3233

33-
Your onboarded Linux machines can use Update Management to manage your operating system updates. You can quickly assess the status of available updates and manage the process of installing required updates for your Linux machines. Update Management integrates with Azure Monitor Logs to store update assessments and update deployment results as log data.
34+
Your onboarded Linux machines can use Azure Update Manager to manage your operating system updates. You can quickly assess the status of available updates and manage the process of installing required updates for your Linux machines.
3435

3536
## Security
3637

37-
Linux machines on Azure Arc enjoy the same security features as all Azure resources, including Microsoft Defender for Cloud and Microsoft Sentinel.
38+
Linux machines on Azure Arc can use the same security features as all Azure resources, including Microsoft Defender for Cloud and Microsoft Sentinel.
3839

3940
### Microsoft Defender for Cloud
4041

41-
Microsoft Defender for Cloud is a Cloud Security Posture Management (CSPM) and Cloud Workload Protection Platform (CWPP). Defender for cloud can monitor the security posture of your Linux machines on Azure Arc and fills three vital needs as you manage the security of your Linux resources and workloads:
42+
Microsoft Defender for Cloud is a cloud-native application protection platform (CNAPP), including a cloud security posture management (CSPM) solution and a cloud workload protection platform (CWPP). Defender for Cloud can monitor the security posture of your Linux machines on Azure Arc by:
4243

43-
- Provides continuous assessment of your security posture so you can track new security opportunities and precisely report on the progress of your security efforts.
44-
- Secures your workloads with step-by-step actions that protect your workloads from known security risks.
45-
- Provides alerts to defend your workloads in real-time so you can react immediately and prevent security events from developing.
44+
- Providing continuous assessment of your security posture, so you can track new security opportunities and precisely report on the progress of your security efforts.
45+
- Securing your workloads with step-by-step actions that protect your workloads from known security risks.
46+
- Providing alerts to defend your workloads in real-time, so you can respond immediately and limit the risk to your resources
4647

4748
### Microsoft Sentinel
4849

49-
Microsoft Sentinel is an integrated SIEM (scalable, cloud-native, security information, and event management) and a SOAR (security orchestration, automation, and response) solution. Microsoft Sentinel delivers threat intelligence, providing a single solution for attack detection, proactive hunting, and threat response. It provides a birds-eye view across the enterprise. Microsoft Sentinel alleviates the stress of increasingly sophisticated attacks, increasing volumes of alerts, and long resolution time frames.
50+
Microsoft Sentinel is a scalable, cloud-native security information and event management (SIEM) with built-in security orchestration, automation, and response (SOAR). Microsoft Sentinel delivers threat intelligence, providing a single solution for attack detection, proactive hunting, and threat response. It provides a birds-eye view across the enterprise. Microsoft Sentinel alleviates the stress of increasingly sophisticated attacks, increasing volumes of alerts, and long resolution time frames.
5051

51-
The benefits of Microsoft Sentinel include:
52+
Microsoft Sentinel helps keep your environment secure by:
5253

53-
- Collect data at cloud scale across all users, devices, applications, and infrastructure, both on-premises and in multiple clouds.
54-
- Detect previously undetected threats and minimize false positives using Microsoft's analytics and unparalleled threat intelligence.
55-
- Investigate threats with artificial intelligence and hunt for suspicious activities at scale, tapping into years of cyber security work at Microsoft.
56-
- Respond to incidents rapidly with built-in orchestration and automation of common tasks.
54+
- Collecting data at cloud scale across all users, devices, applications, and infrastructure, both on-premises and in multiple clouds.
55+
- Detecting previously undetected threats and minimize false positives using Microsoft's analytics and unparalleled threat intelligence.
56+
- Investigating threats with artificial intelligence and hunt for suspicious activities at scale, tapping into years of cyber security work at Microsoft.
57+
- Responding to incidents rapidly with built-in orchestration and automation of common tasks.
5758

58-
Microsoft Sentinel comes with many connectors for Microsoft solutions, available out of the box and providing real-time integration. For physical and virtual Linux machines, you can install the Log Analytics agent that collects the logs and forwards them to Microsoft Sentinel.
59+
Microsoft Sentinel comes with many connectors for Microsoft solutions, available out of the box and providing real-time integration.
5960

6061
## Monitoring
6162

62-
Azure Monitor Agent (AMA) collects monitoring data from the guest operating system of Azure and hybrid virtual machines. It delivers it to Azure Monitor for use by features, insights, and other services, such as Microsoft Defender for Cloud. AMA uses data collection rules that let you define the types of data you want each agent you install to collect. Data collection rules allow you to create unique, scoped configurations for subsets of your Linux machines. These rules are independent of the workspace and the virtual machine, which means you can define a rule once and reuse it across machines and environments.
63+
The Azure Monitor Agent collects monitoring data from the guest operating system of Azure and hybrid virtual machines. It delivers this data to Azure Monitor, allowing it to be used by other services, such as Microsoft Defender for Cloud. Data collection rules allow you to create unique, scoped configurations for subsets of your Linux machines. These rules are independent of the workspace and the virtual machine, which means you can define a rule once and reuse it across machines and environments.

learn-pr/azure/manage-linux-with-arc/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
title: Manage Linux with Arc
55
description: Learn how to use Azure Arc with Linux systems, including SSH and Ansible.
66
manager: rayoflores
7-
ms.date: 07/30/2024
7+
ms.date: 06/04/2025
88
author: JnHs
99
ms.author: jenhayes
1010
ms.topic: module

0 commit comments

Comments
 (0)