Skip to content

Commit a358618

Browse files
authored
Merge pull request #78228 from Mike-Ubezzi-MSFT/patch-12
Removed Advanced Threat Protection ARM Link
2 parents ea1c38d + e62855d commit a358618

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/sql-database/sql-database-resource-manager-samples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ The following table includes links to Azure Resource Manager templates for Azure
2828
| [Logical server](https://github.com/Azure/azure-quickstart-templates/tree/master/101-sql-logical-server) | This Azure Resource Manager template creates a logical server for Azure SQL Database. |
2929
| [Elastic pool](https://github.com/Azure/azure-quickstart-templates/tree/master/101-sql-elastic-pool-create) | This template allows you to deploy a new Elastic pool with its new associated SQL Server and new SQL Databases to assign to it. |
3030
| [Failover groups](https://github.com/Azure/azure-quickstart-templates/tree/master/101-sql-with-failover-group) | This template creates two Azure SQL logical servers, a SQL database, and a failover group.|
31-
| [Advanced Threat Protection](https://github.com/Azure/azure-quickstart-templates/tree/master/201-sql-advanced-threat-protection-server-policy) | This template allows you to deploy an Azure SQL logical server with Advanced Threat Protection enabled and an optional Azure SQL Database. SQL Advanced Threat Protection is a unified package for advanced SQL security capabilities.|
3231
| [Threat Detection](https://github.com/Azure/azure-quickstart-templates/tree/master/201-sql-threat-detection-db-policy-multiple-databases) | This template allows you to deploy an Azure SQL logical server and a set of Azure SQL Databases with Threat Detection enabled, with an email address for alerts for each database. Threat Detection is part of the SQL Advanced Threat Protection (ATP) offering and provides a layer of security that responds to potential threats over SQL servers and databases.|
3332
| [Auditing to Azure Blob Storage](https://github.com/Azure/azure-quickstart-templates/tree/master/201-sql-auditing-server-policy-to-blob-storage) | This template allows you to deploy an Azure SQL logical server with Auditing enabled to write audit logs to a blob storage. Auditing for Azure SQL Database tracks database events and writes them to an audit log that can be placed in your Azure storage account, OMS workspace, or Event Hubs.|
3433
| [Auditing to Azure Event Hub](https://github.com/Azure/azure-quickstart-templates/tree/master/201-sql-auditing-server-policy-to-eventhub) | This template allows you to deploy an Azure SQL server with Auditing enabled to write audit logs to an exiting Event Hub. In order to send audit events to Event Hub, set auditing settings with `Enabled` `State` and set `IsAzureMonitorTargetEnabled` as `true`. Also, configure Diagnostic Settings with `SQLSecurityAuditEvents` diagnostic logs category on the `master` database (for serve level auditing). Auditing for Azure SQL Database and SQL Data Warehouse tracks database events and writes them to an audit log that can be placed in your Azure storage account, OMS workspace, or Event Hubs.|

0 commit comments

Comments
 (0)