What is Bicep?
- A A concise domain-specific language for Azure infrastructure that compiles to ARM templates
- B A monitoring agent
- C A container runtime
- D A networking protocol
Answer
A concise domain-specific language for Azure infrastructure that compiles to ARM templates
Bicep offers modules, type safety and far better readability than raw ARM JSON, with no separate state file to manage.





