47. Azure Bicep - Integrate with Azure DevOps YAML Pipelines

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

КОМЕНТАРІ • 5

  • @shahulhameedbuhari8479
    @shahulhameedbuhari8479 7 місяців тому +1

    You are excellent. can you publish series on azure devops

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

      Please go through this. I will add more video to that
      ua-cam.com/video/R1s5Fh89oM0/v-deo.html&ab_channel=AzureWorld

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

    Thank you for the explanation. I just have one doubt. When we are changing only the ENV name in the resource names, why cant we just define variable ENV and replace it based on the env we are selecting in the pipeline. Instead of many variable we can just replace env variable

  • @phanindrachitta
    @phanindrachitta 6 місяців тому

    i tried this implementation. But i am getting the error as " Unhandled exception. System.IO.FileNotFoundException: Could not find file 'C:\Users\vmadmin\Downloads\agent\_work\2\main.bicepparam'."
    i am able to run the bicep code manually from vs terminal.
    can you help me how to fix this error.

    • @azurespace
      @azurespace  6 місяців тому

      The command is not able to find the bicepparam file. Please check and correct the same. Good luck