Remediation
From Azure Portalβ
- Log in to the Azure portal.
- This can be remediated by enabling MFA for user, Removing user access or Reducing access of managed identities attached to virtual machines.
- Case I : Enable MFA for users having access on virtual machines.
-
Go to
Microsoft Entra ID
. -
For
Per-user MFA
:a. Under
Manage
, clickUsers
.b. Click
Per-user MFA
.c. For each user requiring remediation, check the box next to their name.
d Click
Enable MFA
, then ClickEnable
. -
For
Conditional Access
:a. Under
Manage
, clickSecurity
.b. Under
Protect
, clickConditional Access
.c. Update the Conditional Access policy requiring MFA for all users, removing each user requiring remediation from the
Exclude
list.
- Case II : Removing user access on a virtual machine.
- Select the
Subscription
, then click onAccess control (IAM)
. - Select
Role assignments
and search forVirtual Machine Administrator Login
orVirtual Machine User Login
or any role that provides access to log into virtual machines. - Click on
Role Name
, SelectAssignments
, and remove identities with no MFA configured.
- Select the
- Case III : Reducing access of managed identities attached to virtual machines.
- Select the
Subscription
, then click onAccess control (IAM)
. - Select
Role Assignments
from the top menu and apply filters onAssignment type
asPrivileged administrator roles
andType
asVirtual Machines
. - Click on
Role Name
, SelectAssignments
, and remove identities access make sure this follows the least privileges principal.
- Select the