Enterprise-Scale VS ALZ-Bicep

Compare Enterprise-Scale vs ALZ-Bicep and see what are their differences.

Enterprise-Scale

The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture (by Azure)

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 (by Azure)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Enterprise-Scale ALZ-Bicep
19 10
1,608 697
2.4% 2.0%
8.7 8.8
7 days ago 10 days ago
PowerShell Bicep
MIT License 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.

Enterprise-Scale

Posts with mentions or reviews of Enterprise-Scale. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.
  • Azure Policies
    1 project | /r/AZURE | 13 Jul 2023
  • App Gateway deploy diagnostic settings with Azure Policy
    1 project | /r/AZURE | 20 Apr 2023
    We are deploying all our App Gateways in the hub subscription (a hub and spoke architecture). Occasionally, App Gateways are created without the diagnostic settings enabled on them (I know, this can be automated with IaC, but there more to it on a org level, and not worth discussing here, but yes, this could be a solution). However, I’m planning to use the following policy definition provided by the Azure Enterprise Scale project https://github.com/Azure/Enterprise-Scale/blob/main/src/resources/Microsoft.Authorization/policyDefinitions/Deploy-Diagnostics-ApplicationGateway.json I’ve imported it, tested, works. BUT, as of today all App Gateways are sitting in one resource group, meaning that when app/dev teams want to access the logs, they get to potentially view logs for others as well (different teams, countries etc.). Not sure how this could be a problem from a regulatory, compliance standpoint, but the IT team was thinking about splitting the App Gateways per individual resource groups scope to the countries (one rsg for country x, another for country y …) where people from subscription x would be granted access to only rsg x within the transit subscription. Each would then have a dedicated Log analytics workspace in that resource group (the central IT team would still have access to all logs, countries only scope with RBAC to the respective resource groups). I could then of course assign per resource group the above policy n-time to make sure that the parameters reflected in each policy assignment point to the correct Log Analytics workspace.
  • Recommended Azure Policies
    1 project | /r/AZURE | 13 Apr 2023
    Hey! You should check out all the policies that are included within the Azure landing zone, these are what’s recommended as part of a landing zone deployment: https://github.com/Azure/Enterprise-Scale/wiki/ALZ-Policies
  • Management group separation
    1 project | /r/AZURE | 25 Jan 2023
    And it is in separate MG in the reference Enterprise Scale but if you look at the policies assignments - https://github.com/Azure/Enterprise-Scale/wiki/ALZ-Policies - you will notice policies I mentioned are assigned at the intermediate root level, so sandbox MG inhertis them.
  • dis-allow users to add inbound port rules?
    1 project | /r/AZURE | 23 Jan 2023
    There is a Azure policy somewhere in https://github.com/Azure/Enterprise-Scale that can block creation of rules for specific ports, etc.
  • [Issue] No cost analysis when scoping to management group
    1 project | /r/AZURE | 13 Jan 2023
    If you plan to scale out more (and for many other reasons), you should consider the reference architecture for Azure Landing Zones fka Enterprise Scale Landing Zones. https://github.com/Azure/Enterprise-Scale
  • Management group structure for enterprise environment?
    2 projects | /r/AZURE | 24 Nov 2022
    There is also a terraform version if that is your preferred IaC - https://github.com/Azure/Enterprise-Scale
  • Azure Landing Zone / Enterprise Model Assistance
    1 project | /r/AZURE | 4 Oct 2022
    You can opt to deploy the ESLZ reference implementation for AdventureWorks and select the single option for platform. https://github.com/Azure/Enterprise-Scale/
  • Azure Policy to Audit Application Gateway SSL Policy?
    1 project | /r/AZURE | 3 Oct 2022
    { policyType: "Custom", mode: "Indexed", displayName: "Application Gateway should be deployed with proper sslPolicy", description: "This policy enables you to restrict that Application Gateways is always deployed with the proper sslPolicy", metadata: { version: "1.0.0", category: "Network", source: "https://github.com/Azure/Enterprise-Scale/" }, parameters: { effect: { type: "String", allowedValues: [ "Audit", "Deny", "Disabled" ], defaultValue: "Audit", metadata: { displayName: "Effect", description: "Enable or disable the execution of the policy" } } }, policyRule: { if: { allOf: [ { field: "type", equals: "Microsoft.Network/applicationGateways" }, { field: "Microsoft.Network/applicationGateways/sslPolicy.policyName", notequals: "20170401S" } ] }, then: { effect: "[parameters('effect')]" } } }
  • MSDN / no global owner rights
    1 project | /r/AZURE | 30 Sep 2022
    I have a MSDN subscription but do not have Owner rights to it. Is there a work around so I deploy an ARM template from the /Azure/Enterprise-Scale github repo.? https://github.com/Azure/Enterprise-Scale

