Skip to content

Commit bc666cb

Browse files
committed
removed auditing & threat detection scripts
1 parent 04be575 commit bc666cb

5 files changed

Lines changed: 11 additions & 117 deletions

.openpublishing.redirection.azure-sql.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,17 @@
517517
},
518518
{
519519
"source_path_from_root": "/azure-sql/database/scripts/sql-database-auditing-and-threat-detection-cli.md",
520-
"redirect_url": "/azure/azure-sql/database/scripts/auditing-threat-detection-cli",
520+
"redirect_url": "/azure/defender-for-cloud/defender-for-sql-introduction",
521+
"redirect_document_id": false
522+
},
523+
{
524+
"source_path_from_root": "/azure-sql/database/scripts/auditing-threat-detection-cli.md",
525+
"redirect_url": "/azure/defender-for-cloud/defender-for-sql-introduction",
526+
"redirect_document_id": false
527+
},
528+
{
529+
"source_path_from_root": "/azure-sql/database/scripts/auditing-threat-detection-powershell-configure.md",
530+
"redirect_url": "/azure/defender-for-cloud/defender-for-sql-introduction",
521531
"redirect_document_id": false
522532
},
523533
{

azure-sql/database/az-cli-script-samples-content-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ The following table includes links to Azure CLI script examples to manage single
4646
| [Configure failover group](scripts/setup-geodr-failover-group-cli.md) | Configures a failover group for a group of databases and failover over databases to the secondary server. |
4747
| [Single database](scripts/add-database-to-failover-group-cli.md)| Creates a database and a failover group, adds the database to the failover group, then tests failover to the secondary server. |
4848
| [Pooled database](scripts/add-elastic-pool-to-failover-group-cli.md) | Creates a database, adds it to an elastic pool, adds the elastic pool to the failover group, then tests failover to the secondary server. |
49-
| **Auditing and threat detection** |
50-
| [Configure auditing and threat-detection](scripts/auditing-threat-detection-cli.md)| Configures auditing and threat detection policies for a database in Azure SQL Database. |
5149
| **Back up, restore, copy, and import a database**||
5250
| [Back up a database](scripts/backup-database-cli.md)| Backs up a database in SQL Database to an Azure storage backup. |
5351
| [Restore a database](scripts/restore-database-cli.md)| Restores a database in SQL Database to a specific point in time. |

azure-sql/database/powershell-script-content-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ The following table includes links to sample Azure PowerShell scripts for Azure
4141
|**Scale a single database and an elastic pool**||
4242
| [Scale a single database](scripts/monitor-and-scale-database-powershell.md?toc=%2fpowershell%2fmodule%2ftoc.json) | This PowerShell script monitors the performance metrics of a single database, scales it to a higher compute size, and creates an alert rule on one of the performance metrics. |
4343
| [Scale an elastic pool](scripts/monitor-and-scale-pool-powershell.md?toc=%2fpowershell%2fmodule%2ftoc.json) | This PowerShell script monitors the performance metrics of an elastic pool, scales it to a higher compute size, and creates an alert rule on one of the performance metrics. |
44-
| **Auditing and threat detection** |
45-
| [Configure auditing and threat-detection](scripts/auditing-threat-detection-powershell-configure.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script configures auditing and threat-detection policies for a database. |
4644
| **Restore, copy, and import a database**||
4745
| [Restore a database](scripts/restore-database-powershell.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script restores a database from a geo-redundant backup and restores a deleted database to the latest backup. |
4846
| [Copy a database to a new server](scripts/copy-database-to-new-server-powershell.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script creates a copy of an existing database in a new server. |

azure-sql/database/scripts/auditing-threat-detection-cli.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

azure-sql/database/scripts/auditing-threat-detection-powershell-configure.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)