Building and Deploying your Code with Azure Pipelines

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • With Azure Pipelines you can build and deploy your code written in any language using any platform, no problem. In this video we will show why Azure Pipelines is the best tool on the planet for Continuous Integration and Continuous Deployment (CI/CD) of your code.
    Speaker: Abel Wang
    - Get Started: azure.com/pipelines
    - Documentation: docs.microsoft.com/azure/devo...
  • Věda a technologie

Komentáře • 104

  • @Nobodyyoucarabout
    @Nobodyyoucarabout Před 4 lety +56

    Nice to see Herman Li found a job after Dragonforce.

    • @klhmia
      @klhmia Před 2 lety +3

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

    • @taksiobs
      @taksiobs Před 10 měsíci +1

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

  • @ncvman
    @ncvman Před 2 lety +1

    First guy on youtube I can understand teaching pipelines.

  • @yurichou8762
    @yurichou8762 Před 2 lety +3

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

  • @amisner2k
    @amisner2k Před 5 lety +49

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

    • @johnfromireland7551
      @johnfromireland7551 Před 2 lety +1

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

  • @danielbargs
    @danielbargs Před rokem +3

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

  • @GabrielMolter
    @GabrielMolter Před 2 lety +7

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

  • @douglascavalheirobr
    @douglascavalheirobr Před 5 lety +3

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

  • @martamasson8941
    @martamasson8941 Před 2 lety +2

    Forever Abel! You will always be remembered 😇

  • @matthewFerler
    @matthewFerler Před 5 lety +31

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

  • @123Dalmatino
    @123Dalmatino Před 5 lety +2

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

  • @luisfernandomoraes9778
    @luisfernandomoraes9778 Před 5 lety +1

    Awesome! Congrats guys!

  • @coanjos
    @coanjos Před 5 lety +1

    This dude can teach anything.

  • @chaosknight3175
    @chaosknight3175 Před 4 lety +5

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

  • @fc1984fc
    @fc1984fc Před 4 lety +60

    Not enough explanation regarding how the yaml file was changed.

    • @XcpRevolution
      @XcpRevolution Před 4 lety +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.

  • @tomthumb2057
    @tomthumb2057 Před 4 lety +1

    Great beginning talk thank you:)

  • @ForZe2View
    @ForZe2View Před 5 lety +100

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

  • @eseasycsacademy1778
    @eseasycsacademy1778 Před 3 lety

    "And Hooray for that!" Thanks!

  • @Juan-Hdez
    @Juan-Hdez Před 5 měsíci

    Useful. Thank you.

  • @MK-cj7yx
    @MK-cj7yx Před 2 lety

    Fantastic explanation :)

  • @devilleassociates2343
    @devilleassociates2343 Před 4 lety

    I love this guy

  • @kumarankit2497
    @kumarankit2497 Před 2 lety

    Great explanation tysm

  • @Minaxisachani
    @Minaxisachani Před 5 lety +2

    Is it possible to deploy classic asp code?

  • @IamPali2024
    @IamPali2024 Před 2 lety +4

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

  • @zimcanit6647
    @zimcanit6647 Před 8 měsíci

    You're the man

  • @aesopcarl
    @aesopcarl Před 4 lety +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 Před 3 lety +1

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

  • @Boss365_allday
    @Boss365_allday Před 3 lety

    Awesome!

  • @lameirat
    @lameirat Před 4 lety

    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 ;)

  • @ZishanAnsari1983
    @ZishanAnsari1983 Před 3 lety

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

  • @Tolg
    @Tolg Před 3 lety +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?

  • @Ok-kp8dp
    @Ok-kp8dp Před 4 lety

    please help....i am doing CI/CD of xamarin ios project and i want to deploy it as enterprise but i cant find any option ,during build i have used release configuration..
    what to do

  • @saisidharthamuthyala4564

    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.

  • @lancezhang892
    @lancezhang892 Před 2 lety

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

  • @c_charlie
    @c_charlie Před 2 lety +1

    Through the pipe and flames

  • @Linkario86
    @Linkario86 Před 4 lety

    Thank you Abel, very cool

  • @rghughes
    @rghughes Před 5 lety

    Great paisley maaaaan :)

  • @puneethchidura3713
    @puneethchidura3713 Před 4 lety

    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

  • @warmad2596
    @warmad2596 Před 5 měsíci

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

  • @hankahm5105
    @hankahm5105 Před 4 lety

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

  • @larsoleruben
    @larsoleruben Před 4 lety

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

  • @cseanil
    @cseanil Před 4 lety

    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

  • @Breaksnbeats
    @Breaksnbeats Před 5 lety +7

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

  • @ana-lx7ty
    @ana-lx7ty Před 5 lety

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

  • @vipuldiwan
    @vipuldiwan Před 3 lety

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

  • @parthalnsel3997
    @parthalnsel3997 Před 4 lety

    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.

  • @ahmadkharsah
    @ahmadkharsah Před 2 lety

    RIP Abel!

  • @danielbartley516
    @danielbartley516 Před rokem

    RIP Abel

  • @notmynormalusername1
    @notmynormalusername1 Před 4 lety

    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.

  • @carlosacchi1874
    @carlosacchi1874 Před 2 lety

    Rip Abel 💙

  • @fasooly1992
    @fasooly1992 Před 5 lety +3

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

    • @codeonion
      @codeonion Před 5 lety +2

      Can you drum a piano?

    • @williamdavies1977
      @williamdavies1977 Před 5 lety

      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 Před 5 lety +1

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

    • @stephanfitzpatrick1769
      @stephanfitzpatrick1769 Před 5 lety +1

      did he stutter?

    • @VictorMartinez-zf6dt
      @VictorMartinez-zf6dt Před 5 lety +1

      You can and it works

  • @dn5426
    @dn5426 Před 5 lety +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 Před 5 lety

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

  • @PinoyGuitarTutorials
    @PinoyGuitarTutorials Před 4 lety

    Herman Li of MS

  • @Breaksnbeats
    @Breaksnbeats Před 5 lety +1

    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.

  • @hubiaoai
    @hubiaoai Před 2 lety

    My name is Abel too

  • @jhonnyyamaniha6033
    @jhonnyyamaniha6033 Před 5 lety

    Peru2?

  • @wittttttt
    @wittttttt Před 5 lety +1

    Can I deploy to other servers beside Azure?

  • @subashchandrapoudel4257
    @subashchandrapoudel4257 Před 4 lety +4

    Even microsoft uses Chrome!!

  • @tw8009
    @tw8009 Před 4 lety

    He's cool! :D

  • @bobypvarghese5118
    @bobypvarghese5118 Před rokem

    Uppum mulakum kand vannavurundo

  • @xamarinmaster1403
    @xamarinmaster1403 Před 5 lety

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

  • @MimasSciEngArt
    @MimasSciEngArt Před 2 lety

    Herman Li - Dragonforce

  • @enneydee
    @enneydee Před 4 lety

    i didnt get it.

  • @mohamedziham9378
    @mohamedziham9378 Před 4 lety

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

  • @abhijitsengupta6666
    @abhijitsengupta6666 Před 2 lety

    It doesn't work now - problems in Parallel jobs

  • @ryrlubricantes
    @ryrlubricantes Před 5 lety +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 Před 5 lety

      Likewise

    • @Nobo_On_The_Rocks
      @Nobo_On_The_Rocks Před 5 lety

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

    • @christophercaldwell6641
      @christophercaldwell6641 Před 5 lety +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.

  • @xxXAsuraXxx
    @xxXAsuraXxx Před 4 lety

    hi i am a "SENIOR"

  • @STUPIDYOUTUBE_HIDINGMSGS

    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 Před 5 měsíci

      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

  • @UmarAlFarooq
    @UmarAlFarooq Před 3 lety +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 Před 2 lety

      People still deploy using FTP?

  • @TheVigiIante
    @TheVigiIante Před 3 lety

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

  • @adamsolkar
    @adamsolkar Před 2 lety

    :'(

  • @francoislepron2301
    @francoislepron2301 Před 5 lety +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 Před 4 lety

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

  • @FrancisHutchings
    @FrancisHutchings Před 3 lety

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