I got a weird error today. When I try to deploy a database to an existing Azure SQL server I get the following error in Microsoft SQL Server Management Studio:
Could not import package. Warning SQL0: A project which specifies SQL Server 2016 as the target platform may experience compatibility issues with Microsoft Azure SQL Database v12. Error SQL72014: .Net SqlClient Data Provider: Msg 45122, Level 16, State 1, Line 1 'Subscriptions are restricted from provisioning in this region. Please choose a different region. For exceptions to this rule please contact Microsoft Support.' Error SQL72045: Script execution error. The executed script: CREATE DATABASE [$(DatabaseName)] COLLATE SQL_Latin1_General_CP1_CI_AS (EDITION = 'Standard', SERVICE_OBJECTIVE = 'S0', MAXSIZE = 250 GB) (Microsoft.SqlServer.Dac)
Why is this? I could create the Sql Server in region West Europe without a problem. I'm using the Visual Studio Enterprise – MPN subscription in this case.

Visual Studio Enterprise SubscriptionandWest Europeis covered. I could also create the server in the first place through their portal. - Ogglas