Reputation: 41
I have the next error when I deploy a Sql Database Project with Appveyor to Azure:
Error publishing database: Could not deploy package. Unable to connect to master or target server 'ods'. You must have a user with the same password in master or target server 'ods
So, in this article Can't deploy Sql Database Project to Azure recommend add to Azure SQL Firewalls all the ip address allowed for Appveyor, but I still received the same error , what other thing may cause this issue?
Upvotes: 1
Views: 70
Reputation: 15694
I hope you have created your Azure SQL Database logical server as explained here, please use the "Server Admin Login" credentials on your connection string. It seems Appveyor requires access to the master database and the Server Admin Login has all required permissions.
Upvotes: 1