Skip to content

Commit ab3dc7f

Browse files
authored
Merge pull request #21492 from MaraSteiu/patch-20
Update AAD in Limitations section
2 parents 4e0d591 + 3e2a38f commit ab3dc7f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/relational-databases/track-changes/about-change-data-capture-sql-server.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ CDC does not support the values for computed columns even if the computed column
224224
**Point-in-time restore (PITR)**
225225
If you enabled CDC on your database as an AAD user, PITR will not work and it will fail. PITR will only work when you enable CDC on your database as a SQL user.
226226

227+
**Azure Active Directory (AAD)**
228+
If you create a database in Azure SQL Database as an AAD user and enable change data capture on it, a SQL user (e.g. even sys admin role) will not be able to disable/make changes to change data capture artifacts. However, another AAD user will be able to enable/disable change data capture on the same database.
229+
230+
Similarly, if you create an Azure SQL Database as a SQL user, enabling/disabling change data capture as an AAD user won't work.
231+
227232
## See also
228233
[Track Data Changes (SQL Server)](../../relational-databases/track-changes/track-data-changes-sql-server.md)
229234
[Enable and Disable change data capture (SQL Server)](../../relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server.md)

0 commit comments

Comments
 (0)