LetsDevOps: Parameterized YAML Pipeline in Azure DevOps, how to use parameters in yaml pipeline.

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • #yaml #azuredevopstutorial #devops
    In this tutorial we will learn what is parameters in Azure DevOps and how to use in multiple scenario.
    ✅ What is Parameterized pipeline
    ✅ Why Parameterized pipeline
    ✅ Keyword and Syntax
    ✅ Demo and multiple scenario
    🚀🤩Blog URL: www.letsdevops...
    ► YAML pipeline : • LetsDevOps: YAML Pipel...
    ▬▬▬▬▬▬ Contect TimeStamp ⏰ ▬▬▬▬▬▬
    Introduction: 00:03
    Item to cover: 00:10
    What is parameterized pipeline: 00:28
    Why parameterized pipeline: 00:46
    Keyword and Syntaz: 01:37
    Basic pipeline: 03:13
    Demo: 04:46
    Run pipeline: 09:19
    Scenario1: 11:39
    Scenario2: 13:19
    Recap: 14:38

Комментарии • 14

  • @SUMITMANCHANDA01
    @SUMITMANCHANDA01 Год назад +3

    Well done Sumit !! Can you create a pipeline which has used all the resource like env, library , multistage , parameter , variable , ansible , kubernetes , aks , approvals for prod

  • @goodsmile2448
    @goodsmile2448 8 месяцев назад +1

    Hi sumit,
    We want to deploy multiple yml files , there should be delay after the 1st pre requisite yml run to trigger the 2nd file and user should have manual intervention option to select the yml file run

  • @AminNiktash
    @AminNiktash 11 месяцев назад

    great contents thanks for sharing, same syntaxes you used but in my pipeline UI no dropdown showing it is just static text field wondering if you used any extension ?Azure DevOps YAML pipeline parameters do not support dropdown lists directly in the YAML file. The values property in the parameter definition is used for specifying allowed values, but it won't create a dropdown in the Azure DevOps UI

  • @VSOfficial89
    @VSOfficial89 2 месяца назад

    Hello sumit need help in creating dacpac based on commits done to the repository having multiple databases but dacpac will be only changed database. Please let know if this is possible and what will be yaml code

  • @Yogeshsairobbi
    @Yogeshsairobbi 6 месяцев назад

    While I have created a parameter for the pool image it asks me for a default value in the validation part of the pipeline and can give the default permission to set the parameter.

  • @salem2020s
    @salem2020s Год назад

    Hello Sumit, when you pass the variables or parameters which defined in the main yml file to script step which runs a scriptpath, how can you refer to that variables/parameteres within the script file? I am not sure if you already created a video about it.
    Thank you

  • @salem2020s
    @salem2020s Год назад

    Hello Sumit, i have a scenario which is a little bit complicated, can you help me with some advices ?

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  Год назад

      Ok, may be good if you can share

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  Год назад

      I saw your comment. Now It is not visible. But You can give try with adding the logic using powershell script.

    • @salem2020s
      @salem2020s Год назад +1

      @@SumitRaj-LetsDevOps
      Thank you for your help, I thought about it, and I decided to change the whole scenario, so I added the second suscription in lighthouse to make it available within the same authorisation.
      thank you.

  • @omydevops
    @omydevops Год назад

    If you don't share your code to practice what this video is for, why can we get the instructions on the Microsoft website?

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  Год назад

      Hi, You can get the code from the blog site. the link is given in the Video description