Skip to content

Commit 05d665b

Browse files
authored
Merge pull request #176749 from SanDeo-MSFT/patch-77
Update howto-vm-sign-in-azure-ad-linux.md
2 parents 10e9acb + 1d169aa commit 05d665b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-linux.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: devices
88
ms.topic: how-to
9-
ms.date: 07/26/2021
9+
ms.date: 10/21/2021
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -20,7 +20,7 @@ ms.collection: M365-identity-device-management
2020
To improve the security of Linux virtual machines (VMs) in Azure, you can integrate with Azure Active Directory (Azure AD) authentication. You can now use Azure AD as a core authentication platform and a certificate authority to SSH into a Linux VM with AD and SSH certificate-based authentication. This functionality allows organizations to centrally control and enforce Azure role-based access control (RBAC) and Conditional Access policies that manage access to the VMs. This article shows you how to create and configure a Linux VM and login with Azure AD using SSH certificate-based authentication.
2121

2222
> [!IMPORTANT]
23-
> This capability is currently in public preview. [The previous version that made use of device code flow will be deprecated August 15, 2021](../../virtual-machines/linux/login-using-aad.md). To migrate from the old version to this version, see the section, [Migration from previous preview](#migration-from-previous-preview).
23+
> This capability is currently in public preview. [The previous version that made use of device code flow has been deprecated as of August 15, 2021](../../virtual-machines/linux/login-using-aad.md). To migrate from the old version to this version, see the section, [Migration from previous preview](#migration-from-previous-preview).
2424
> This preview is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities. Use this feature on a test virtual machine that you expect to discard after testing. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2525
2626
There are many security benefits of using Azure AD with SSH certificate-based authentication to log in to Linux VMs in Azure, including:
@@ -40,19 +40,17 @@ The following Linux distributions are currently supported during the preview of
4040

4141
| Distribution | Version |
4242
| --- | --- |
43-
| CentOS | CentOS 7, CentOS 8.3 |
43+
| CentOS | CentOS 7, CentOS 8 |
4444
| Debian | Debian 9, Debian 10 |
45-
| openSUSE | openSUSE Leap 42.3 |
46-
| RedHat Enterprise Linux | RHEL 7.4 to RHEL 7.10, RHEL 8.3 |
47-
| SUSE Linux Enterprise Server | SLES 12 |
45+
| openSUSE | openSUSE Leap 42.3, openSUSE Leap 15.1+ |
46+
| RedHat Enterprise Linux | RHEL 7.4 to RHEL 7.10, RHEL 8.3+ |
47+
| SUSE Linux Enterprise Server | SLES 12, SLES 15.1+ |
4848
| Ubuntu Server | Ubuntu Server 16.04 to Ubuntu Server 20.04 |
4949

5050
The following Azure regions are currently supported during the preview of this feature:
5151

5252
- Azure Global
5353

54-
> [!Note]
55-
> The preview of this feature will be supported in Azure Government and Azure China by June of 2021.
5654

5755
It's not supported to use this extension on Azure Kubernetes Service (AKS) clusters. For more information, see [Support policies for AKS](../../aks/support-policies.md).
5856

0 commit comments

Comments
 (0)