I am using sqlpackage.exe, available with the SQL Server Management Studio 2016 (preview) to publish a database to SQL Azure (from a bacpac file previously exported from a local database server).
The problem is that this database is created with the S0 service objective (which I suppose is the default).
I would like to be able to set the service objective of the target in the import command with sqlpackage.exe.
I have searched for an answer and I cannot find anything in the sqlpackage.exe documentation available here:
https://msdn.microsoft.com/en-us/library/hh550080(v=vs.103).aspx
I see the management studio UI allows to set the service objetive and I understand that it uses sqlpackage.exe underneath.
Anyone has an idea on how to get this done?