Can't deploy Sql Database Project to Azure

2019-09-08 02:57发布

I have a Sql Database Project and in deploying time, with appveyor, i get this error: Error publishing database: Could not deploy package. Unable to connect to master or target server 'ods-staging'. You must have a user with the same password in master or target server 'ods-staging'. I think that i get this error because the ip address it's not allowed in Azure Database Firework.

if this is correct how can i know what are the range of ip addresess that appveyor use?

or maybe this error is because something else?

1条回答
该账号已被封号
2楼-- · 2019-09-08 04:02

Please check this part of Appveyor documentation: https://www.appveyor.com/docs/build-environment/#ip-addresses

查看更多
登录 后发表回答