Whilst we do provide guidance on how to manage access into your private network from Microsoft hosted agents, I would recommend the self hosted agents either a peered virtual network or another subnet in your existing network. The security model of the agents initiating communication to Azure DevOps is normally favoured by security teams, rather than opening up inbound access to your private network.
Allow access to Postgresql fexible server with private access from Azure DevOps
Hi guys,
I'm trying Azure for the first time and have a question regarding Azure Devops and accessing private networks.
I tried Azure devops for building docker images, deploying and flyway migration, all with public access and everything works as expected.
Next I put the postgresql flexible server in a private network and can access it with my database management tool trough Azure VPN (p2s), problem is i can't access the database from Azure devops pipeline anymore. Also can't find any documentation regarding this setup and looked for things like private endpoint service connections etc.
I'm at the point to configure a self hosted agent on a virtual machine and give the machine access to the private network with the database but I'm not sure if this is the best way to go.
Hope you guys can point me in to the right direction.