I have a new logical server on which I will be restoring an existing Azure SQL Data Warehouse database from a different logical server.
I've reviewed https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-restore-database-portal but need to understand how the LOGINs are handled on the new MASTER database. USERs exist on the database to be restored and they relate to LOGINs on the old MASTER database.
Do the LOGINs have to be manually CREATEd on the new MASTER before the restore occurs?