Skip to content

Commit 1d82d84

Browse files
authored
Update sql-azure-vulnerability-assessment-manage.md
------- cc: @bmansheim
1 parent 8eebbd4 commit 1d82d84

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ The express configuration is supported in the latest REST API version with the f
9292
| VA settings (GET only is supported for Express Configuration) | User Database | [Database Sql Vulnerability Assessments Settings](/rest/api/sql/2022-05-01-preview/database-sql-vulnerability-assessments-settings) |
9393
| VA Settings operations | Server | [Sql Vulnerability Assessments Settings](/rest/api/sql/2022-05-01-preview/sql-vulnerability-assessments-settings)<br>[Sql Vulnerability Assessments](/rest/api/sql/2022-05-01-preview/sql-vulnerability-assessments) |
9494

95-
### Using Resource Manager templates
95+
### Using Azure Resource Manager templates
96+
97+
Use the [following ARM template](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.sql/sql-logical-server/azuredeploy.json) to create a new Azure SQL Logical Server with expresss configuration for SQL vulnerability assessment.
9698

9799
To configure vulnerability assessment baselines by using Azure Resource Manager templates, use the `Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines` type. Make sure that `vulnerabilityAssessments` is enabled before you add baselines.
98100

@@ -187,6 +189,10 @@ Old results and baselines settings remain available on your storage account, but
187189

188190
When express configuration is enabled, you don't have direct access to the result and baseline data because it's stored on internal Microsoft storage.
189191

192+
### Can I setup reccuring scans with express configuration?
193+
194+
Express configuration automatically sets up reccuring scans for all databases under your server. This is the default and is not configurable at server or database level.
195+
190196
### Is there a way with express configuration to get the weekly email report that is provided in the classic configuration?
191197

192198
You can use workflow automation and Logic Apps email scheduling, following the Microsoft Defender for Cloud processes:

0 commit comments

Comments
 (0)