Azure Pipelines - Agents - Self.Hosted vs Microsoft-Hosted

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025

ความคิดเห็น • 7

  • @markovvoz8849
    @markovvoz8849 3 ปีที่แล้ว +1

    Amazing azure pipeline series, please do more, also how to connect to a different project repo. Thank you

  • @kareemkhamis87
    @kareemkhamis87 3 ปีที่แล้ว

    Thank you, you make it very simple to understand

  • @varunvenugopal
    @varunvenugopal 4 ปีที่แล้ว

    How do we install a third party software in hosted agents ??

    • @MickeyGousset
      @MickeyGousset  4 ปีที่แล้ว

      You have to do it as part of the pipeline. Write a script to download and install what you need.

    • @varunvenugopal
      @varunvenugopal 4 ปีที่แล้ว

      @@MickeyGousset yes thought of the same approach by using the curl command to download the zip file and using a poweshell command to unzzip the same but the time taken in hosted agent is crazily high. As i understood that hosted agents has only 6GB RAM with 10GB Hard disk with only 2 core CPU's ....not a feasible option for my requirements, but however your video helped in getting my basics in place, thanks for that :)

    • @MickeyGousset
      @MickeyGousset  4 ปีที่แล้ว

      Yes the drawback is that it does take time to do the installs. The default machines are usually 2 core, 8gb memory, and 128gb hard drive.

  • @SIVAKUMAR-rd4bt
    @SIVAKUMAR-rd4bt 3 ปีที่แล้ว

    Great job ! Really helpful.