user14557207
user14557207

Reputation:

How to use an Self hosted agent in Azure Cloud

I am using Microsoft agent to build my azure react pipeline, however due to firewall issue I can't use it in azure develops. As a consequence of it I need to use self hosted agent. But not sure how to use self-hosted agents continuously running on cloud

Upvotes: 1

Views: 280

Answers (2)

Techiemanu
Techiemanu

Reputation: 646

I have been trying couples of ways to create self hosted agent for UI packages, however I ended up creating azure artifacts which can be used in our azure pipeline. https://learn.microsoft.com/en-us/azure/devops/artifacts/?view=azure-devops

I hope this would be useful for you

Upvotes: 0

nicksnb
nicksnb

Reputation: 258

We have a GitHub repo that contains code to deploy self-hosted agents that run on Azure Container Instances, images stored in Azure Container Registry, and all deployed via Terraform. You can find the guide here (link contains YouTube video as well): https://cloudelements.ca/azure-devops-self-hosted-agents-with-aci-acr-and-terraform/

Upvotes: 1

Related Questions