Skip to content

Commit c17b7d1

Browse files
Update just-in-time-access-usage.md
1 parent 893b463 commit c17b7d1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/defender-for-cloud/just-in-time-access-usage.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how just-in-time VM access (JIT) in Microsoft Defender for Cl
44
ms.topic: how-to
55
author: dcurwin
66
ms.author: dacurwin
7-
ms.date: 08/27/2023
7+
ms.date: 10/01/2023
88
---
99

1010
# Enable just-in-time access on VMs
@@ -38,7 +38,7 @@ In this article, you learn how to include JIT in your security program, includin
3838

3939
| To enable a user to: | Permissions to set|
4040
| --- | --- |
41-
|Configure or edit a JIT policy for a VM | *Assign these actions to the role:* <ul><li>On the scope of a subscription or resource group that is associated with the VM:<br/> `Microsoft.Security/locations/jitNetworkAccessPolicies/write` </li><li> On the scope of a subscription or resource group of VM: <br/>`Microsoft.Compute/virtualMachines/write`</li></ul> |
41+
|Configure or edit a JIT policy for a VM | *Assign these actions to the role:* <ul><li>On the scope of a subscription (or resource group if using API or PowerShell only) that is associated with the VM:<br/> `Microsoft.Security/locations/jitNetworkAccessPolicies/write` </li><li> On the scope of a subscription (or resource group if using API or PowerShell only) of VM: <br/>`Microsoft.Compute/virtualMachines/write`</li></ul> |
4242
|Request JIT access to a VM | *Assign these actions to the user:* <ul><li> `Microsoft.Security/locations/jitNetworkAccessPolicies/initiate/action` </li><li> `Microsoft.Security/locations/jitNetworkAccessPolicies/*/read` </li><li> `Microsoft.Compute/virtualMachines/read` </li><li> `Microsoft.Network/networkInterfaces/*/read` </li> <li> `Microsoft.Network/publicIPAddresses/read` </li></ul> |
4343
|Read JIT policies| *Assign these actions to the user:* <ul><li>`Microsoft.Security/locations/jitNetworkAccessPolicies/read`</li><li>`Microsoft.Security/locations/jitNetworkAccessPolicies/initiate/action`</li><li>`Microsoft.Security/policies/read`</li><li>`Microsoft.Security/pricings/read`</li><li>`Microsoft.Compute/virtualMachines/read`</li><li>`Microsoft.Network/*/read`</li>|
4444

@@ -50,7 +50,6 @@ In this article, you learn how to include JIT in your security program, includin
5050
> [!TIP]
5151
> To create a least-privileged role for users that need to request JIT access to a VM, and perform no other JIT operations, use the [Set-JitLeastPrivilegedRole script](https://github.com/Azure/Azure-Security-Center/tree/main/Powershell%20scripts/JIT%20Scripts/JIT%20Custom%20Role) from the Defender for Cloud GitHub community pages.
5252
53-
5453
> [!NOTE]
5554
> In order to successfully create a custom JIT policy, the policy name, together with the targeted VM name, must not exceed a total of 56 characters.
5655
@@ -79,12 +78,12 @@ From Defender for Cloud, you can enable and configure the JIT VM access.
7978

8079
1. Open the **Workload protections** and, in the advanced protections, select **Just-in-time VM access**.
8180

82-
1. In the **Not configured** virtual machines tab, mark the VMs to protect with JIT and select **Enable JIT on VMs**.
81+
1. In the **Not configured** virtual machines tab, mark the VMs to protect with JIT and select **Enable JIT on VMs**.
8382

8483
The JIT VM access page opens listing the ports that Defender for Cloud recommends protecting:
8584
- 22 - SSH
8685
- 3389 - RDP
87-
- 5985 - WinRM
86+
- 5985 - WinRM
8887
- 5986 - WinRM
8988

9089
To customize the JIT access:
@@ -150,7 +149,7 @@ You can enable JIT on a VM from the Azure virtual machines pages of the Azure po
150149

151150
1. In the menu, select **Configuration**.
152151

153-
1. Under **Just-in-time access**, select **Enable just-in-time**.
152+
1. Under **Just-in-time access**, select **Enable just-in-time**.
154153

155154
By default, just-in-time access for the VM uses these settings:
156155

0 commit comments

Comments
 (0)