Skip to content

Commit e5a0f12

Browse files
authored
Merge pull request Azure#4859 from giladmit/preview
Clarified inheritance/override of server policy
2 parents 2ad8981 + 55102ad commit e5a0f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Sql/Commands.Sql/help/Set-AzureRmSqlDatabaseAuditingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can also define retention for the audit logs table by setting the value of t
2929
Specify the *EventType* parameter to define which event types to audit.
3030

3131
After the cmdlet runs successfully, auditing of the database is enabled.
32-
If the database used the policy of its server for auditing before you ran this cmdlet, auditing stops using that policy.
32+
For Table Auditing, if the database used the policy of its server for auditing before you ran this cmdlet, auditing stops using that policy. For Blob Auditing, if the database used the policy of its server for auditing before you ran this cmdlet, both auditing policies will exist side-by-side.
3333
If the cmdlet succeeds and you use the *PassThru* parameter, it returns an object describing the current auditing policy in addition to the database identifiers.
3434
Database identifiers include, but are not limited to, **ResourceGroupName**, **ServerName**, and **DatabaseName**.
3535

0 commit comments

Comments
 (0)