OpsCanary
Learn/Azure/Bicep & ARM
Azure

Bicep & ARM

2 articles from official documentation

Practitioner2 articles
azureiacPractitioner

Bicep: The Future of Azure Resource Deployment

Bicep simplifies Azure resource deployment with a clean, declarative syntax. It converts your Bicep files into Resource Manager JSON templates, ensuring idempotent deployments every time. Dive in to see how this can streamline your infrastructure-as-code practices.

  • Utilize Bicep's declarative syntax to simplify Azure resource definitions.
  • Leverage modules to reuse code and enhance maintainability.
5 min read·Microsoft Learn
Read article
azureiacPractitioner

Mastering Bicep: Best Practices for Infrastructure as Code

Bicep simplifies Azure resource management, but using it effectively requires understanding best practices. Naming conventions and variable management can significantly enhance template readability and maintainability. Dive into the nuances that can make or break your Bicep deployments.

  • Use clear and descriptive names for parameters to enhance template readability.
  • Leverage variables to simplify complex expressions in resource definitions.
5 min read·Microsoft Learn
Read article