Thialala / bicep-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repository is a collection of Bicep modules allowing to deploy resources to Azure with respect to best practices and standards.

Definition: Bicep modules enable you to break a complex template into parts. You can ensure that each module is focused on a specific task, and that the modules are reusable for multiple deployments and workloads.

Bicep modules benefits are : Reusability, Encapsulation and Composability.

Bicep templates modules

Microsoft provides a great learning path for Bicep: Learn modules for Bicep.

About


Languages

Language:Bicep 100.0%