Skip to content

Commit ffeaf60

Browse files
committed
revisions for accuracy etc.
1 parent d878be9 commit ffeaf60

File tree

5 files changed

+33
-45
lines changed

5 files changed

+33
-45
lines changed

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
@@ -9,7 +9,7 @@ metadata:
99
ms.author: jenhayes
1010
ms.topic: unit
1111
ms.custom: linux-related-content
12-
durationInMinutes: 10
12+
durationInMinutes: 8
1313
content: |
1414
[!include[](includes/3-describe-using-ssh.md)]
1515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ uid: learn.manage-linux-with-arc.options-for-managing-multiple-systems
33
title: Describe options around managing large numbers of Linux systems
44
metadata:
55
title: Describe options around managing large numbers of Linux systems
6-
description: Describe the options for managing large numbers of Linux systems with Azure Arc and Ansible.
6+
description: Describe the options for managing large numbers of Linux systems with Azure Arc.
77
ms.date: 06/04/2025
88
author: JnHs
99
ms.author: jenhayes
1010
ms.topic: unit
1111
ms.custom: devx-track-ansible, linux-related-content
12-
durationInMinutes: 10
12+
durationInMinutes: 6
1313
content: |
1414
[!include[](includes/4-options-for-managing-multiple-systems.md)]
1515

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ quiz:
1515

1616
- content: "What type of Linux resources can Azure Arc help you manage?"
1717
choices:
18-
- content: "Virtual resources."
18+
- content: "Virtual resources only."
1919
isCorrect: false
20-
explanation: "Incorrect. Azure Arc can be used to manage both physical and virtual Linux machines out of Azure."
21-
- content: "Physical resources."
20+
explanation: "Incorrect. Azure Arc can be used to manage both physical and virtual Linux machines hosted outside of Azure."
21+
- content: "Physical resources online."
2222
isCorrect: false
23-
explanation: "Incorrect. Azure Arc can be used to manage both physical and virtual Linux machines out of Azure."
23+
explanation: "Incorrect. Azure Arc can be used to manage both physical and virtual Linux machines hosted outside of Azure."
2424
- content: "Both physical and virtual resources."
2525
isCorrect: true
26-
explanation: "Correct! Azure Arc can be used to manage both physical and virtual Linux machines out of Azure."
26+
explanation: "Correct! Azure Arc can be used to manage both physical and virtual Linux machines hosted outside of Azure."
2727

28-
- content: "Linux machines managed by Azure Arc have what Azure capabilities?"
28+
- content: "Linux machines managed by Azure Arc can what Azure capabilities?"
2929
choices:
3030
- content: "Linux machines on Azure Arc enjoy the same capabilities as native Azure Linux resources."
3131
isCorrect: true
@@ -37,27 +37,27 @@ quiz:
3737
isCorrect: false
3838
explanation: "Incorrect. Linux machines onboarded to Azure Arc enjoy the same capabilities as native Azure machines and are equally easy to manage."
3939

40-
- content: "What is required in order to use SSH for Linux machines connected to Azure Arc?"
40+
- content: "What is required in order to connect a Linux machine to Azure Arc?"
4141
choices:
42-
- content: "A public IP address."
42+
- content: "A supported Ubuntu operating system."
4343
isCorrect: false
44-
explanation: "Incorrect. You don't need to expose a public IP address to use SSH to access a Linux machine connected to Azure Arc."
45-
- content: "The opening of another inbound port."
44+
explanation: "Incorrect. Many Linux distributions are supported in addition to Ubuntu."
45+
- content: "A new Azure tenant set up specifically for the connected machine."
4646
isCorrect: false
47-
explanation: "Incorrect. You don't need to open any other inbound ports to use SSH to access a Linux machine connected to Azure Arc."
48-
- content: "Installation of the SSH extension."
47+
explanation: "Incorrect. You don't need a separate Azure tenant in order to connect a Linux machine to Azure Arc."
48+
- content: "The Azure Arc Connected Machine agent must be deployed to the machine."
4949
isCorrect: true
50-
explanation: "Correct! Once a Linux resource is fully Arc enabled, you need to install the SSH extension on your workstation and then run a command to enable the SSH connection."
50+
explanation: "Correct! The Azure Arc Connected Machine agent must be deployed to a machine in order to connect it to Azure Arc."
5151

