AzDocs VS bicep-registry-modules

Compare AzDocs vs bicep-registry-modules and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
AzDocs bicep-registry-modules
2 4
12 358
- 4.7%
8.1 9.8
4 days ago 4 days ago
PowerShell Bicep
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

AzDocs

Posts with mentions or reviews of AzDocs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.
  • Keep Bicep files for services in a single repo or in the service repo?
    1 project | /r/AZURE | 3 Apr 2023
    At most larger companies were I worked they provided a Repo which was maintained by a dedicated (small) team. However the responsibility was at the devops teams themselves, we just considered as a open source project, so if you want to add or fix things you could create a Pull request. Actual the last company I worked for made their project real open source: https://github.com/AzDocs/AzDocs
  • ARM / Bicep template development just by hand?
    4 projects | /r/AZURE | 3 Jan 2023
    You can use many "prefab", bicep Templates, the one I use, and is maintained by the organization I work for: https://github.com/AzDocs/AzDocs They are mostly based on existing Bicep Templates, but somewhat hardened. I would recommend to use one big Bicep Template, but use a deployment per Resource.

bicep-registry-modules

Posts with mentions or reviews of bicep-registry-modules. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-24.
  • Anyone using ACR Repository for Bicep Modules with ADO?
    5 projects | /r/azuredevops | 24 Feb 2023
    We have a separate parameter file for every landing zone instance (our implementation is a bare-bones CAF landing zone, kinda like https://github.com/Azure/bicep-registry-modules/tree/main/modules/lz/sub-vending, which is avaible from bicep public registry), where instance is for example a separate environment (dev/test/prod). This parameter file only represents the configuration, so things like subnets, nsgs and so on, and it has nothing to do with the landing zone implementation as such.
  • ARM / Bicep template development just by hand?
    4 projects | /r/AZURE | 3 Jan 2023
    As you point out, it is another layer of abstraction that can make it more complex. Specifically it will add a pain point with the replication of the modules from /ResourceModules to the private repo. (I dont have a good solution for that at the moment) Microsoft has a public container registry (https://github.com/Azure/bicep-registry-modules) that someday may be updated to contain everything in /ResourceModules
  • Bicep templates
    2 projects | /r/devops | 21 Nov 2022
    Still a work in progress, but the official bicep registry - https://github.com/Azure/bicep-registry-modules
  • Anyone know if it is doable to rewrite this github workflow to ado pipeline?
    1 project | /r/azuredevops | 24 Apr 2022

What are some alternatives?

When comparing AzDocs and bicep-registry-modules you can also consider the following projects:

ResourceModules - This repository includes a CI platform for and collection of mature and curated Bicep modules. The platform supports both ARM and Bicep and can be leveraged using GitHub actions as well as Azure DevOps pipelines.

PSBicep - This is the repo for the Bicep PowerShell Module.

azure-quickstart-templates - Azure Quickstart Templates

PSDocs - Generate documentation from Infrastructure as Code (IaC).

PSRule - Validate infrastructure as code (IaC) and objects using PowerShell rules.