Can't deploy Sql Database Project to Azure

▼魔方 西西 提交于 2019-12-12 04:19:19

问题


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:


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



来源:https://stackoverflow.com/questions/44417096/cant-deploy-sql-database-project-to-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!