52-
- content: "What Azure tools can be used specifically to help you manage large numbers of Linux machines in Azure Arc?"
52+
- content: "What Azure tools can be used to help you manage large numbers of Linux machines in Azure Arc?"
5353
choices:
54-
- content: "Azure Policy and Azure Automanage."
54+
- content: "Azure Policy and Azure Machine Configuration."
5555
isCorrect: true
56-
explanation: "Correct! Once your Linux machines are onboarded to Azure Arc, you can use tools like Azure Policy and Azure Automanage to enforce standards and simplify ongoing management."
57-
- content: "Microsoft Sentinel and Microsoft Defender."
56+
explanation: "Correct! Once your Linux machines are onboarded to Azure Arc, you can use tools like Azure Policy and Azure Machine Configuration to enforce standards and simplify ongoing management."
57+
- content: "Microsoft Sentinel and Microsoft Defender for Cloud."
5858
isCorrect: false
59-
explanation: "Incorrect. Although Microsoft Sentinel and Microsoft Defender both work with Arc-enabled Linux machines, the tolls are designed for security enhancement."
60-
- content: "Arc SSH and Microsoft Entra ID."
59+
explanation: "Incorrect. Although Microsoft Sentinel and Microsoft Defender for Cloud both work with Arc-enabled Linux machines, these tools are designed for security enhancement."
60+
- content: "SSH and Microsoft Entra ID."
6161
isCorrect: false
62-
explanation: "Incorrect. Although Arc SSH and Microsoft Entra ID both work with Arc-enabled Linux machines, their primary purpose is security and connection related."
62+
explanation: "Incorrect. Although SSH and Microsoft Entra ID both work with Arc-enabled Linux machines, they are used to connect and authenticate, not to manage machines directly."
6363

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,24 @@
1-
Azure Arc provides a wide range of capabilities for managing a large number of Linux systems. For example, you can onboard your Linux machines at scale using automation tools such as Red Hat Ansible. Once your Linux systems are onboarded to Azure Arc, you're able to utilize tools such as Azure Policy to help enforce standards and compliance and Azure Automanage to simplify the ongoing management of your Linux VMs.
1+
Azure Arc provides a wide range of capabilities for managing a large number of Linux systems. You can onboard your Linux machines at scale using automation tools such as Ansible. Once your Linux systems are onboarded to Azure Arc, you can use Azure services to work with them more efficiently at scale. For example, you can use Azure Policy to help enforce standards and compliance, and use Azure Machine Configuration to configure settings for your Linux VMs. To build and operate IT automation at scale, allowing you to create, share, and manage automation across your organization, you can use options such as the Ansible Automation Platform.
22

3-
## Azure Automanage best practices
43

5-
Azure Automanage offers a unified solution to simply the management of your Linux resources connect to Azure Arc. With point-and-click simplicity, you can automate operations and apply consistent best practices across the entire lifecycle of your Linux machines.
6-
7-
When you use Automanage best practices profiles, several Azure services are automatically downloaded to your Linux VMs, including:
4+
## Azure Policy
85

9-
- **Machines Insights Monitoring** monitors the health of your Linux VMs, including their running processes and dependencies on other resources.
10-
- **Update Management** manages the operating system updates for your Linux machines.
11-
- **Change Tracking and Inventory** combines change tracking and inventory functions to allow you to track Linux machine changes.
12-
- **Azure Automation Account/Log Analytics workspace** work together to provide a unique environment for log data from Azure Monitor and other services such as Microsoft Defender for Cloud and Microsoft Sentinel.
6+
Azure Policy can help you enforce organizational standards and access the compliance of all your Linux machines. Through its compliance dashboard, Azure Policy provides an aggregated view of your Linux environment, allowing you to evaluate its overall state. Azure Policy also helps to bring your Linux resources to compliance through bulk remediation for existing resources and automatic remediation for new resources.
137

