I have an Azure SQL Server database, which I am trying to scan with Purview. A normal scan works fine, but when I switch on the lineage extraction (to understand dependencies between database objects) the scan fails with the following error message.
I'm aware that in order to perform a lineage extraction, the Purview Managed Identity requires additional permissions, which I have already granted. I have also granted CONTROL permission to the same managed identity. I can't find any reference to this error on the Microsoft website and wondered if anyone in the Stack Overflow community had come across it before and has any ideas on the possible resolution.
The error message seems to indicate a problem with the extended events session, but this is an area of SQL Server in which I don't have a great deal of expertise.