Azure Release Pipelines: Azure SQL Database deployment error with not able to get to database server

Viewed 26

We are seeing an error when trying to run a .SQL file on our Azure Dev Ops release pipeline:

enter image description here

Here is the error:

System.Management.Automation.RuntimeException: No resource found with serverName [the server], serverType Microsoft.Sql/servers in subscription [subscription id]. Specify the correct serverName/serverType and try again.Check out how to troubleshoot failures at https://aka.ms/sqlazuredeployreadme#troubleshooting-

We do have this set to checked on the networking tab of the sql server database:

enter image description here

I've checked the database server name and everything is correct.

It has something to do with the firewall rules though, but we can't figure out why we can't release our migration scripts to run auto.

Any other ideas of what else we can try?

Thanks.

UPDATE 1:

We have about 5 other instances that are set up the same way that seem to work fine.

0 Answers
Related