Comments on: Modify SQL Audit for Azure SQL Database https://thomaslarock.com/2020/02/modify-sql-audit-for-azure-sql-database/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Thu, 10 Mar 2022 17:02:11 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Sjors https://thomaslarock.com/2020/02/modify-sql-audit-for-azure-sql-database/#comment-88523 Thu, 10 Mar 2022 17:02:11 +0000 https://thomaslarock.com/?p=19735#comment-88523 Hi Thomas,

The cli equivalent is:

az sql server audit-policy update -g RGname -n Server–actions FAILED_DATABASE_AUTHENTICATION_GROUP

However, it seems that it is only possible to configure 1 action group. This for example does not work:

az sql server audit-policy update -g RGname -n Server –actions FAILED_DATABASE_AUTHENTICATION_GROUP, DATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP

Can you confirm this?

Kind regards,

Sjors

]]>