Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
ResourceModules Alternatives
Similar projects and alternatives to ResourceModules
-
-
ALZ-Bicep
This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
Nerdbank.GitVersioning
Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds.
-
PSRule
Validate infrastructure as code (IaC) and objects using PowerShell rules.
-
AzureDeploymentFramework
ARM Bicep & DSC Project for Azure Infrastructure and App Environment Deployments. [v 0.3 - March 2023]
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
opnazure
This template allows you to deploy an OPNsense Firewall Azure VM using the opnsense-bootsrtap installation method
ResourceModules reviews and mentions
- In GitHub, how does Microsoft automatically update the README.md of a respective module?
- Anyone using ACR Repository for Bicep Modules with ADO?
-
Devops Pipeline + Bicep - Advice on how to structure
For modularized Bicep, I'd suggest you to take a look at Common Azure Resource Modules Library - probably not much of an use right now if you have implemented everything, but could be of use if you feel like refactoring something. I wouldn't suggest it as an example on how to do custom bicep implementation, but one can certainly take some inspiration from there, if not directly using the modules.
-
ARM / Bicep template development just by hand?
What I found is that using the Resource Modules (https://github.com/Azure/ResourceModules) repo is the best approach. It simplifies the authoring quite a lot in my opinion. And every module on the repo is bicep. But since the modules are created by Microsoft/the community, not every resource or service has a ready module. I have been using it for the last 6-8 months, and find it covers 90% of my scenarios. And each module is quite well documented, but in some cases you have to study the module to figure out the required inputs.
- Bicep templates
-
Question on detection multiple path changes
The https://github.com/Azure/ResourceModules repo (which I recommend strongly, if you are just starting with template specs/bicep modules) seems to be at least referencing https://github.com/dotnet/Nerdbank.GitVersioning though when I peeked at their pipelines I'm not sure if they are actually utilizing it for version numbers. For me it was a bit too complex approach, but might suit you.
-
A note from our sponsor - SonarLint
www.sonarlint.org | 8 Jun 2023
Stats
Azure/ResourceModules is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of ResourceModules is Bicep.