Azure Bicep Understanding Export and Import Attributes for Reusability
In this article, we are going to learn about the new feature of bicep called export and import attributes. Using this feature, we can reuse variables, types and functions.
Let’s get started learning about import and export attributes, it’s advantages with examples