Kyle J V
Kyle J V

Reputation: 603

How do I give Azure Pipelines access to network resources?

I'm trying to set up a pipeline to include steps such as deploy a dacpac as well as run some e2e integration smoke tests. Unfortunately, some of the resources are inside of an on-premise network. How would Azure Pipelines obtain access to network resources?

Upvotes: 1

Views: 2154

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 58980

You don't. If you need access to on-premise resources, install and configure a private agent within your network.

Upvotes: 3

Related Questions