Skip to content

Commit fdbbbd0

Browse files
committed
fixes to page
1 parent bf9a4e2 commit fdbbbd0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/defender-for-cloud/enable-defender-sql-at-scale.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ description: Learn how to protect your Microsoft SQL servers on Azure VMs, on-pr
44
ms.topic: how-to
55
ms.author: dacurwin
66
author: dcurwin
7-
ms.date: 07/23/2024
7+
ms.date: 07/31/2024
88
#customer intent: As a user, I want to learn how to enable Defender for SQL servers at scale so that I can protect my SQL servers efficiently.
99
---
1010

1111
# Enable Microsoft Defender for SQL servers on machines at scale
1212

13-
Microsoft Defender for Cloud's Defender for Databases plan provides security for SQL servers on virtual machines. In order to protect your databases, the Azure Monitoring Agent (AMA) must be implemented to prevent attacks and to identify configuration errors.
13+
IaaS SQL servers are protected by Microsoft Defender for Cloud's Defender for SQL plan, which identifies and mitigates potential database vulnerabilities while detecting anomalous activity that could indicate threats to your databases.
1414

15-
When you enable Defender for Databases, it automatically enables the auto provisioning process that configures of all the required agent components necessary for the plan to function. The auto provisioning process includes installation the configuration of the AMA, workspace configuration, and the virtual machines (VM) extension and solution.
15+
When [you enable the SQL Server on a machines](tutorial-enable-databases-plan.md#enable-specific-plans-database-protections) component of the Defender for Databases plan, the auto-provision process is it automatically initiated. The auto-provision process installs and configures all the necessary components for the plan to function. Such as the Azure Monitor Agent (AMA), SQL IaaS extension, and Defender for SQL extensions. The auto-provision process also sets up the workspace configuration, Data Collection Rules, identity, and the SQL IaaS extension.
1616

17-
This page explains how you can enable the autoprovisioning process for Defender for Databases across multiple subscriptions simultaneously using PowerShell. This process applies to SQL servers hosted on Azure VMs, on-premises environments, and Azure Arc-enabled SQL servers, and how to utilize extra functionalities that accommodate various configurations, including:
17+
This page explains how you can enable the auto-provision process for Defender for SQL across multiple subscriptions simultaneously using a PowerShell script. This process applies to SQL servers hosted on Azure VMs, on-premises environments, and Azure Arc-enabled SQL servers. This article also discusses how to utilize extra functionalities that can accommodate various configurations such as:
1818

1919
- Custom data collection rules
2020

@@ -29,13 +29,12 @@ This page explains how you can enable the autoprovisioning process for Defender
2929
- Gain knowledge on:
3030
- [SQL server on VMs](https://azure.microsoft.com/products/virtual-machines/sql-server/)
3131
- [SQL Server enabled by Azure Arc](/sql/sql-server/azure-arc/overview)
32-
- [How to install Log Analytics agent on Windows computers](../azure-monitor/agents/agent-windows.md)
3332
- [How to migrate to Azure Monitor Agent from Log Analytics agent](../azure-monitor/agents/azure-monitor-agent-migration.md)
3433

3534
- [Connect AWS accounts to Microsoft Defender for Cloud](quickstart-onboard-aws.md)
3635
- [Connect your GCP project to Microsoft Defender for Cloud](quickstart-onboard-gcp.md)
3736

38-
- Install PowerShell on [Windows](/powershell/scripting/install/installing-powershell-on-windows), [Linux](/powershell/scripting/install/installing-powershell-on-linux), [macOS](/powershell/scripting/install/installing-powershell-on-macos), or [ARM](/powershell/scripting/install/powershell-on-arm).
37+
- Install PowerShell on [Windows](/powershell/scripting/install/installing-powershell-on-windows), [Linux](/powershell/scripting/install/installing-powershell-on-linux), [macOS](/powershell/scripting/install/installing-powershell-on-macos), or [Azure Resource Manager (ARM)](/powershell/scripting/install/powershell-on-arm).
3938
- [Install the following PowerShell modules](/powershell/module/powershellget/install-module):
4039
- Az.Resources
4140
- Az.OperationalInsights

0 commit comments

Comments
 (0)