From 193fb3764bef1782e9784637d15922937a056ceb Mon Sep 17 00:00:00 2001 From: Cassie Kays <86622587+cassiekays@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:01:16 -0800 Subject: [PATCH] added SQL security policy into the wiki (#1829) Co-authored-by: Sacha Narinx --- docs/wiki/ALZ-Policies-Extra.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/wiki/ALZ-Policies-Extra.md b/docs/wiki/ALZ-Policies-Extra.md index 57e973c50..f3924e945 100644 --- a/docs/wiki/ALZ-Policies-Extra.md +++ b/docs/wiki/ALZ-Policies-Extra.md @@ -18,6 +18,7 @@ ALZ provides several additional policies that are not assigned by default but th | Deny-Vnet-Peering | Deny vNet peering | Use to prevent vNet peering under specific scopes (e.g., Sandbox management group) | | Deny-Vnet-Peering-To-Non-Approved-Vnets | Deny vNet peering to non-approved vNets | Use to control vNet peering under specific scopes, like in the Corp management group, only allow peering to the hub vNet. | | Deploy-Budget | Deploy a default budget on all subscriptions under the assigned scope | Set a default budget for a specific scope, like setting a $500 budget on all subscriptions in the Sandbox management group | +|Deploy-Sql-Security_20240529| Deploy-SQL Database built-in SQL security configuration| Deploy auditing, Alert, TDE and SQL vulnerability to SQL Databases when it not exist in the deployment| | Deploy-Vnet-Hubspoke | Deploy Virtual Network with peering to the hub | Automatically peer a new virtual network with the hub, for example, in the Corp management group | | Deploy-Windows-DomainJoin | Deploy Windows Domain Join Extension with Key Vault configuration | Windows Domain Join a virtual machine using domain name and password stored in Key Vault as secrets |