A contractor requests just-in-time access to a lock-chamber VM from a coffee-shop IP that is not on the allowed prefix and leaves the window open for days. Which JIT configuration should the security engineer enforce?
Select an answer to reveal the explanation.
Short Explanation
JIT isn’t a weekend pass from the coffee shop. Lock the allowed source, the ports, and a short max window—when time’s up, the NSG deny comes back.
Full Explanation
JIT requests specify ports (commonly 22/3389), allowed source IP prefixes, and a maximum duration. When the window ends, the temporary allow is revoked (existing sessions may remain until disconnected). Requesters still need appropriate Azure RBAC on the VM to request access. Unrestricted sources, multi-day standing windows, and substituting Entra PIM role activation for JIT network controls miss the compute-access parameters this bullet tests.