I have a database that is sitting on on-prem sql server. I go to management studio and then select the database that I want to deploy on Azure and follow the guide. Eventually, I am getting a bunch of errors such as
One or more unsupported elements were found in the schema used as part of a data package. Error SQL71561: Error validating element [dbo].[patientInfo]: View: [dbo].[patientInfo] has an unresolved reference to object [198.18.21.71].[db_cs_dw].[dbo].[invoice]. External references are not supported when creating a package from this platform.
Error SQL71562: Error validating element [dbo].[getAllClaimsByPatientId]: Procedure: [dbo].[getAllClaimsByPatientId] has an unresolved reference to object [198.18.21.71].[db_cs_dw].[dbo].[all_clients_view]. External references are not supported when creating a package from this platform.
Do I need to set up a linked server on my Azure sql server with [198.18.21.71]. Can I do that?