|
1 |
| -> [!CAUTION] |
2 |
| -> This content references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life). |
| 1 | +The business technology landscape continuously evolves and becomes increasingly complex, with multiple applications running on different hardware across on-premises datacenters, multiple public and private clouds, and the edge. Managing these disparate environments at scale, enhancing security across an entire organization, and enabling developer agility and innovation are critical for businesses to succeed and thrive. Microsoft Azure provides tools and solutions that help customers like Contoso to innovate their hybrid environments in a secure manner and with a minimized management overhead. Azure Arc is an example of such solution. While it offers support for a range of different scenarios, most on-premises workloads still rely on physical or virtual servers running either Windows or Linux, so our focus will be on Azure Arc-enabled servers. |
3 | 2 |
|
4 |
| -The business technology landscape continuously evolves and becomes increasingly complex, with multiple applications running on different hardware across on-premises datacenters, multiple public and private clouds, and the edge. Managing these disparate environments at scale, enhancing security across an entire organization, and enabling developer agility and innovation are critical for businesses to succeed and thrive. Microsoft Azure provides tools and solutions that help customers like Contoso to innovate their hybrid environments in a secure manner and with a minimized management overhead. Azure Arc is an example of such solution. While it offers support for a range of different scenarios, most on-premises workloads still rely on physical or virtual servers running either Windows or Linux, so our focus will be on Azure Arc-enabled servers. |
5 |
| - |
6 |
| -Azure Arc consists of a set of technologies that simplify administration of complex, distributed, hybrid environments, such as the one you deal with as Contoso's IT Engineering team lead. It provides a centralized, multicloud, and on-premises governance and management platform. It facilitates adoption of automation, single-pane-of-glass monitoring, and comprehensive security, and promotes the cloud-first strategy regardless of where your resources are located. At the same time, Azure Arc still allows you to continue using traditional ITOps tools and practices as you transition to the DevOps model to fully benefit from cloud native architectural and operational patterns. |
| 3 | +Azure Arc consists of a set of technologies that simplify administrating complex, distributed, hybrid environments, such as the one you deal with as Contoso's IT Engineering team lead. It provides a centralized, multicloud, and on-premises governance and management platform. It facilitates adoption of automation, single-pane-of-glass monitoring, and comprehensive security, and promotes the cloud-first strategy regardless of where your resources are located. At the same time, Azure Arc still allows you to continue using traditional ITOps tools and practices as you transition to the DevOps model to fully benefit from cloud-native architectural and operational patterns. |
7 | 4 |
|
8 | 5 | In this unit, you'll learn about the characteristics of Azure Arc-enabled servers and how to enable Azure Arc.
|
9 | 6 |
|
10 | 7 | ## What are Azure Arc-enabled servers?
|
11 | 8 |
|
12 |
| -Azure Arc relies on the Azure Arc Connected Machine agent, a locally installed agent, to establish a logical connection between the local resource and Azure. By establishing this connection, a non-Azure resource automatically becomes a hybrid Azure resource, with its own identity represented by an Azure Resource Manager resource ID. Azure Resource Manager serves as the management interface that allows you to create, modify, and delete Azure resources. |
| 9 | +Azure Arc relies on the Azure Arc Connected Machine agent, a locally installed agent, to establish a logical connection between the local resource and Azure. By establishing this connection, a non-Azure resource automatically becomes a hybrid Azure resource with its own identity represented by an Azure Resource Manager resource ID. Azure Resource Manager serves as the management interface that allows you to create, modify, and delete Azure resources. |
13 | 10 |
|
14 | 11 | By connecting your machines to Azure with Azure Arc-enabled servers, you can use Azure Resource Manager to manage and monitor its configuration and operations. This facilitates a range of other scenarios that use Azure services to optimize security, monitoring, and governance.
|
15 | 12 |
|
@@ -43,28 +40,12 @@ Connecting the agent to your subscription creates an Azure Resource Manager obje
|
43 | 40 |
|
44 | 41 | The Connected Machine agent allows you to enhance management of Windows and Linux computers residing in on-premises datacenters or hosted by third party private and public cloud providers. Azure Arc-enabled servers support the installation of the Connected Machine agent on any physical server and virtual machine hosted outside of Azure. Supported environments include:
|
45 | 42 |
|
46 |
| -- VMware |
47 |
| -- Azure Stack HCI |
| 43 | +- VMware (including Azure VMware Solution) |
| 44 | +- Azure Local |
48 | 45 | - Other cloud environments
|
49 | 46 |
|
50 | 47 | Azure Arc-enabled servers does not support installing the agent on virtual machines running in Azure, or virtual machines running on Azure Stack Hub or Azure Stack Edge as they are already modeled as Azure VMs.
|
51 | 48 |
|
52 |
| -The Azure Connected Machine agent supports the following operating systems: |
53 |
| - |
54 |
| -- Windows Server 2008 R2 SP1, 2012 R2, 2016, 2019, and 2022 |
55 |
| - - Both Desktop and Server Core experiences are supported |
56 |
| - - Azure Editions are supported on Azure Stack HCI |
57 |
| -- Windows 10, 11 (see client operating system guidance) |
58 |
| -- Windows IoT Enterprise |
59 |
| -- Azure Stack HCI |
60 |
| -- CBL-Mariner 1.0, 2.0 |
61 |
| -- Ubuntu 16.04, 18.04, 20.04, and 22.04 LTS |
62 |
| -- Debian 10 and 11 |
63 |
| -- CentOS Linux 7 and 8 |
64 |
| -- Rocky Linux 8 |
65 |
| -- SUSE Linux Enterprise Server (SLES) 12 SP3-SP5 and 15 |
66 |
| -- Red Hat Enterprise Linux (RHEL) 7, 8 and 9 |
67 |
| -- Amazon Linux 2 |
68 |
| -- Oracle Linux 7 and 8 |
| 49 | +The Azure Connected Machine agent supports a wide range of Windows and Linux operating systems. 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. |
69 | 50 |
|
70 | 51 | Choose the best response for each of the following questions.
|
0 commit comments