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

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

ความคิดเห็น • 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

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  ปีที่แล้ว

      may be this --> th-cam.com/video/AWPhm4R_BlE/w-d-xo.html

  • @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