Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 557896b

Browse files
committedApr 18, 2022
Merge branch 'main' into release-azure-sql-migration
2 parents fab6ce8 + 3fa54c5 commit 557896b

File tree

169 files changed

+2794
-1068
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+2794
-1068
lines changed
 

‎articles/active-directory/conditional-access/concept-conditional-access-users-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ By default the policy will provide an option to exclude the current user from th
7474

7575
![Warning, don't lock yourself out!](./media/concept-conditional-access-users-groups/conditional-access-users-and-groups-lockout-warning.png)
7676

77-
If you do find yourself locked out[What to do if you are locked out of the Azure portal?](troubleshoot-conditional-access.md#what-to-do-if-youre-locked-out-of-the-azure-portal)
77+
If you do find yourself locked out, see [What to do if you are locked out of the Azure portal?](troubleshoot-conditional-access.md#what-to-do-if-youre-locked-out-of-the-azure-portal)
7878

7979
## Next steps
8080

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ It's not supported to use this extension on Azure Kubernetes Service (AKS) clust
5656

5757
If you choose to install and use the CLI locally, you must be running the Azure CLI version 2.22.1 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
5858

59+
> [!NOTE]
60+
> This is functionality is also available for [Azure Arc-enabled servers](../../azure-arc/servers/ssh-arc-overview.md).
61+
5962
## Requirements for login with Azure AD using openSSH certificate-based authentication
6063

6164
To enable Azure AD login using SSH certificate-based authentication for Linux VMs in Azure, ensure the following network, virtual machine, and client (ssh client) requirements are met.
@@ -365,8 +368,8 @@ For customers who are using previous version of Azure AD login for Linux that wa
365368
```azurecli
366369
az vm extension delete -g MyResourceGroup --vm-name MyVm -n AADLoginForLinux
367370
```
368-
> [!NOTE]
369-
> The extension uninstall can fail if there are any Azure AD users currently logged in on the VM. Make sure all users are logged off first.
371+
> [!NOTE]
372+
> The extension uninstall can fail if there are any Azure AD users currently logged in on the VM. Make sure all users are logged off first.
370373
371374
1. Enable system-assigned managed identity on your VM.
372375

@@ -448,7 +451,7 @@ Solution 1: Upgrade the Azure CLI client to version 2.21.0 or higher.
448451
449452
After the user has successfully signed in using az login, connection to the VM using `az ssh vm -ip <addres>` or `az ssh vm --name <vm_name> -g <resource_group>` fails with *Connection closed by <ip_address> port 22*.
450453
451-
Cause 1: The user isn’t assigned to the either the Virtual Machine Administrator/User Login Azure RBAC roles within the scope of this VM.
454+
Cause 1: The user isn’t assigned to either of the Virtual Machine Administrator/User Login Azure RBAC roles within the scope of this VM.
452455
453456
Solution 1: Add the user to the either of the Virtual Machine Administrator/User Login Azure RBAC roles within the scope of this VM.
454457

0 commit comments

Comments
 (0)
Please sign in to comment.