---
key: pl/bicep
kind: plang
name: "Bicep"
url: https://plangs.page/bicep
---

# Bicep

> DSL for deploying Azure resources with a simplified syntax.

Domain-specific language designed for deploying Azure resources, offering a more readable syntax and modular structure for managing infrastructure code.

## Facts

- Appeared: 2020
- Homepage: https://github.com/Azure/bicep
- GitHub: https://github.com/Azure/bicep
- Languish ranking: #88

## Relationships

### Paradigms

- [Declarative](https://plangs.page/paradigm/declarative)
- [DSL](https://plangs.page/paradigm/dsl)

### Platforms

- [Cross-Platform](https://plangs.page/platform/cross)

### Compiles To

- [JSON](https://plangs.page/json)
- [TypeScript](https://plangs.page/typescript)

### Implements

- [JSON](https://plangs.page/json)

### Licenses

- [MIT](https://plangs.page/license/mit)
