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
title: Identify SQL Servers protected by Microsoft Monitoring Agent
3
+
description: Learn how to identify SQL servers protected by the Microsoft Monitoring Agent (MMA) in your environment without having Azure Arc installed
4
+
ms.topic: how-to
5
+
ms.date: 02/26/2026
6
+
ms.author: Elkrieger
7
+
author: ElazarK
8
+
# customer intent: As a user, I want to learn how to identify SQL servers that are protected by Microsoft Monitoring Agent (MMA) in my environment so that I can assess their security posture.
9
+
---
10
+
11
+
# Identify SQL Servers protected by Microsoft Monitoring Agent
12
+
13
+
Microsoft Defender for Cloud's Defender for SQL Server on Machines plan provides database security to protect SQL Server instances hosted on Azure, Amazon Web Services (AWS), Google Cloud Platform (GCP), and on-premises machines. With the retirement of the Microsoft Monitoring Agent (MMA), on August 1,2024, the Defender for SQL Server on Machines plan requires meeting the [required perquisites](defender-for-sql-usage.md#prerequisites) and deploying Azure Arc on all non-Azure SQL Server instances.
14
+
15
+
Once Azure Arc is deployed and following the [release on the updated agent](release-notes-archive.md#update-to-defender-for-sql-servers-on-machines-plan), your SQL Server instances will migrate automatically and seamlessly to the updated agent. To ensure your SQL servers are correctly protected, we recommend the [installation of Azure Arc](quickstart-onboard-machines.md#connect-on-premises-machines-by-using-azure-arc).
16
+
17
+
> [!NOTE]
18
+
> This change might affect your pricing. For information regarding the plan pricing, review [Microsoft Defender for Cloud pricing](https://azure.microsoft.com/pricing/details/defender-for-cloud/).
19
+
20
+
## Determine which SQL servers are protected by the legacy MMA
21
+
22
+
You can identify SQL servers onboarded to the Defender for SQL Server on Machines plan with the legacy MMA in your environment without Azure Arc installed.
23
+
24
+
1. Sign in to the [Azure portal](https://portal.azure.com).
25
+
26
+
1. Search for and select **Azure Resource Graph Explorer**.
27
+
28
+
1. Copy and paste the following query into the query window:
29
+
30
+
```kusto
31
+
securityresources
32
+
| where type == "microsoft.security/assessments/subassessments"
:::image type="content" source="media/identify-sql-servers-protected-by-mma/run-query.png" alt-text="Screenshot that shows the pasted query and where to find the Run query button." lightbox="media/identify-sql-servers-protected-by-mma/run-query.png":::
46
+
47
+
1. For any results returned, [connect hybrid machines with Azure Arc-enabled servers](/azure/azure-arc/servers/learn/quick-enable-hybrid-vm).
48
+
49
+
## Related content
50
+
51
+
- [Upcoming changes to Defender for SQL servers on Machines plan](release-notes-archive.md#update-to-defender-for-sql-servers-on-machines-plan)
52
+
- [Enable Defender for SQL Servers on Machines](defender-for-sql-usage.md)
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/regional-availability.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ This article gives an overview of where you can use Microsoft Defender for Cloud
18
18
### Defender for Servers P2 (Agentless scanning)
19
19
20
20
**Supported regions:**
21
-
Asia East, Asia Southeast, Australia Central 2, Australia East, Australia Southeast, Brazil South, Canada Central, Canada East, Central US, East US, East US 2, France Central, Germany West Central, India Central, India South, India West, Japan East, Japan West, Korea Central, Korea South, New Zealand North, North Central US, North Europe, Norway East, Poland Central, Qatar Central, South Africa North, South Central US, Spain Central, Sweden Central, Switzerland North, UAE North, UK South, UK West, US Gov East, US Gov South Central, US Gov Southwest, West Central US, West Europe, West US, West US 2, West US 3
21
+
Asia East, Asia Southeast, Australia Central 2, Australia East, Australia Southeast, Austria East, Belgium Central, Brazil South, Brazil Southeast, Canada Central, Canada East, Central US, Chile Central, East US, East US 2, France Central, Germany West Central, India Central, India South, India West, Israel North West, Japan East, Japan West, Korea Central, Korea South, Malaysia South, New Zealand North, North Central US, North Europe, Norway East, Poland Central, Qatar Central, South Africa North, South Central US, South East US, South East US 3, Spain Central, Sweden Central, Sweden South, Switzerland North, Taiwan North, Taiwan North West, UAE North, UK South, UK West, US Gov East, US Gov South Central, US Gov Southwest, West Central US, West Europe, West US, West US 2, West US 3
22
22
23
23
**Unsupported regions:**
24
-
Asia Northeast, Austria East, Belgium Central, Brazil Southeast, Central US (EU Access Program), Chile Central, China East, China East 2, China East 3, China North, China North 2, China North 3, East US 2 (EU Access Program), EU SSLV, France South, Germany North, Indonesia Central, Israel Central, Israel North West, Italy North, Jio India Central, Jio India West, Malaysia South, Mexico Central, Norway West, South Africa West, South East US, South East US 3, South US 2, Sweden South, Switzerland West, Taiwan North, Taiwan North West, UAE Central, US DoD Central, US DoD East
24
+
Asia Northeast, CentralUS (EU Access Program), China East, China East 2, China East 3, China North, China North 2, China North 3, East US 2 (EU Access Program), EU SSLV, France South, Germany North, Indonesia Central, Israel Central, Italy North, Jio India Central, Jio India West, Mexico Central, Norway West, South Africa West, South US 2, Switzerland West, UAE Central, US DoD Central, US DoD East
25
25
26
26
### Defender for Servers P1
27
27
@@ -35,7 +35,7 @@ Asia East, Asia Southeast, Asia Northeast, Australia Central 2, Australia East,
35
35
**Unsupported regions:**
36
36
Austria East, Belgium Central, Chile Central, China East 2, China North, China North 2, China North 3, EU SSLV, India West, Indonesia Central, Israel North West, Jio India Central, Jio India West, Malaysia South, South East US 3, South US 2, Taiwan North, Taiwan North West, UAE Central, US DoD Central, US DoD East
0 commit comments