Chapter 8: Defining Modules and Utilizing Outputs
So far, we have looked at many of the different features in Bicep that make it reusable. However, we still have one left to cover: modules. In this chapter, we will look at what modules are, as well as how to define and use them in our templates to take reusability to the next level.
We will also introduce outputs and learn what they are used for and how they are constructed. In short, we will cover the following main topics:
- Modules
- Using Bicep outputs