Chapter 4: Compiling and Decompiling Bicep Files
So far, you have learned what a Bicep file is, how to install it, and what the authoring experience looks like. Now, it is time to take a look at the different ways in which to compile your Bicep files or, on the other side of the equation, convert an existing ARM template into a Bicep file if you are migrating.
In this chapter, you will learn how to compile your Bicep files and deal with any potential warnings and errors. Additionally, you will learn how to decompile an ARM template into a Bicep file.
In this chapter, we are going to cover the following main topics:
- Compiling a Bicep file using the Bicep CLI
- Troubleshooting potential warnings and errors
- Decompiling an ARM template into Bicep