We have created an application based on an Azure SQL as a data storage, and virtualized it (Dataverse Virtual Tables), and it works great. When moving the solution (manual, as we needed to set up the connection), we are able to create the SQL connection and access the data, but can not define new server/database to connect to, as we would like to match our environment strategy in SQL (Dev -> Dev, UAT -> UAT, Prod -> Prod).
So far based on the preliminary research it seems that I might need to modify the virtual data source dataset value on UAT and Prod, but that does not seem like a proper practice, so I wanted to see if one of you have had experience with this. Thank you in advance!