Building and Deploying your Code with Azure Pipelines

Поділитися
Вставка
  • Опубліковано 10 вер 2024

КОМЕНТАРІ • 104

  • @Nobodyyoucarabout
    @Nobodyyoucarabout 4 роки тому +61

    Nice to see Herman Li found a job after Dragonforce.

    • @klhmia
      @klhmia 3 роки тому +3

      Haha wow, thank you! I knew he seemed familiar for some reason - that's exactly who I was thinking of 🤣

    • @taksiobs
      @taksiobs Рік тому +1

      Hahahaha! Now, my respect to Herman Li has increased.

  • @amisner2k
    @amisner2k 6 років тому +49

    One of the most animated, engaging, charismatic and lively speakers I've seen presenting a Microsoft technology to date. Well done.

    • @johnfromireland7551
      @johnfromireland7551 2 роки тому +1

      Fully agree. And I had the privilege of attending one of his presentations, in person, in Belgium! :-)

  • @ncvman
    @ncvman 2 роки тому +2

    First guy on youtube I can understand teaching pipelines.

  • @yurichou8762
    @yurichou8762 3 роки тому +3

    I had just started watching your videos DevOps. Yesterday I heard the news. RIP Sir💐

  • @GabrielMolter
    @GabrielMolter 3 роки тому +7

    RIP Abel, we will miss people sharing content like you.

  • @matthewFerler
    @matthewFerler 5 років тому +31

    I like the way that Abel explained this topic. Very enthusiastic.

  • @danielbargs
    @danielbargs 2 роки тому +3

    Gave me confidence to use Azure DevOps. He's a great, smart, empathetic and convincing speaker!
    Thank u!

  • @martamasson8941
    @martamasson8941 2 роки тому +2

    Forever Abel! You will always be remembered 😇

  • @fc1984fc
    @fc1984fc 4 роки тому +60

    Not enough explanation regarding how the yaml file was changed.

    • @XcpRevolution
      @XcpRevolution 4 роки тому +8

      Basically, he adds two tasks, which can be done through the editor, First a file copy task as he wants the finished artifact to be moved from the sources directory to the build artifact staging directory so that when he makes a release he is able to select the artifact. Second, he adds a publish build artifact task to upload the artifact that was just moved, to the azure cloud. That way he can download it on his deployment release. I am no expert here, super beginner but that is what i understood.

  • @ForZe2View
    @ForZe2View 6 років тому +100

    Guess what? If this guy is explaning stuff, no matter the topic, i will listen. If he does more content - Hurray!

  • @123Dalmatino
    @123Dalmatino 5 років тому +2

    I really was ridiculously easy to integrate my project with Azure Pipeline. Can confirm - totally.

  • @IamPali2024
    @IamPali2024 2 роки тому +4

    I don’t know what’s better, the presenters amazing energy or the fabulous tools provided by Microsoft 😀

  • @Tolg
    @Tolg 4 роки тому +13

    The hocus pocus magic and the tricky work is in creating the "Oh let me just add a couple of tasks here" in the Yaml file to publish the right output to the right locations. Fancy hand trick that makes it look easy, but isn't. The Deployment/Release steps fail miserably if you don't get the magic publish steps right, and with very poor error output that leaves you wondering what is wrong. Why do the default templates not already include the magic publish steps?

    • @ab12gu
      @ab12gu 3 роки тому +3

      I came here just to see the magic, but then he didn't explain lol

    • @thomasjbyrne1
      @thomasjbyrne1 3 роки тому +2

      Totally!!

    • @johnfromireland7551
      @johnfromireland7551 2 роки тому

      Lols! Good to see you entertained by the video!

  • @chaosknight3175
    @chaosknight3175 4 роки тому +5

    Very clear. I like his presentation. He's into this stuff.

  • @aesopcarl
    @aesopcarl 4 роки тому +32

    "All you have to do is post 25 lines of code that you will get no explanation about and voila - that is all you have to do." whaaaa?

    • @ihebbibani7122
      @ihebbibani7122 3 роки тому +1

      hahahaha , there a lot of teachers like this , It's really annoying and voila

  • @coanjos
    @coanjos 5 років тому +1

    This dude can teach anything.

  • @douglascavalheirobr
    @douglascavalheirobr 5 років тому +3

    Awesome, I start using azure pipelines with the templates that are provided. This video gives me more knowledge to optimize my buids

  • @larsoleruben
    @larsoleruben 4 роки тому

    ridiculously simple is the overstatement of the century! It is opaque and complicated and hard to debug.

  • @c_charlie
    @c_charlie 2 роки тому +1

    Through the pipe and flames

  • @Breaksnbeats
    @Breaksnbeats 5 років тому +7

    Would be nice if your documentation explained all this. Just saying.

  • @warmad2596
    @warmad2596 7 місяців тому

    Does anyone know if there is a tutorial for Pipline with Unreal Engine?

  • @puneethchidura3713
    @puneethchidura3713 4 роки тому

    Hi Team,
    while running the pipeline i have encountered the following error.
    /azure-pipelines-2.yml (Line: 33, Col: 1): Unexpected value '-task',/azure-pipelines-2.yml: (Line: 34, Col: 9, Idx: 913) - (Line: 34, Col: 9, Idx: 913): Mapping values are not allowed in this context.
    please help me resolving the same.
    Many thanks in advance

  • @parthalnsel3997
    @parthalnsel3997 4 роки тому

    I am totally new to Azure DevOps. I am an Android Developer. I came to know that using Azure DevOps my Application can be published in Google PlayStore using CI pipelines. But my question is if I made a few changes can my application get updated without installing Apk or update from the playstore. Please let me know, this is a bit urgent for me.

  • @lancezhang892
    @lancezhang892 2 роки тому

    May I know whether the Unit test or build is set in yml file?

  • @luisfernandomoraes9778
    @luisfernandomoraes9778 5 років тому +1

    Awesome! Congrats guys!

  • @cseanil
    @cseanil 4 роки тому

    Can someone help me in how to get a detailed report of service connections information under a Devops project, which should include - Service Connection Name, Client ID, Who created it, When was the last time used

  • @saisidharthamuthyala4564
    @saisidharthamuthyala4564 4 роки тому

    is there any code review in azure repo, like git with gerrit?
    if yes pls reply?
    for deployment we are using reviewers but i want my sorce code at azure repo very approved code.

  • @zimcanit6647
    @zimcanit6647 10 місяців тому

    You're the man

  • @eseasycsacademy1778
    @eseasycsacademy1778 3 роки тому

    "And Hooray for that!" Thanks!

  • @tomthumb2057
    @tomthumb2057 4 роки тому +1

    Great beginning talk thank you:)

  • @Juan-Hdez
    @Juan-Hdez 7 місяців тому

    Useful. Thank you.

  • @ZishanAnsari1983
    @ZishanAnsari1983 4 роки тому

    How to integrate the unit test project manually into azure pipeline, any link?

  • @devilleassociates2343
    @devilleassociates2343 4 роки тому

    I love this guy

  • @Minaxisachani
    @Minaxisachani 5 років тому +2

    Is it possible to deploy classic asp code?

  • @vipuldiwan
    @vipuldiwan 4 роки тому

    How to transfer build code to azure VM (nginx) .?

  • @lameirat
    @lameirat 4 роки тому

    Nice tutorial!! One question please. It 's possible run pipeline using rest API. I have an a pipeline that will run a command "terraform apply". I would like to know if from an application i developed, is possible to call an endpoint to run that pipeline. Thank you ;)

  • @kumarankit2497
    @kumarankit2497 2 роки тому

    Great explanation tysm

  • @MK-cj7yx
    @MK-cj7yx 2 роки тому

    Fantastic explanation :)

  • @hankahm5105
    @hankahm5105 4 роки тому

    It is conceptual intro, any specific tasks will be helpful to start my own pipeline.

  • @fasooly1992
    @fasooly1992 5 років тому +3

    Hello can someone tell me if can deploy to an amazon web server using Azure pipeline

    • @codeonion
      @codeonion 5 років тому +2

      Can you drum a piano?

    • @williamdavies1977
      @williamdavies1977 5 років тому

      Technically possible. You'd have to refer to two sets of documentation. You'd probably find a solution in one the cloud market places of either cloud service.

    • @williamdavies1977
      @williamdavies1977 5 років тому +1

      AWS Tools for Microsoft Visual Studio Team Services - marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-vsts-tools&targetId=2a26f8ad-275a-4b2e-ae6a-8fc57275b1dd

    • @noartifice
      @noartifice 5 років тому +1

      did he stutter?

    • @VictorMartinez-zf6dt
      @VictorMartinez-zf6dt 5 років тому +1

      You can and it works

  • @STUPIDYOUTUBE_HIDINGMSGS
    @STUPIDYOUTUBE_HIDINGMSGS Рік тому +2

    The problem with this is, Microsoft is so greedy it wants more money from students who are just wanting to learn their technology like Azure. How can someone learn this devOps when you need a credit card just to learn the pipelines? the answer is YOU CAN'T unless you have a credit card!

    • @jimba6486
      @jimba6486 7 місяців тому

      1) my azure subscription is using my debit card
      2) What makes you think you are entitled to other developers work?
      3) You don’t need Azure to be a successful student
      4) most of azure dev ops is free
      5) azure provides a free subscription with a $200 credit for you to spend on all the azure services

    • @julschamp5330
      @julschamp5330 Місяць тому

      Guess what, aws does it as well. Stop such entitlement

  • @dn5426
    @dn5426 5 років тому +1

    Azure Pipelines lacks build caching which is a deal breaker; my pipeline takes 6min in total and it spends 5min of that just on installing dependencies from scratch.

    • @VictorMartinez-zf6dt
      @VictorMartinez-zf6dt 5 років тому

      dn you can use artifacts to simulate cache or use a remote cache like you’d use in Bazel

  • @Breaksnbeats
    @Breaksnbeats 5 років тому

    Also, please explain how the "Package or folder" option affects the build. You breezed over one of the most important config options with no explanation.

  • @ahmadkharsah
    @ahmadkharsah 2 роки тому

    RIP Abel!

  • @Boss365_allday
    @Boss365_allday 4 роки тому

    Awesome!

  • @ryrlubricantes
    @ryrlubricantes 6 років тому +13

    i don´t unsertand nothing.. becouse he don´t explain what is a pipeline and what is used for... i am a full begginer in this.

    • @evilvillianinthetrappullin2436
      @evilvillianinthetrappullin2436 5 років тому

      Likewise

    • @Nobo_On_The_Rocks
      @Nobo_On_The_Rocks 5 років тому

      Just start from dev.azure.com. There you can create a new project. And then follow the steps as he explained.

    • @christophercaldwell6641
      @christophercaldwell6641 5 років тому +1

      If you dont know what a Pipeline is, this is the wrong video to watch. Check out some intro to CI/CD ( continuous integration/ continuous deployment ) videos to get a better understanding of the flow to deploy code.

  • @danielbartley516
    @danielbartley516 Рік тому

    RIP Abel

  • @ana-lx7ty
    @ana-lx7ty 5 років тому

    its really good, can i have a project which is gone through the complete CI/CD pipeline?

  • @Linkario86
    @Linkario86 4 роки тому

    Thank you Abel, very cool

  • @carlosacchi1874
    @carlosacchi1874 3 роки тому

    Rip Abel 💙

  • @notmynormalusername1
    @notmynormalusername1 5 років тому

    Wish you got more than 10gb, or there was some configuration for Unreal Engine. Currently I download unreal engine from source and my game code is together larger than 10gb together. I can't even get the engine alone and build it with pipelines.
    Very cool, just doesn't suit (large) game development needs yet.

  • @subashchandrapoudel4257
    @subashchandrapoudel4257 4 роки тому +4

    Even microsoft uses Chrome!!

  • @UmarAlFarooq
    @UmarAlFarooq 3 роки тому +1

    You just selected the group without creating it? I've been struggling with this for hours. It's NOT easy. It's outright foolish the way it's designed. 90% of the people out there will be deploying to a web server. A simple FTP publish option should be primary. That's all you needed to do! Just do the build step then push to FTP. All the other 100s of options can be additional options.

    • @ryand8992
      @ryand8992 2 роки тому

      People still deploy using FTP?

  • @wittttttt
    @wittttttt 5 років тому +1

    Can I deploy to other servers beside Azure?

  • @enneydee
    @enneydee 4 роки тому

    i didnt get it.

  • @abhijitsengupta6666
    @abhijitsengupta6666 2 роки тому

    It doesn't work now - problems in Parallel jobs

  • @rghughes
    @rghughes 5 років тому

    Great paisley maaaaan :)

  • @PinoyGuitarTutorials
    @PinoyGuitarTutorials 4 роки тому

    Herman Li of MS

  • @hubiaoai
    @hubiaoai 3 роки тому

    My name is Abel too

  • @jhonnyyamaniha6033
    @jhonnyyamaniha6033 5 років тому

    Peru2?

  • @francoislepron2301
    @francoislepron2301 5 років тому +1

    You go too fast with the yaml file. We do not understand where this comes from, and beyond explain the line, else make disappear this yaml file from Azure DevOps. I do not want to waste my time in the understanding of this file.

    • @paulb8345
      @paulb8345 4 роки тому

      that's auto-generated. Step 3 - Template. You can either add steps manually to the yaml file or use the visual editor.

  • @xamarinmaster1403
    @xamarinmaster1403 5 років тому

    ADOPS may have more builtin build steps, but QuickBuild has better infrastructure

  • @bobypvarghese5118
    @bobypvarghese5118 2 роки тому

    Uppum mulakum kand vannavurundo

  • @mohamedziham9378
    @mohamedziham9378 4 роки тому

    am i the only one who watched this and tried without a subscription

  • @MimasSciEngArt
    @MimasSciEngArt 3 роки тому

    Herman Li - Dragonforce

  • @tw8009
    @tw8009 4 роки тому

    He's cool! :D

  • @TheVigiIante
    @TheVigiIante 3 роки тому

    "It is so intuitive"...just have to copy some unreadable stuff from....magicland!

  • @xxXAsuraXxx
    @xxXAsuraXxx 4 роки тому

    hi i am a "SENIOR"

  • @FrancisHutchings
    @FrancisHutchings 4 роки тому

    Why do ALL Microsoft videos have this condescending patronising tone to them?
    It is like they think everyone watching is an 8 year child!

  • @adamsolkar
    @adamsolkar 3 роки тому

    :'(