ALZ-Bicep

Posts with mentions or reviews of ALZ-Bicep. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-30.
  • Simplify azure hub-spoke routing?
    1 project | /r/AZURE | 28 May 2023
    you can also use the default scripts from https://github.com/Azure/ALZ-Bicep
  • Azure hub-and-spoke playground update
    2 projects | /r/AZURE | 30 Mar 2023
  • Looking for Terraform Assistance
    2 projects | /r/AZURE | 25 Mar 2023
    Not sure what your requirements are for IAC but we started our eslz with bicep and using this https://github.com/Azure/ALZ-Bicep repo. We had some consultants help build and then train us to do the deployments. I was able to pick up bicep quickly. By the end of the engagement I was modifying our IAC as the need arises. I did try terraform but found it a bit cumbersome. I prefer how bicep is incremental vs terraform having a state file to manage. They both have their place and probably both are just as excellent in the right hands. But I personally got a lot farther on day one playing with bicep then I didi with terraform.
  • Concrete hub-spoke example with resources/iAC?
    1 project | /r/AZURE | 4 Mar 2023
  • Devops Pipeline + Bicep - Advice on how to structure
    4 projects | /r/azuredevops | 22 Feb 2023
    Also, take a look at the Azure Landing Zones bicep implementation (and follow the links to generic landing zones documentation, if you haven't gone through that yet) - again, probably not something for here and now, but something you might want to read when thinking about if there are more applicatons coming in, or need to scale more.
  • Migrating to Azure
    1 project | /r/AZURE | 11 Feb 2023
    1) Personally I would deploy the CAF blueprints (through the portal, or even better through CI/CD, I'm personally a fan of the Bicep templates. Then depending on what's already in the cloud (number wise, can you take a weekend of being offline while you fix it etc), you can opt to move the VMs out of the existing subscription/vnet, or recreate connectivity in a separate hub network. Ideally the AD VMs are moved to the identity subscription as well, so that's a 3rd sub.
  • Management group structure for enterprise environment?
    2 projects | /r/AZURE | 24 Nov 2022
    The landing zone concept is a huge undertaking at Microsoft these days. There are many excellent resources to help get the core platform services and subscription stood up - https://github.com/Azure/ALZ-Bicep.
  • Azure pipeline examples for deploying IAC to multi subscriptions using devops and Arm/BICEP?
    1 project | /r/AZURE | 31 May 2022
  • Question on detection multiple path changes
    3 projects | /r/azuredevops | 30 May 2022
    - Deploy hub with adaptation of https://github.com/Azure/ALZ-Bicep - Deploy landing zone (ie. subscriptions into management group structure) implementation with a service principal scoped on management group. This step has a generic implementation with subscription-specific parameters. - Deploy workloads to the landing zone with service principal created by the previous step.
  • On-prem to Cloud migration: IaaS Azure Cloud Security thoughts
    1 project | /r/AZURE | 13 May 2022
    https://github.com/Azure/ALZ-Bicep https://github.com/Azure/Enterprise-Scale/blob/main/docs/ESLZ-Policies.md#eslz-policy-assignments-for-built-in-policy-definitions-and-policy-set-definitions https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/

What are some alternatives?

When comparing Enterprise-Scale and ALZ-Bicep you can also consider the following projects:

terraform-azurerm-caf-enterprise-scale - Azure landing zones Terraform module

opnazure - This template allows you to deploy an OPNsense Firewall Azure VM using the opnsense-bootsrtap installation method

azure-quickstart-templates - Azure Quickstart Templates

msdocs-django-postgresql-sample-app - A sample Django app using PostgreSQL for the Azure App Service Web App + Database tutorial. Designed for use with the Azure Developer CLI (azd).

TailwindTraders

data-management-zone - Template to deploy the Data Management Zone of Cloud Scale Analytics (former Enterprise-Scale Analytics). The Data Management Zone provides data governance and management capabilities for the data platform of an organization.

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.

aks-baseline - This is the Azure Kubernetes Service (AKS) Baseline Cluster reference implementation as produced by the Microsoft Azure Architecture Center.

azure-tailscale-aci-deploy - ARM & Bicep Templates to deploy a Tailscale subnet router with ACI

CloudAdoptionFramework - Code samples and extended documentation to support the guidance provided in the Microsoft Cloud Adoption Framework

arm-template-whatif - A repository to track issues related to what-if noise suppression