How to run particular storage module in azure bicep using azure devops yaml pipeline #12760
Unanswered
satishbandaru369
asked this question in
Q&A
Replies: 1 comment
-
You run Bicep in Azure DevOps the same way as you do locally :) Jokes aside - Bicep runs on entire files so everything in your file will be parsed and deployed if deemed necessary. But what use case are you trying to solve here? Bicep is idempotent so running the entire file shouldn't mess up things. If you want to run only parts of a file you would need to add conditionals like: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to run particular storage module in azure bicep using azure devops yaml pipeline.
Below is the my script.
https://learn.microsoft.com/en-us/answers/questions/1462833/how-to-run-specific-module-in-azure-bicep-using-az
Beta Was this translation helpful? Give feedback.
All reactions