When I attempt to perform the 'Export Data-tier Application' task on an Azure SQL DB on one of our Managed Instances, I receive this error after about a minute or two of extracting and validating processes:
*** Error exporting database:One or more unsupported elements were found in the schema used as part of a data package.
Error SQL71501: Error validating element <unnamed>: Role Membership: <unnamed> has an unresolved reference to object [AzureGroup].
Error SQL71501: Error validating element <unnamed>: Role Membership: <unnamed> has an unresolved reference to object [AzureGroup].
Error SQL71501: Error validating element <unnamed>: Role Membership: <unnamed> has an unresolved reference to object [AzureGroup].
Error SQL71501: Error validating element <unnamed>: Role Membership: <unnamed> has an unresolved reference to object [AzureGroup].
Error SQL71501: Error validating element <unnamed>: Role Membership: <unnamed> has an unresolved reference to object [AzureGroup].
Error SQL71501: Error validating element Permission: Permission has an unresolved reference to object [AzureGroup].
Error SQL71501: Error validating element Permission: Permission has an unresolved reference to object [AzureGroup].
Error SQL71501: Error validating element Permission: Permission has an unresolved reference to object [AzureGroup].
Error SQL71501: Error validating element Permission: Permission has an unresolved reference to object [AzureGroup].
We had recently configured our SQL Managed Instance to allow Azure Active Directory authentication via Groups. This doc was used for guidance on how to implement the configuration: https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/aad-security-configure-tutorial
Any help would be greatly appreciated, thanks!