Azure Resource Manager vs Google Cloud Deployment Manager

Need advice about which tool to choose?Ask the StackShare community!

Azure Resource Manager

38
90
+ 1
9
Google Cloud Deployment Manager

24
112
+ 1
5
Add tool

Azure Resource Manager vs Google Cloud Deployment Manager: What are the differences?

Azure Resource Manager (ARM) and Google Cloud Deployment Manager (CDM) are both infrastructure-as-code (IaC) tools that allow users to define and manage cloud resources in a declarative way. While they have similar functionalities, there are several key differences between ARM and CDM.

  1. Multicloud Support: Azure Resource Manager is specific to the Azure cloud, while Google Cloud Deployment Manager is designed for the Google Cloud Platform. This means that ARM can only be used to manage resources in Azure, while CDM supports multiple cloud providers. CDM can be used to manage resources across Google Cloud, AWS, and even on-premises systems.

  2. Language and Syntax: Azure Resource Manager uses JSON (JavaScript Object Notation) for defining resource templates, which can be complex and challenging for beginners to understand. On the other hand, Google Cloud Deployment Manager uses YAML (YAML Ain't Markup Language), which is considered more human-readable and easier to work with.

  3. Deployment and Updates: In Azure Resource Manager, resources can be deployed and updated as a single unit known as a resource group. This can be advantageous when managing related resources together. In Google Cloud Deployment Manager, resources are deployed and updated individually, which provides more flexibility but requires extra management overhead.

  4. Resource Types: Azure Resource Manager supports a wide range of resource types specific to the Azure platform, including virtual machines, storage accounts, and virtual networks. Google Cloud Deployment Manager has its own set of resource types, such as compute instances, storage buckets, and networking resources. The resource types and their capabilities may vary between the two tools.

  5. Integration with Other Services: Azure Resource Manager integrates tightly with other Azure services, such as Azure Active Directory for authentication and authorization. Google Cloud Deployment Manager similarly integrates with Google Cloud Identity and Access Management (IAM) for managing access controls. The specific integrations and capabilities may differ between the two tools.

  6. Community and Ecosystem: Azure Resource Manager has a large and mature community of users and a well-established ecosystem of third-party tools and libraries. Google Cloud Deployment Manager, while gaining popularity, may have a smaller community and less extensive ecosystem. This can impact the availability of resources, tutorials, and support.

In Summary, Azure Resource Manager is focused on Azure cloud and supports JSON for defining resource templates, while Google Cloud Deployment Manager is more versatile, supporting multiple cloud providers and using YAML for configurations. The two tools also differ in deployment and update methods, supported resource types, integrations, and community support.

Decisions about Azure Resource Manager and Google Cloud Deployment Manager

I personally am not a huge fan of vendor lock in for multiple reasons:

  • I've seen cost saving moves to the cloud end up costing a fortune and trapping companies due to over utilization of cloud specific features.
  • I've seen S3 failures nearly take down half the internet.
  • I've seen companies get stuck in the cloud because they aren't built cloud agnostic.

I choose to use terraform for my cloud provisioning for these reasons:

  • It's cloud agnostic so I can use it no matter where I am.
  • It isn't difficult to use and uses a relatively easy to read language.
  • It tests infrastructure before running it, and enables me to see and keep changes up to date.
  • It runs from the same CLI I do most of my CM work from.
See more

Context: I wanted to create an end to end IoT data pipeline simulation in Google Cloud IoT Core and other GCP services. I never touched Terraform meaningfully until working on this project, and it's one of the best explorations in my development career. The documentation and syntax is incredibly human-readable and friendly. I'm used to building infrastructure through the google apis via Python , but I'm so glad past Sung did not make that decision. I was tempted to use Google Cloud Deployment Manager, but the templates were a bit convoluted by first impression. I'm glad past Sung did not make this decision either.

Solution: Leveraging Google Cloud Build Google Cloud Run Google Cloud Bigtable Google BigQuery Google Cloud Storage Google Compute Engine along with some other fun tools, I can deploy over 40 GCP resources using Terraform!

Check Out My Architecture: CLICK ME

Check out the GitHub repo attached

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Azure Resource Manager
Pros of Google Cloud Deployment Manager
  • 3
    Bicep - Simple Declarative Language
  • 1
    Infrastructure-as-Code
  • 1
    Over 1K samples the QuickStart repo
  • 1
    Deep integration with Azure services like Azure Policy
  • 1
    Day 1 resource support
  • 1
    RBAC and Policies in templates
  • 1
    Versioned deployment via Blueprints
  • 2
    Automates infrastructure deployments
  • 1
    Fast deploy and update
  • 1
    Infrastracture as a code
  • 1
    Easy to deploy for GCP

Sign up to add or upvote prosMake informed product decisions

Cons of Azure Resource Manager
Cons of Google Cloud Deployment Manager
    Be the first to leave a con
    • 1
      Only using in GCP

    Sign up to add or upvote consMake informed product decisions

    - No public GitHub repository available -

    What is Azure Resource Manager?

    It is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure subscription. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.

    What is Google Cloud Deployment Manager?

    Google Cloud Deployment Manager allows you to specify all the resources needed for your application in a declarative format using yaml.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Azure Resource Manager?
    What companies use Google Cloud Deployment Manager?
    See which teams inside your own company are using Azure Resource Manager or Google Cloud Deployment Manager.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Azure Resource Manager?
    What tools integrate with Google Cloud Deployment Manager?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    What are some alternatives to Azure Resource Manager and Google Cloud Deployment Manager?
    AWS CloudFormation
    You can use AWS CloudFormation’s sample templates or create your own templates to describe the AWS resources, and any associated dependencies or runtime parameters, required to run your application. You don’t need to figure out the order in which AWS services need to be provisioned or the subtleties of how to make those dependencies work.
    Terraform
    With Terraform, you describe your complete infrastructure as code, even as it spans multiple service providers. Your servers may come from AWS, your DNS may come from CloudFlare, and your database may come from Heroku. Terraform will build all these resources across all these providers in parallel.
    PowerShell
    A command-line shell and scripting language built on .NET. Helps system administrators and power-users rapidly automate tasks that manage operating systems (Linux, macOS, and Windows) and processes.
    Chef
    Chef enables you to manage and scale cloud infrastructure with no downtime or interruptions. Freely move applications and configurations from one cloud to another. Chef is integrated with all major cloud providers including Amazon EC2, VMWare, IBM Smartcloud, Rackspace, OpenStack, Windows Azure, HP Cloud, Google Compute Engine, Joyent Cloud and others.
    Kubernetes
    Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.
    See all alternatives