Skip to content

Commit ddc6fb7

Browse files
authored
Merge pull request #213941 from MicrosoftGuyJFlo/FixLinks1022
[Azure AD] FixLinks
2 parents e98031a + a87ebe4 commit ddc6fb7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ To improve the security of Linux virtual machines (VMs) in Azure, you can integr
2121

2222
This article shows you how to create and configure a Linux VM and log in with Azure AD by using OpenSSH certificate-based authentication.
2323

24-
> [!IMPORTANT]
25-
> This capability is now generally available. The previous version that made use of device code flow was [deprecated on August 15, 2021](/azure-docs-archive-pr/virtual-machines/linux/login-using-aad). To migrate from the old version to this version, see the section [Migrate from the previous (preview) version](#migrate-from-the-previous-preview-version).
26-
2724
There are many security benefits of using Azure AD with OpenSSH certificate-based authentication to log in to Linux VMs in Azure. They include:
2825

2926
- Use your Azure AD credentials to log in to Azure Linux VMs.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ To configure role assignments for your Azure AD-enabled Windows Server 2019 Data
200200

201201
The following example uses [az role assignment create](/cli/azure/role/assignment#az-role-assignment-create) to assign the Virtual Machine Administrator Login role to the VM for your current Azure user. You obtain the username of your current Azure account by using [az account show](/cli/azure/account#az-account-show), and you set the scope to the VM created in a previous step by using [az vm show](/cli/azure/vm#az-vm-show).
202202

203-
You can also assign the scope at a resource group or subscription level. Normal Azure RBAC inheritance permissions apply. For more information, see [Log in to a Linux virtual machine in Azure by using Azure Active Directory authentication](/azure-docs-archive-pr/virtual-machines/linux/login-using-aad).
203+
You can also assign the scope at a resource group or subscription level. Normal Azure RBAC inheritance permissions apply.
204204

205205
```AzureCLI
206206
$username=$(az account show --query user.name --output tsv)

0 commit comments

Comments
 (0)