Share via

Defender for Cloud VA2065 baseline buttons not responding for SQL Server vulnerability assessment

A V Reddy (MAQ LLC) 0 Reputation points Microsoft External Staff
2026-05-15T06:17:21.93+00:00

Summary:

I am trying to remediate vulnerability finding VA2065 ("Server-level firewall rules should be tracked and maintained at a strict minimum") on an Azure SQL Server resource using Microsoft Defender for Cloud's Vulnerability Assessment feature.

Environment:

  • Azure SQL Server (logical server)
  • Microsoft Defender for SQL enabled
  • Vulnerability Assessment configured and scanning successfully
  • Last scan completed on 4/27/2026

Issue:

When I navigate to the VA2065 finding under Defender for Cloud > Recommendations > "SQL databases should have vulnerability findings resolved," the finding shows multiple server-level firewall rules with status "Not in Baseline."

When I click either the "Add all results as baseline" or "Remove all from baseline" buttons, nothing happens. There is no error message, no loading indicator, and no change in the status of the findings. The page remains unchanged after clicking.

Steps to Reproduce:

  1. Open Microsoft Defender for Cloud in Azure Portal
  2. Go to Security posture > Recommendations
  3. Select "SQL databases should have vulnerability findings resolved"
  4. Select the affected SQL Server and its master database
  5. Open finding VA2065
  6. Click "Add all results as baseline" or "Remove all from baseline"
  7. Observe that no action occurs

Expected Behavior:

Clicking "Add all results as baseline" should update the baseline and mark the finding as resolved upon the next scan.

Actual Behavior:

Neither button produces any visible effect. The finding remains in Unhealthy status.

Question:

  1. Is there a known issue with the VA2065 baseline functionality?
  2. Are there alternative methods to update the baseline (e.g., REST API, PowerShell, or T-SQL)?
  3. Are there any required permissions beyond Contributor that are needed to modify the vulnerability assessment baseline?

Thank you for your help.

Azure SQL Database

1 answer

Sort by: Most helpful
  1. Salamat Shah 260 Reputation points MVP
    2026-05-15T23:41:58.2966667+00:00

    This is likely a portal/UI issue or permission gap with Defender for SQL VA baseline updates rather than a configuration problem.

    Check below:

    • Ensure you have SQL Security Manager or Owner role (Contributor alone may not update VA baselines).
    • Try updating baseline via Azure Portal → SQL Server → Microsoft Defender → Vulnerability Assessment (not from Recommendations blade).
    • If buttons still do nothing, use PowerShell/REST API (Set-AzSqlServerVulnerabilityAssessmentBaseline) as a workaround.
    • If it persists, open a Microsoft support ticket—this behavior is commonly due to a backend/portal bug with VA2065 baseline actions not applying.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.