Not sure I am referring to this correctly, but we seem to have an "orphaned" or rogue Integrated Service Catalog, SSISDB, with a database SSISDB on an azure managed instance
We were testing SSIS options a few months ago including creating it in data factory. I know that's when it was created but the Azure-SSIS integration runtime is not in the data factory that is listed in
SELECT [property_name]
,[property_value]
FROM [SSISDB].[catalog].[catalog_properties]
The data factory is there but there is no Integration Runtime or any reference to SSISDB in there.
How do we delete the catalog? Do we have to delete the entire data factory to remove this?
Edit: I have already dropped the SSISDB database to see if it helps, it didn't so restored it. the database itself is not the problem.