How can we help you today? How can we help you today?

Building On Premise Databases in an Azure Hosted Build Agent

We're moving from on-premises Azure DevOps to cloud hosted Azure DevOps using cloud build agents and we've run into a couple of related issues.

1. The build agent doesn't have access to our internal network so it can't validate users/groups etc. This gives us errors like:- 
##[warning]	DbBuildTask: ERROR D:\a\1\s\<redacted>\Migrations\001_20200416-1026_<redacted>.sql(0,0): Windows NT user or group '<redacted>' not found. Check the name again.
2. The second issue we're running into is how to handle cross database dependencies, we have a handful of databases that refer to objects in a third party developed database.

What are our options for working around these complexities?

David Hayes
0

Comments

1 comment

Add comment

Please sign in to leave a comment.