I am trying to deploy Azure SQLDatabase using SQLPackage.exe(DacPack Deploy) via Powershell. While deploying dacpack(130) in region "East US", I get below error:
sqlpackage.exe : * Could not deploy package. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (* Could not deploy package.:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Unable to connect to master or target server 'TestDB'. You must have a user with the same password in master or target server 'TestDB'.
Same Database when deployed in "South Central US" region gets deployed successfully, but I want to deploy DB in "East US" region.
After installing DacFramework(140), Database gets deployed.
But I want to know, is there any issues with Region?
How do I resolve this issue?
Thank You