Skip to content

Commit 0fdc638

Browse files
committed
edits
1 parent 988398c commit 0fdc638

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,7 @@ quiz:
2525
isCorrect: true
2626
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 can what Azure capabilities?"
29-
choices:
30-
- content: "Linux machines on Azure Arc enjoy the same capabilities as native Azure Linux resources."
31-
isCorrect: true
32-
explanation: "Correct! Linux machines onboarded to Azure Arc enjoy the same capabilities as native Azure machines."
33-
- content: "A subset of Azure capabilities focused on security."
34-
isCorrect: false
35-
explanation: "Incorrect. Linux machines onboarded to Azure Arc enjoy the same capabilities as native Azure machines, including robust security capabilities."
36-
- content: "Linux machines onboarded to Azure Arc have limitations that make them more difficult to manage than other Azure resources."
37-
isCorrect: false
38-
explanation: "Incorrect. Linux machines onboarded to Azure Arc enjoy the same capabilities as native Azure machines and are equally easy to manage."
39-
40-
- content: "What is required in order to connect a Linux machine to Azure Arc?"
28+
- content: "Which of the following is required in order to onboard a Linux machine to Azure Arc?"
4129
choices:
4230
- content: "A supported Ubuntu operating system."
4331
isCorrect: false
@@ -49,6 +37,18 @@ quiz:
4937
isCorrect: true
5038
explanation: "Correct! The Azure Arc Connected Machine agent must be deployed to a machine in order to connect it to Azure Arc."
5139

40+
- content: "Which of the following is required in order to use SSH for Linux machines connected to Azure Arc?"
41+
choices:
42+
- content: "Installation of the SSH extension."
43+
isCorrect: true
44+
explanation: "Correct! Linux machines onboarded to Azure Arc enjoy the same capabilities as native Azure machines."
45+
- content: "An Azure Policy definition that allows SSH access."
46+
isCorrect: false
47+
explanation: "Incorrect. SSH access doesn't require you to use Azure Policy."
48+
- content: "A public IP address."
49+
isCorrect: false
50+
explanation: "Incorrect. A public IP address isn't required to use SSH."
51+
5252
- content: "What Azure tools can be used to help you manage large numbers of Linux machines in Azure Arc?"
5353
choices:
5454
- content: "Azure Policy and Azure Machine Configuration."

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
1+
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 resources hosted outside of Azure. This applies to both Windows and Linux VMs in an on-premises corporate network or hosted on another cloud provider.
22

3-
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.
3+
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 for their Windows resources, management is tasking you with learning about Azure Arc's capabilities for similarly managing Linux workloads.
44

55
## Learning objectives
66

@@ -13,5 +13,5 @@ After completing this module, you're able to:
1313

1414
To get the best learning experience from this module, you should already have the following knowledge and experience:
1515

16-
- Basic understanding of Azure Arc
16+
- Basic understanding of Azure and Azure Arc concepts
1717
- Basic understanding of Linux server management

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
1+
Azure Arc lets you manage physical and virtual Linux machines hosted outside of Azure, whether in your corporate network or hosted 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 can be managed just like native Azure machines, including the use of standard Azure constructs such as Azure policy and applying tags.
22

33
To onboard a Linux machine to Azure Arc, you deploy the Azure Arc Connected Machine agent to the machine. Azure Arc provides multiple options for deploying the agent individually or at scale across multiple machines. Once the agent is installed and functioning properly, the machine appears as an Arc resource in the Azure portal, and you can manage it like any other Azure resource.
44

@@ -49,9 +49,9 @@ Microsoft Defender for Cloud is a cloud-native application protection platform (
4949

5050
### Microsoft Sentinel
5151

52-
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.
52+
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. By providing a birds-eye view across the enterprise, Microsoft Sentinel helps alleviate the stress of dealing with increasingly sophisticated attacks, increasing volumes of alerts, and long resolution time frames.
5353

54-
Microsoft Sentinel helps keep your environment secure by:
54+
Microsoft Sentinel can help keep your environment secure by:
5555

5656
- Collecting data at cloud scale across all users, devices, applications, and infrastructure, both on-premises and in multiple clouds.
5757
- Detecting previously undetected threats and minimize false positives using Microsoft's analytics and unparalleled threat intelligence.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Contoso uses SSH for their Windows machines to provide secure management, remote access to resources, and updates. They want to apply that same level of security to their Linux systems. Through SSH, Azure Arc provides Contoso with a secure, encrypted connection for managing both their Windows and Linux machines.
22

3-
SSH for Azure Arc provides SSH-based connections to Linux machines on Azure Arc without requiring a public IP address or other open ports. This functionality can be used interactively, automated, or with existing SSH-based tooling, allowing existing management tools to have a greater impact. With SSH you can access any of your machines, in any network, with one Azure CLI or Microsoft PowerShell command. You can use your existing local SSH keys to connect to your machines. With Linux machines, you can also use SSH with Microsoft Entra credentials.
3+
SSH for Azure Arc provides SSH-based connections to Linux machines on Azure Arc without requiring a public IP address or other open ports. This functionality can be used interactively, automated, or with existing SSH-based tooling, allowing existing management tools to have a greater impact. With SSH you can access any of your machines, in any network, with one Azure CLI or Microsoft PowerShell command. You can use your existing local SSH keys to connect to your machines. With Linux machines, you can also use SSH with Microsoft Entra credentials.
44

55
## Enable SSH functionality
66

@@ -10,7 +10,7 @@ To use SSH with a Linux machine connected via Azure Arc, the following high-leve
1010

1111
- Azure CLI or Azure PowerShell installed on your remote workstation. The examples below use Azure CLI.
1212
- To be logged in to your Azure environment
13-
- `openssh-server` installed on the machine via a package manager
13+
- `openssh-server` installed on the Linux machine via a package manager
1414

1515
1. Enable connections on the Connected Machine agent installed on the Linux machine.
1616

0 commit comments

Comments
 (0)