You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/security-center/security-center-just-in-time.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: rkarlin
7
7
8
8
ms.service: security-center
9
9
ms.topic: conceptual
10
-
ms.date: 09/10/2019
10
+
ms.date: 02/25/2020
11
11
ms.author: memildin
12
12
13
13
---
@@ -28,7 +28,7 @@ There are three ways to configure a JIT policy on a VM:
28
28
-[Configure JIT access in an Azure VM page](#jit-vm)
29
29
-[Configure a JIT policy on a VM programmatically](#jit-program)
30
30
31
-
## Configure JIT in Security Center
31
+
## Configure JIT in Azure Security Center
32
32
33
33
From Security Center, you can configure a JIT policy and request access to a VM using a JIT policy
34
34
@@ -82,36 +82,42 @@ To request access to a VM via Security Center:
82
82
83
83
1. Under **Just-in-time VM access**, select the **Configured** tab.
84
84
85
-
2. Under **Virtual Machine**, click the VMs that you want to request access for. This puts a checkmark next to the VM.
85
+
1. Under **Virtual Machine**, click the VMs that you want to request access for. This puts a checkmark next to the VM.
86
86
87
87
- The icon in the **Connection Details** column indicates whether JIT is enabled on the NSG or FW. If it’s enabled on both, only the Firewall icon appears.
88
88
89
89
- The **Connection Details** column provides the information required to connect the VM, and its open ports.
4. Under **Request access**, for each VM, configure the ports that you want to open and the source IP addresses that the port is opened on and the time window for which the port will be open. It will only be possible to request access to the ports that are configured in the just-in-time policy. Each port has a maximum allowed time derived from the just-in-time policy.
97
+
1. Under **Request access**, for each VM, configure the ports that you want to open and the source IP addresses that the port is opened on and the time window for which the port will be open. It will only be possible to request access to the ports that are configured in the just-in-time policy. Each port has a maximum allowed time derived from the just-in-time policy.
98
98
99
-
5. Click **Open ports**.
99
+
1. Click **Open ports**.
100
100
101
101
> [!NOTE]
102
102
> If a user who is requesting access is behind a proxy, the option **My IP** may not work. You may need to define the full IP address range of the organization.
103
103
104
+
105
+
104
106
## Edit a JIT access policy via Security Center
105
107
106
108
You can change a VM's existing just-in-time policy by adding and configuring a new port to protect for that VM, or by changing any other setting related to an already protected port.
107
109
108
110
To edit an existing just-in-time policy of a VM:
111
+
109
112
1. In the **Configured** tab, under **VMs**, select a VM to which to add a port by clicking on the three dots within the row for that VM.
110
113
111
114
1. Select **Edit**.
115
+
112
116
1. Under **JIT VM access configuration**, you can either edit the existing settings of an already protected port or add a new custom port.
113
117

114
118
119
+
120
+
115
121
## Audit JIT access activity in Security Center
116
122
117
123
You can gain insights into VM activities using log search. To view logs:
@@ -161,11 +167,11 @@ If a VM already has just-in-time enabled, when you go to its configuration page
161
167
162
168
In the Azure portal, when you try to connect to a VM, Azure checks to see if you have a just-in-time access policy configured on that VM.
163
169
164
-
- If you have a JIT policy configured on the VM, you can click **Request access** to enable you to have access in accordance with the JIT policy set for the VM.
170
+
- If you have a JIT policy configured on the VM, you can click **Request access** to grant access in accordance with the JIT policy set for the VM.
The access is requested with the following default parameters:
174
+
Access is requested with the following default parameters:
169
175
170
176
-**source IP**: ‘Any’ (*) (cannot be changed)
171
177
-**time range**: Three hours (cannot be changed) <!--Isn't this set in the policy-->
@@ -174,7 +180,7 @@ In the Azure portal, when you try to connect to a VM, Azure checks to see if you
174
180
> [!NOTE]
175
181
> After a request is approved for a VM protected by Azure Firewall, Security Center provides the user with the proper connection details (the port mapping from the DNAT table) to use to connect to the VM.
176
182
177
-
- If you do not have JIT configured on a VM, you will be prompted to configure a JIT policy it.
183
+
- If you do not have JIT configured on a VM, you will be prompted to configure a JIT policy on it.
0 commit comments