How to Handle Dependencies in Bicep
Bicep deploys resources in parallel. Which is what you might want as that is faster. However, there might be dependencies. I came across this while creating the environment needed for this exercise. It was basically a lab on vnet-peering.
What I needed to create was this:
📖 Read more: https://sajalchoudhary.net/blog/how-to-handle-dependencies-in-bicep/