Skip to content

Commit 9c02af7

Browse files
Merge pull request #212672 from rpsqrd/ubuntu-22-support
Adding Ubuntu 22.04 support again
2 parents 59a91f1 + f1d05fa commit 9c02af7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-arc/servers/agent-release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new with Azure Arc-enabled servers agent
33
description: This article has release notes for Azure Arc-enabled servers agent. For many of the summarized issues, there are links to more details.
44
ms.topic: overview
5-
ms.date: 09/14/2022
5+
ms.date: 09/27/2022
66
ms.custom: references_regions
77
---
88

@@ -22,6 +22,7 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
2222

2323
- The default login flow for Windows computers now loads the local web browser to authenticate with Azure Active Directory instead of providing a device code. You can use the `--use-device-code` flag to return to the old behavior or [provide service principal credentials](onboard-service-principal.md) for a non-interactive authentication experience.
2424
- If the resource group provided to `azcmagent connect` does not exist, the agent will try to create it and continue connecting the server to Azure.
25+
- Added support for Ubuntu 22.04
2526
- Added `--no-color` flag for all azcmagent commands to suppress the use of colors in terminals that do not support ANSI codes.
2627

2728
### Fixed

articles/azure-arc/servers/prerequisites.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connected Machine agent prerequisites
33
description: Learn about the prerequisites for installing the Connected Machine agent for Azure Arc-enabled servers.
4-
ms.date: 09/14/2022
4+
ms.date: 09/27/2022
55
ms.topic: conceptual
66
---
77

@@ -28,18 +28,17 @@ The following versions of the Windows and Linux operating system are officially
2828
* Azure Editions are supported when running as a virtual machine on Azure Stack HCI
2929
* Windows IoT Enterprise
3030
* Azure Stack HCI
31-
* Ubuntu 16.04, 18.04, and 20.04 LTS
31+
* Ubuntu 16.04, 18.04, 20.04, and 22.04 LTS
3232
* Debian 10
3333
* CentOS Linux 7 and 8
3434
* SUSE Linux Enterprise Server (SLES) 12 and 15
3535
* Red Hat Enterprise Linux (RHEL) 7 and 8
3636
* Amazon Linux 2
3737
* Oracle Linux 7 and 8
3838

39-
> [!NOTE]
39+
> [!NOTE]
4040
> On Linux, Azure Arc-enabled servers install several daemon processes. We only support using systemd to manage these processes. In some environments, systemd may not be installed or available, in which case Arc-enabled servers are not supported, even if the distribution is otherwise supported. These environments include **Windows Subsystem for Linux** (WSL) and most container-based systems, such as Kubernetes or Docker. The Azure Connected Machine agent can be installed on the node that runs the containers but not inside the containers themselves.
4141
42-
4342
> [!WARNING]
4443
> If the Linux hostname or Windows computer name uses a reserved word or trademark, attempting to register the connected machine with Azure will fail. For a list of reserved words, see [Resolve reserved resource name errors](../../azure-resource-manager/templates/error-reserved-resource-name.md).
4544

0 commit comments

Comments
 (0)