Skip to content

Commit 4b5ffa2

Browse files
committed
Fix build errors
1 parent ae6bf5c commit 4b5ffa2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/defender-for-cloud/powershell-sample-vulnerability-assessment-azure-sql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
title: PowerShell Script Sample - Enable vulnerability assessment on a SQL server
3-
description: In this article, learn how to enable vulnerability assessments on Azure SQL databases with the express configuration.
3+
description: In this article, learn how to enable vulnerability assessments on Azure SQL databases with the express configuration using a PowerShell script.
44
ms.topic: sample
55
ms.date: 11/29/2022
66
---
77

88
# Enable vulnerability assessments on Azure SQL databases with the express configuration
99

10-
This PowerShell script enables the express configuration of [vulnerability assessments](../../defender-for-cloud/sql-azure-vulnerability-assessment-overview.md) on an Azure SQL Server.
10+
This PowerShell script enables the express configuration of [vulnerability assessments](sql-azure-vulnerability-assessment-overview.md) on an Azure SQL Server.
1111

12-
[!INCLUDE [sample-powershell-install](../../../includes/sample-powershell-install-no-ssh.md)]
12+
[!INCLUDE [sample-powershell-install](../../includes/sample-powershell-install-no-ssh.md)]
1313

14-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
14+
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
1515

1616
## Sample script
1717

18-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
18+
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
1919

2020
```powershell
2121
<#

articles/defender-for-cloud/powershell-sample-vulnerability-assessment-baselines.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: PowerShell Script Sample - Enable vulnerability assessment on a SQL server
3-
description: In this article, learn how to enable vulnerability assessments on Azure SQL databases with the express configuration.
2+
title: PowerShell Script Sample - Set up baselines on Azure SQL databases
3+
description: In this article, learn how to set up baselines for vulnerability assessments on Azure SQL databases using a PowerShell script.
44
ms.topic: sample
55
ms.date: 11/29/2022
66
---
77

8-
# Enable vulnerability assessments on Azure SQL databases with the express configuration
8+
# Set up baselines for vulnerability assessments on Azure SQL databases
99

10-
This PowerShell script sets up baselines based on latest [vulnerability assessment](../../defender-for-cloud/sql-azure-vulnerability-assessment-overview.md) scan results for all databases in an Azure SQL Server.
10+
This PowerShell script sets up baselines based on latest [vulnerability assessment](sql-azure-vulnerability-assessment-overview.md) scan results for all databases in an Azure SQL Server.
1111

12-
[!INCLUDE [sample-powershell-install](../../../includes/sample-powershell-install-no-ssh.md)]
12+
[!INCLUDE [sample-powershell-install](../../includes/sample-powershell-install-no-ssh.md)]
1313

14-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
14+
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
1515

1616
## Sample script
1717

18-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
18+
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
1919

2020
```powershell
2121
<#

0 commit comments

Comments
 (0)