Hello,
I am following along the process to update the non-production sandbox d356 U4 to u10 and cant get past exporting the database. I execute the command "SqlPackage.exe /a:export /ssn:<server>.database.windows.net /sdn:AxDB /tf:D:\Exportedbacpac\my.bacpac /p:CommandTimeout=1200 /p:VerifyFullTextDocumentTypesSupported=false /sp:<sql password> /su:<sql user>" and after some time it finally errors out with"Error SQL71564: The element User: [NT AUTHORITY\NETWORK SERVICE] has property AuthenticationType set to a value that is not supported in Microsoft Azure SQ Database v12." I can see the reason it is failing since Window acct are not supported in Azure. I tried dropping the user but receive the database principal owns a schema in the database...
How do I work around this and any more gotchas around updating the the current version?