What is JIT and why is it essential?Just-In-Time (JIT) is an Azure Security Center feature designed to control access to virtual machines by allowing ports to be opened for a limited period and only on demand. The main aim of JIT is to minimize the attack surface by closing all ports that are not normally in constant use, such as RDP (3389) and SSH (22). When JIT access is enabled, ports are opened only after explicit approval of the request, and are automatically closed after a specified time.
Unlike permanent port opening (the standard approach), JIT access considerably reduces the risk of brute-force attacks or zero-day vulnerabilities. Instead of always-open access, you get a system that only provides access when it's really needed, thus minimizing risk.
JIT configuration via Azure Portal and PowerShellPrerequisites:You need a Microsoft Defender for Cloud level
Defender for Servers Plan 2 subscription to use JIT. Find out more
here.
Creating a JIT policyAzure Portal- In the Azure portal, go to “Microsoft Defender for Cloud”.
- In the side menu, select “Workload protections” → “Just-in-time VM access”.
- Select the “Configured” or “Unconfigured” tab to display the available virtual machines.
- Select a virtual machine and click on “Enable JIT”.
- Specify the ports to be opened on request and the maximum duration of authorization.
- Click on “Save” to apply the policy.
Azure PowerShell:To automate this operation, you can use the
Set-AzJitNetworkAccessPolicy Azure PowerShell cmdlet. For example: