An Azure relational database service.
Hey @Julie
good question. With Vulnerability Assessment Express, the “classic” experience of configuring alerts/notifications (including email behavior you might have set up before) can be different.
Based on the provided docs, here’s what we can say for Azure SQL Managed Instance + Vulnerability Assessment Express:
Recommended way to get notifications/alerts for VA findings (Express)
- Use the Microsoft Defender for Cloud vulnerability assessment findings experience in the portal
- Vulnerability assessment can be accessed and managed from each SQL resource in the Azure portal.
- For findings, you can use the Defender for Cloud UI (including viewing the scan results/findings from the relevant recommendation path).
- Enable/operate recurring scans (automation)
- For Express configuration, recurring scans are always enabled.
- That means Express is designed to keep scanning and updating findings automatically, rather than relying on the same notification workflow as classic.
- Understand the email behavior difference
- The documentation specifically notes: “Email reports aren't supported with express configuration.”
- So if your prior setup depended on receiving an email with a scan result summary, that expectation won’t match Express behavior.
- If you specifically need email-style notifications with Express
- The doc suggests using a Logic Apps template to schedule an “almost identical, but highly customizable, report” since Express doesn’t support email reports directly.
What you should double-check in your setup
- Confirm you’re using Express configuration (and not classic) for the Managed Instance.
- Confirm you’re viewing findings through the Defender for Cloud / recommendations / vulnerability assessment UX (since that’s the supported place to see findings with Express).
- If email notifications are a must, implement the Logic Apps template approach.
Follow-up questions (to tailor the exact steps)
- Are you trying to get email notifications, or is portal-based notifications/findings sufficient?
- In the portal, which blade are you using to configure VA — the one under Defender for Cloud / Microsoft Defender for SQL, or classic VA settings?
- When you say “alerts,” do you mean:
- email summaries,
- security recommendations in Defender for Cloud,
- or both?
- Are you seeing findings in the Defender for Cloud recommendation, but expecting them to arrive via email?
Reference list (links)
- Vulnerability Assessment (Managed Instance setup): https://learn.microsoft.com/azure/sql-database/sql-vulnerability-assessment#implementing-vulnerability-assessment
- Portal/client tools guidance (VA for Managed Instance): (provided) Portal and Client Tools/Vulnerability Assessment (supportability hub) https://supportabilityhub.microsoft.com/solutions/apollosolutions/39445777-0045-08de-8177-6d0f7a0be040/apollo-50ee8dcc-67d9-4284-85d8-80c49aae5095
- Express vs classic overview / enablement (Express recommended): https://learn.microsoft.com/azure/defender-for-cloud/sql-azure-vulnerability-assessment-overview
- Enable VA (Express): https://learn.microsoft.com/azure/defender-for-cloud/sql-azure-vulnerability-assessment-enable
- Express configuration vulnerability findings: https://learn.microsoft.com/azure/defender-for-cloud/configure-vulnerability-findings-express
- Email reports not supported for Express + Logic Apps template mention: (within) Microsoft Defender for SQL vulnerability assessment doc https://supportabilityhub.microsoft.com/solutions/apollosolutions/39445777-0045-08de-8177-6d0f7a0be040/apollo-0d47406b-c804-4a07-94e2-0acd6ca43063
- Logic Apps template for customizable notification reports (GitHub path referenced in doc): https://github.com/Azure/Microsoft-Defender-for-Cloud/tree/main/Workflow%20automation/Notify-SQLVulnerabilityReport
If you answer the follow-up questions (especially whether you need email or just Defender portal alerts/findings), I can suggest the most fitting public-forum wording and exact navigation targets.