Microsoft Bicep
Microsoft Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. It provides a transparent abstraction over ARM templates and offers a more concise syntax, improved type safety, and better support for modularity and code reuse.
APIs
Bicep CLI
Command-line interface for compiling and deploying Bicep files.
Bicep Language Server
Language server implementation for Bicep providing IntelliSense and validation.
Bicep Deployments REST API
Azure Resource Manager Deployments REST API used by Microsoft Bicep to deploy infrastructure as code templates. Provides operations for creating, validating, and managing ARM/Bi...
Bicep Template Specs REST API
Azure Resource Manager Template Specs REST API used by Microsoft Bicep for publishing and managing reusable infrastructure templates. Template Specs allow you to store ARM/Bicep...