14-
See [Azure Automanage for Machines Best Practices](/azure/automanage/automanage-linux) for a complete list and explanation of these services.
8+
Common use cases for Azure Policy include implementing governance for resource consistency, regulatory compliance, security, cost, and management. Policy definitions for these common use cases are already available in your Azure environment as built-ins to help you get started.
159

16-
### Azure Automanage Machine Configuration
10+
## Azure Machine Configuration
1711

18-
Azure Automanage Machine Configuration provides native capability to audit or configure operating system settings as code for your Linux machines on Azure Arc. It can be used directly per-machine, or at-scale orchestrated by Azure Policy.
12+
Azure Machine Configuration provides native capability to audit or configure operating system settings as code for Linux machines on Azure Arc. It can be used on individual machines, or deployed at scale through by Azure Policy.
1913

20-
Configuration resources in Azure are designed as an extension resource. You can imagine each configuration as just another set of properties for the machine. Configurations can include settings such as:
14+
You can imagine each configuration as another set of properties for the machine. Configurations can include settings such as:
2115

2216
- Operating system settings
2317
- Application configuration or presence
2418
- Environment settings
2519

2620
Configurations are distinct from policy definitions. Machine configuration utilizes Azure Policy to dynamically assign configurations to machines. You can also assign configurations to machines manually, or by using other Azure services such as Automanage.
2721

28-
## Azure Policy
29-
30-
Azure Policy can help you enforce organizational standards and access the compliance of all your Linux machines. Through its compliance dashboard, Azure Policy provides an aggregated view of your Linux environment, allowing you to evaluate its overall state. Azure Policy also helps to bring your Linux resources to compliance through bulk remediation for existing resources and automatic remediation for new resources.
31-
32-
Common use cases for Azure Policy include implementing governance for resource consistency, regulatory compliance, security, cost, and management. Policy definitions for these common use cases are already available in your Azure environment as built-ins to help you get started.
33-
3422
## Ansible Automation Platform
3523

36-
Azure Arc supports Red Hat Ansible IT automation for your Linux systems. Ansible Automation Platform provides an enterprise framework for building and operating IT automation at scale. Ansible Automation Platform enables users across an organization to create, share, and manage automation—from development and operations to security and network teams. IT managers can provide guidelines on how automation is applied to individual teams, and automation creators can write tasks that use existing knowledge. Ansible Automation Platform provides a more secure and stable foundation for deploying end-to-end automation.
24+
Azure Arc supports Red Hat Ansible IT automation for your Linux systems. Ansible Automation Platform provides an enterprise framework for building and operating IT automation at scale. Ansible Automation Platform enables users across an organization to create, share, and manage automation—from development and operations to security and network teams. IT managers can provide guidelines on how automation is applied to individual teams, and automation creators can write tasks that use existing knowledge. Ansible Automation Platform provides a more secure and stable foundation for deploying end-to-end automation, such as deploying VM extensions at scale to your Linux machines on Azure Arc.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
As Contoso continues to employ Azure Arc for its Windows resources, it's learning the value Arc can also bring to its Linux systems. Onboarding its Linux machines to Azure Arc allows Contoso to manage and gain insight into them through a wide variety of tools and capabilities.
1+
As Contoso continues to employ Azure Arc for its Windows resources, it's learning that Azure Arc can also make managing its Linux systems more efficient. Onboarding Linux machines to Azure Arc allows Contoso to manage them effectively through a variety of Azure tools and capabilities.
22

3-
In this module, you learned about the many benefits of using Azure Arc for your Linux resources, including managing them securely via SSH. You also learned how Arc can handle multiple Linux systems.
3+
In this module, you learned about the many benefits of using Azure Arc for your Linux resources, including managing them securely via SSH. You also learned how Azure Arc lets you use Azure services to manage Linux machinese at scale.
44

55
## Learn more
66

0 commit comments

Comments
 (0)