---
title: Azure Resource Manager Reviews
meta_title: 'Azure Resource Manager Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 50 reviews by the users' company size, role or industry to
  find out how Azure Resource Manager works for a business like yours.
aggregate_rating:
  rating_value: 4.2
  review_count: 50
  scale: '5'
date_modified: '2026-06-24'
parent_category:
  name: CI/CD Tools
  url: https://www.g2.com/categories/ci-cd-tools
---

# Azure Resource Manager Reviews
**Vendor:** Microsoft  
**Category:** [Cloud Infrastructure Automation Software](https://www.g2.com/categories/cloud-infrastructure-automation)  
**Average Rating:** 4.2/5.0  
**Total Reviews:** 50
## About Azure Resource Manager
Azure Resource Manager (ARM) is Microsoft&#39;s deployment and management service for Azure, providing a unified layer to create, update, and delete resources within your Azure account. It enables users to manage their infrastructure through declarative templates, ensuring consistent and repeatable deployments across various environments. By organizing resources into groups, ARM simplifies monitoring, access control, and billing, offering a streamlined approach to resource management. Key Features and Functionality: - Declarative Resource Deployment: Utilize ARM templates to define and deploy Azure resources in a consistent and repeatable manner, facilitating infrastructure as code practices. - Resource Grouping: Organize related resources into resource groups, allowing for collective management actions such as deployment, monitoring, and deletion. - Access Control: Implement role-based access control (RBAC) to manage permissions effectively, ensuring that only authorized users can perform specific actions on resources. - Tagging and Organization: Assign tags to resources for better categorization, aiding in cost management and operational oversight. - Consistent Management Layer: Interact with Azure resources through a consistent API, whether using the Azure portal, PowerShell, CLI, or REST APIs, ensuring uniformity across management tools. Primary Value and User Solutions: Azure Resource Manager addresses the complexities of cloud resource management by providing a centralized and consistent framework. It enhances operational efficiency by enabling infrastructure as code, which leads to faster deployments and easier scalability. The ability to group resources and apply access controls ensures better security and compliance. Additionally, ARM&#39;s tagging and organizational features simplify cost tracking and resource monitoring, empowering users to manage their Azure environments more effectively.



## Azure Resource Manager Pros & Cons
**What users like:**

- Users praise the **automation efficiency** of Azure Resource Manager, enhancing large-scale resource management and integration seamlessly. (1 reviews)
- Users value the **seamless integration** of Azure Resource Manager with Microsoft tools for efficient resource management. (1 reviews)
- Users value the **seamless collaboration** features of Azure Resource Manager, enhancing efficiency in managing complex resources. (1 reviews)
- Users appreciate the **ease of use** of Azure Resource Manager, benefitting from streamlined resource management and integration. (1 reviews)
- Users praise the **efficiency** of Azure Resource Manager in managing resources across complex environments seamlessly. (1 reviews)
- Features (1 reviews)
- Integration Support (1 reviews)
- Reliability (1 reviews)
- Scalability (1 reviews)
- Security (1 reviews)

**What users dislike:**

- Users face **automation issues** with Azure Resource Manager, finding it complex and inflexible compared to other tools. (1 reviews)
- Users find the **complexity** of Azure Resource Manager challenging, especially for beginners and quick project setups. (1 reviews)
- Users find the **complex setup** of Azure Resource Manager challenging, especially for beginners and short projects. (1 reviews)
- Users find **software bugs** in Azure Resource Manager complicate debugging and hinder efficient project management. (1 reviews)
- Users face **storage limitations** in Azure Resource Manager, impacting scalability and resource management for larger projects. (1 reviews)

## Azure Resource Manager Reviews
  ### 1. ARM makes life simpler.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Akash v. | Cloud Devops Consultant , Mid-Market (51-1000 emp.)

**Reviewed Date:** May 05, 2023

**What do you like best about Azure Resource Manager?**

Ease of use.
It’s easy to organise things and navigate through the content using the conventional model.

**What do you dislike about Azure Resource Manager?**

It is often very slow to load and might break often.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

It has helped me solving complex architecture issues.

  ### 2. Quick Read to Azure Resource Manager

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** October 28, 2025

**What do you like best about Azure Resource Manager?**

1. ARM is a microsoft tool that means it integrates really well with microsoft ARM supports the scalable management of resources across large and complex environments.
It integrates well with Azure Automation, Azure DevOps, and other tools to streamline large-scale resource provisioning and updates.products. 

2. It provides a unified management system for all resources and multiple ways to manage these resources via Portal, Azure CLI, PowerShell ands REST API.

3. All the resources are organized into groups, making it  much efficient and fast to manage them.

4. ARM integrates with well Azure RBAC, which provides strong security and reduces the risk of unauthorized access.

5. It supports the scalable management of resources and integrates well with Azure Automation and other tools to streamline the process in large scale environment.

6. In case of any issues, it's easy to reach out customer support  for quick help.

**What do you dislike about Azure Resource Manager?**

1. ARM can be a really complex tool if you are beginner. Going through the templates and managing the resources via json or api is complex and time consuming process.

2. ARM does not provide fine-grained error messages, which can make it difficult to debug deployment failures.

3. This is tool is not ideal for short projects as setting up the templates it self takes lot of time.

4. It supports automation but not that much flexible as other automation tools like terraform.

5. There are subscription-level limits to the number of resources and resource groups one can have, which should be an important consideration  for highly-scalable environments.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

ARM integrates well with Azure security making it easier to enforce governance, compliance, and security controls.

  ### 3. Importance of Azure Resource Manager

**Rating:** 5.0/5.0 stars

**Reviewed by:** MANOJ S. | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 13, 2023

**What do you like best about Azure Resource Manager?**

Azure Resource Manager (ARM) is indeed a powerful infrastructure management service offered by Microsoft Azure. It provides a comprehensive set of features and capabilities to deploy, manage, and organize resources in Azure. Here are some key aspects that make ARM a powerful tool:

Resource Deployment: ARM enables you to deploy resources in Azure using templates. These templates define the desired state of your infrastructure and can be used to consistently provision resources in a repeatable manner. With ARM, you can deploy not only individual resources but also complex multi-tier applications with dependencies.

Infrastructure as Code: ARM promotes the concept of Infrastructure as Code (IaC), allowing you to define and manage your infrastructure using declarative templates. This approach brings several benefits, including version control, collaboration, and the ability to automate deployments, resulting in faster and more reliable infrastructure provisioning.

**What do you dislike about Azure Resource Manager?**

Complexity: While ARM provides powerful capabilities for managing Azure resources, some users might find it complex, especially if they are new to Azure or infrastructure management concepts. The learning curve associated with understanding ARM templates, deployment orchestration, and resource management can be steep for beginners.

Template Authoring: Creating and maintaining ARM templates can require significant effort and expertise. Writing JSON-based templates with the correct syntax and structure can be challenging, particularly for users who are not familiar with JSON or programming concepts. This might deter users who prefer a more intuitive or visual approach to resource management.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Azure Resource Manager (ARM) solves several problems related to managing and provisioning resources in Microsoft Azure, providing several benefits to users. Here are some key problems that ARM addresses:

Resource Provisioning: ARM simplifies the process of provisioning resources in Azure. It allows you to define and deploy resources using templates, which describe the desired state of your infrastructure. This approach eliminates the manual effort required for resource provisioning and ensures consistency across deployments.

Infrastructure as Code: ARM embraces the concept of Infrastructure as Code (IaC), enabling you to define and manage your infrastructure using declarative templates. This brings benefits such as version control, collaboration, and repeatability. ARM templates can be treated like any other code, allowing you to apply software development practices to infrastructure management.

Orchestration and Dependency Management: ARM enables the orchestration of resource deployments, ensuring that related resources are provisioned together and in the correct order. It manages resource dependencies automatically, reducing the complexity and potential errors associated with manually coordinating resource provisioning.

Resource Group Management: ARM introduces the concept of resource groups, which provide a logical container for grouping related resources. This allows you to organize and manage resources as a single unit, simplifying administration and providing a consistent approach to managing resources within a project or environment.

Role-Based Access Control (RBAC): ARM integrates with Azure Active Directory, enabling RBAC capabilities. This allows you to assign granular permissions to users or groups, controlling their access to specific resources and operations. RBAC enhances security and compliance by ensuring that only authorized individuals can manage and modify resources.

Governance and Compliance: ARM integrates with Azure Policy, enabling governance capabilities to enforce organizational standards and compliance requirements. You can define policies to enforce resource tagging, naming conventions, and other rules. ARM also integrates with Azure Monitor, providing monitoring and alerting capabilities for resources deployed through ARM.

Automation and Scalability: ARM enables automation of resource deployments, allowing you to script and automate the provisioning process. This improves efficiency, reduces manual effort, and facilitates scalability. With ARM, you can easily deploy and manage multiple instances of resources consistently and efficiently.

These benefits provided by ARM translate into improved productivity, increased efficiency, and enhanced control over infrastructure management in Azure. By addressing the challenges of resource provisioning, infrastructure management complexity, and governance, ARM helps users streamline their workflows and focus more on delivering value to their applications and services.

  ### 4. Azure - complex cloud solution.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Przemek P. | Lead, Infrastructure Specialist , Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 11, 2023

**What do you like best about Azure Resource Manager?**

My best impression is when I am trying to configure something considered to be complex in a typical physical environment. Here in Azure Resource Manager, it is all semi-automatic and seems simple. This is regarding every step of cloud configuration, from creating virtual machines to configuring network and backup servers. Automated and prefilled templates can be used for all tasks performed in Azure.

**What do you dislike about Azure Resource Manager?**

Starting to work with the Azure cloud may be hard at the start when we have only training and no experience; there are too many options for new users. I miss something like a simplified dashboard that could show me only the things I need.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Azure gives me a whole set of tools for a small private hosting network that I am using for managing private YouTube channel. I am hosting a promotion page, file backups, file storage and a small virtual network

  ### 5. Azure Resource Manager for everything you want to do on Azure

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Enterprise (> 1000 emp.)

**Reviewed Date:** May 11, 2023

**What do you like best about Azure Resource Manager?**

Always up to date in terms of features that are rolled out from Microsoft. We know we are able to do all the configurations for Azure resources using the ARM templates. There might be some scenarios where it is not possible. Overall it is the go-to for automating any infrastructure deployment on Azure.

**What do you dislike about Azure Resource Manager?**

Azure Resource Manager can be complex, especially for users who are new to the Azure ecosystem or cloud infrastructure management. The learning curve is steep, and understanding the various components, templates, and deployment models can take time for individuals.
JSON Templating makes it difficult for usage in some scenarios.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

ARM helps in Deployment Automation. ARM allows to define and deploy the Azure Infrastructure as code using JSON templates. This enables automation and repeatability, as deployments can be scripted, version-controlled, and easily shared. Infrastructure deployments become more reliable, predictable, and auditable.
We can use ARM for the deployment of Azure Services, RBAC controls, Azure Policies, etc This makes it easy overall to follow the Infrastructure as Code approach.

  ### 6. Azure Resource Manager: Managing Azure Resources Efficiently for Large-Scale Deployments

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aamir A. | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 16, 2023

**What do you like best about Azure Resource Manager?**

ARM allows you to define your infrastructure as code using templates, which enables you to deploy and manage resources in a repeatable, consistent, and scalable manner. You can version control these templates, ensuring you can easily track changes to your infrastructure over time.

**What do you dislike about Azure Resource Manager?**

Azure Resource Manager can be expensive, especially for small and medium-sized businesses, because the pricing model is based on the number of resources deployed and the usage level. Apart from that, I have no complaints about Azure Resource Manager.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Everyday management tasks that can be automated can help you respond quickly to changes in your environment and improve your overall agility. Scaling, configuration updates, and monitoring can all be automated with ARM, making it easier to manage resources effectively and respond quickly to changing needs.

  ### 7. Azure Resource Manager - My opinion

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** May 18, 2023

**What do you like best about Azure Resource Manager?**

Helps maintaining the software lifecycle. Thinks like RBAC, Resource Groups, Availability Zones, Tags, Deployment process, helps a lot in maintaining access, identification, agile development and saves a lot of time.

**What do you dislike about Azure Resource Manager?**

The frequent updates in UI and also processes like ways of deployment are necessary. But due to these updates there is always a new learning curve involved during new developments.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Azure Resource Manager solves problems by taking up the role of project manager, infrastructure specialist and scrum master at the same time. This shortens software sprint cycle.

  ### 8. Best Process for resource to deploy and scale

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ganesh L. | Cloud Technical Specialist (Azure), Enterprise (> 1000 emp.)

**Reviewed Date:** May 20, 2023

**What do you like best about Azure Resource Manager?**

Azure resource manager enables the deployment and managing the services which we want to provision them 
The best part i like in the ARM is we can get the skeleton of the services readmy made we don't need to manage them

**What do you dislike about Azure Resource Manager?**

The thing I dislike is the services is some what costly when it comes to DB server

**What problems is Azure Resource Manager solving and how is that benefiting you?**

High availability and scaling based on the load came from external and internal applications

  ### 9. It is very easy to handle all the infrastructure in one place.

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Logistics and Supply Chain | Enterprise (> 1000 emp.)

**Reviewed Date:** May 13, 2023

**What do you like best about Azure Resource Manager?**

Azure portal where all different types of resource are available within few clicks.
It is very easy to create any infrastructure and deploy your application.
It will take any few minutes.

**What do you dislike about Azure Resource Manager?**

Azure should provide search engine capabilities which can be easily integrated to any application.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

We do not need to manage our deployment and infrastructure.

  ### 10. Software Development Lead

**Rating:** 4.0/5.0 stars

**Reviewed by:** Saleh S. | Software Development Lead, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 17, 2023

**What do you like best about Azure Resource Manager?**

I can manage all the resources in a simple way, deploy and monitor the status of the resources.
Also cotrolling the access on the resources with thr colleagues

**What do you dislike about Azure Resource Manager?**

Each feature or addion has a separate price

**What problems is Azure Resource Manager solving and how is that benefiting you?**

All are in one place

  ### 11. Simple management

**Rating:** 4.0/5.0 stars

**Reviewed by:** MRIDUL N. | Individual contributor, Higher Education, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 13, 2023

**What do you like best about Azure Resource Manager?**

Can categorically assign  resources, and the access control is fine too.

**What do you dislike about Azure Resource Manager?**

There is a lack of multi-cloud support and addons are limited for ML workflows

**What problems is Azure Resource Manager solving and how is that benefiting you?**

I use the Azure resource manager templates to implement infrastructure as code for my Azure solutions.

  ### 12. Good

**Rating:** 5.0/5.0 stars

**Reviewed by:** Lokesh G. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 09, 2023

**What do you like best about Azure Resource Manager?**

It's is most useful for automating the process

**What do you dislike about Azure Resource Manager?**

Dislike that azure arm need to download in Microsoft Azure cloud

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Business time consumption is less, because of automating using azure resource manager

  ### 13. Azure Resource Manager review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Vedant B. | Cloud Support Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 05, 2023

**What do you like best about Azure Resource Manager?**

I can create multiple resources of multiple types in one single code with more efficiency and less efforts.

**What do you dislike about Azure Resource Manager?**

So far didn't come across anything that I didn't like

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Automation

  ### 14. ARM review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Santhosh G. | Security Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 18, 2023

**What do you like best about Azure Resource Manager?**

Managing the resources in azure is quite easy

**What do you dislike about Azure Resource Manager?**

Need more automation in azure resource manager

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Managing the resources

  ### 15. Azure resource manager

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Insurance | Enterprise (> 1000 emp.)

**Reviewed Date:** May 18, 2023

**What do you like best about Azure Resource Manager?**

Deployment with arm templates will be easy and reusable. ARM can be accessed with CLI, visual studio and portal.

**What do you dislike about Azure Resource Manager?**

Need to remember more Syntax and lack of multi cloud support

**What problems is Azure Resource Manager solving and how is that benefiting you?**

In azure data factory we can use the arm templates and reuse the packages with ease.

  ### 16. Good way to get resource templates

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 05, 2023

**What do you like best about Azure Resource Manager?**

The convenience it gives to get the resource templates

**What do you dislike about Azure Resource Manager?**

Sometimes it becomes difficult to understand especially when parametrizing

**What problems is Azure Resource Manager solving and how is that benefiting you?**

When I have to replicate a resources

  ### 17. Azure services

**Rating:** 4.0/5.0 stars

**Reviewed by:** Daniel S. | H, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 14, 2022

**What do you like best about Azure Resource Manager?**

When I'm coding or programming it has all the things I need.

**What do you dislike about Azure Resource Manager?**

I really didn't dislike anything it is a perfect 10/10 for me

**Recommendations to others considering Azure Resource Manager:**

I don't know what this means but I would reccomend to anyone it's a wey to use

**What problems is Azure Resource Manager solving and how is that benefiting you?**

I don't really have any issues this is a perfect match.

  ### 18. Azure Resource Manager is essential!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Cameron W. | Software Analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 07, 2020

**What do you like best about Azure Resource Manager?**

The best thing about Azure Resource manager is how easy and how intuitive it is for the average user to use. I personally use Azure Resource Manager each and everyday as a part of my job. The first time that I used ARM it was immediately easy to understand and find the features and the resources that I wanted to deploy and how to deploy them and configure them.

**What do you dislike about Azure Resource Manager?**

I would say these least helpful thing about using ARM is that at times when resources fail to deploy or when resources fail to be deleted, ARM does not provide great explanations to why the resources failed to deploy or why the resources were not sucessfully deleted.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

I solve numerous problems every day with ARM. The biggest problem that I solve with ARM is how to load balance numerous users on my company's SaaS application. Thousands of users use our SaaS application every day and so part of that challenge is figuring out how to successfully deploy great Azure Resources such as Application Gateways and Load Balancers and configuring them with ARM. ARM makes deploying and configuring these resources super easy with great features such as an intuitive portal with a friendly interface to manage the resources and JSON template support to automate the deployment of several of these resources.

  ### 19. Azure Resource Manager for Easy management and deployment

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sandeep P. | DevOps Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 08, 2020

**What do you like best about Azure Resource Manager?**

Azure Resource Manager provides with an easy management platform. The model also makes deployments much faster using templates. The resource management context helps in organizing resources as microservices with ease.

**What do you dislike about Azure Resource Manager?**

I dont have anything to complain on Azure Resource Manager. The templates can be made more flexible though. Sometimes the templates can prove difficult to be authored while dealing with permissions and extended resources.  

The variables definition of a template lacks support for referencing a resource. This limitation has made me to work around and write more lines of code.

The Templates also lacks support support for some MarketPlace resources. eg: SendGrid. This was available earlier but seems to have been removed now.

**Recommendations to others considering Azure Resource Manager:**

It can be a bit daunting at the beginning. However when you get a solid understand of Json structure, you will start finding it quite easy to author templates. Start with simple resource level templates and develop a structure. Use Powershell and Azure Portal to get templating ideas.

There are many sample available in Github which can be a great starter.

Terraform is another option but I prefer ARM templates. Terraform sometimes fails when when you execute it multiple times.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Infrastructure management and automation are the main tasks that I solve using ARM. I use ARM templates to automate infrastructure provisioning. I primarily use the nested template feature. I start with creating resource level templates and link them using a deployment level template. This helps in reuse of templates. ARM templates also support KeyVaults. KeyVault to Appservice Certificate import can be automated using ARM templates. automating Custom Domains and SSL bindings using templates makes my life easy while creating large number of AppServices.

  ### 20. Infrastructure as a Code Best Tool: ARM Templates

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aditi M. | Associate Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 29, 2020

**What do you like best about Azure Resource Manager?**

I like the syntax and structure of the code. The way in which Parameter files and variables, resources, output block constitute ARM is commendable.
It provides various ways for the deployment of by using Powershell, Azure CLI, Templates, and can combine with Azure DevOps for implementing CI/CD of infrastructure, and that's the best part about ARM. 
It removes the manual deployment. Easy to Learn, Easy to write code, and Easy to Deploy.
It can combine with other tools like Terraform for deployment and that's a great achievement as well.

**What do you dislike about Azure Resource Manager?**

I don't have any dislike for ARM Templates as I consider it the best tool for automating the infrastructure deployment in Azure compare to other tools in the market. But I have some suggestions on which we can work like sometimes resources don't support ARM templates and then we have to switch either SDKs or API to perform the operation and that creates a hindrance while working with ARM Templates.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Deploy your entire Azure Infrastructure using ARM Template. We used ARM for various companies like BenjaminMoore, Mattel, Sara Lee Frozen Bakery, and solved their problem of deployment overhead and management by using ARM. 
We have deployed 3 tier architecture for various clients using ARM Templates.
Automated the process of Extraction, Load, and Transformation (ETL) process in which we ask to provide the source of extraction like SAP, Salesforce, Oracle, and many more using Azure Data factory import the data, do transformation using Data Bricks using ARM.

  ### 21. Azure Resource Manager needs some improvements but overall my experience has been great so far.

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Marketing and Advertising | Enterprise (> 1000 emp.)

**Reviewed Date:** October 27, 2020

**What do you like best about Azure Resource Manager?**

In Azure Resource Manager, I like how it is are very organized. I can easily find the things I need and the information I needed to complete my tasks. Also, in Azure Resource Manager, I don't need to switch regions, I can easily view all my resources regardless of regions. For those new to public cloud, Azure Resource Manager is a tool in the Infrastructure Build Tools category of a tech stack. It is the deployment and management service for Azure. It provides a management layer that enables me to create, update, and delete resources in your Azure subscription. I can use management features, like access control, locks, and tags, to secure and organize your resources after deployment. I like how they provide various ways for my deployments like using the GUI, CLI, templates, powershell, terraform, etc. Very nice!

**What do you dislike about Azure Resource Manager?**

The way you switch directories and subscriptions is very confusing especially if you're managing multiple directories and subscriptions. I wish Microsoft improves how this is implemented and make the UI/UX better. Also, there are some cases where there are rouge resources that cannot be deleted because of dependencies with other resources. When using Azure Resource Manager templates, sometimes it ended up for one resource across environments would require many JSON files, you would need to manually change each one for each environment which is counter-intuitive to automation.

**Recommendations to others considering Azure Resource Manager:**

I highly recommends Azure Resource Manager, this cloud infrastructure tooling enables managing infrastructure such as Virtual Machines, web servers, etc, in a repeatable, programmatic way, this is known as infrastructure as code. One of the benefits of infrastructure as code is that you can automate the creation, updates, etc, of different resources/environments, giving only slight changes should need to be changed by human operators. Automating the creating of resources reduces manual changes, accidental mistakes and speeds up the process. So please try and see how Azure Resource Manager can solve your problems and increase your productivity.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

I'm using Azure Resource Manager mostly by creating dashboards to be shared to team members, verifying ARM templates for use with infrastructure as code, checking alerts and notifications, Cost management and budget makes it easier for us not to over-provision our infrastructure. Also, it's easier to visualize and diagnose when we have issues and try to solve our problems with Azure Resource Manager.

  ### 22. ARM takes implementing IaC from tedious to trivial

**Rating:** 5.0/5.0 stars

**Reviewed by:** Michael M. | Full Stack Azure Developer, Enterprise (> 1000 emp.)

**Reviewed Date:** October 26, 2020

**What do you like best about Azure Resource Manager?**

Infrastructure as Code is a great concept, which once implemented offer a variety of benefits. The problem has been implementing it. In open source, it was far from trivial and often the view was simply not worth the climb. In addition, try explain how the benefits outweigh costs to customers, managers and product owners. Good luck.
Azure Resource Manager still has a bit of room for improvement, but is orders of magnitude easier to implement  and maintain. Indeed, implementation is so much faster and easier, you will can bypass all those tedious discussions trying to justify the costs of implementation. In terms of dollars/hour, it costs more to implement than to explain the basis for doing so

**What do you dislike about Azure Resource Manager?**

I did not see an easy way to add Azure Data Factory to an ARM Template.

**Recommendations to others considering Azure Resource Manager:**

Give it a try.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Problem: I needed to set up and optimize resource group for Dev, SIT, UAT and Prod environments.
ARM allowed me to do this iteratively.

  ### 23. Azure Resource Manager Templates are my go to IaC tool for Azure

**Rating:** 5.0/5.0 stars

**Reviewed by:** Lee N. | Lead Cloud Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** October 15, 2020

**What do you like best about Azure Resource Manager?**

- Being Azure native ARM templates can pretty much do anything one can do in the Azure portal, this is a big advantage other 3rd party tools which often have gaps and lag to support new functionality and features.

-The ability to define full environments within code gives you the ability to provision environments on demand

**What do you dislike about Azure Resource Manager?**

- There is no way to preview what will happen when you deploy an ARM template, unlike Terrafrom with its Plan command. Microsoft have however now released 'what-if' in preview which looks very promising.

- There is limited programming capability within ARM templates i.e. conditional statements etc. what is available can be pretty complex too. This can lead to additional scripts needing to be created to facilitate automated provisioning of environments .

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Building out Infrastructure as Code to enable deployment of repeatable environments without the inherent risk of user error when environments are created manually via the Azure Portal.
Speed of deployment, we can deploy environments in a matter of minutes instead of days.

  ### 24. ARM is a great tool for infrastructure automation

**Rating:** 4.5/5.0 stars

**Reviewed by:** Kamlesh  Y. | Senior DevOps Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** October 21, 2020

**What do you like best about Azure Resource Manager?**

ARM provide RBAC facility to secure the resources

Azure Resource manager helps in tagging the resources. The tags will have key/value that identify the the resources with the properties that user defined.

ARM Take care of dependencies of the resources in the resources group.

**What do you dislike about Azure Resource Manager?**

If automated provisioning fails while provisioning  dependent resources then it needs to be handled manually which is not right things to do.

**Recommendations to others considering Azure Resource Manager:**

Definitely use ARM template to automate your infrastructure in Azure cloud

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Cloud infrastructures automation 

Its provide cloud automation

  ### 25. Great way to deploy and manage all your cloud resources

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 16, 2020

**What do you like best about Azure Resource Manager?**

When you have hundreds of resources deployed to the cloud it be be hard to maintain them but with ARM you can create great naming conventions to keep your resources tidy and easy to find. Also the ability to pass in parameters from the devops pipline gives you total control and flexibility around your deployments. I also like the idea of linked templates if you have a standard resource that needs to be deployed either multiple times or across projects.

**What do you dislike about Azure Resource Manager?**

Sometimes working with ARM templates can be very tedious and though there are a lot of great examples out their sometimes it hard to find out what properties are even available for a resource. It would be great if they had some real intellisense, plugin, or app that would help guide you through the ARM process, dependencies, and resource hierarchy.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Creating CI/CD pipelines for reusable cloud resources  is probably the biggest reason to use ARM. No one should ever manually create resources in the Azure portal with the intention that it will be used by the business in an official capacity.  Everything should be handled with ARM when creating a production solution. Being able to tear down and bring back up an entire cloud solution is the true power of ARM.

  ### 26. Azure RM Overview

**Rating:** 4.5/5.0 stars

**Reviewed by:** Prasanna K. | Developer and Site Contributor, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 24, 2020

**What do you like best about Azure Resource Manager?**

I have liked the variety of services offered by azure with user friendly options and ease of navigation across the subscription and services.

**What do you dislike about Azure Resource Manager?**

The Azure configuration like application account setup is little complex. Also for image creation for market place process to lengthy. this can be automated instead of having  lot of manual verifications.

**Recommendations to others considering Azure Resource Manager:**

Check you company requirement and based on that, you can look for Azure RM service offerings.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

We are able to do DR/Autoscaling of our infrastructure using Azure RM VMs. That benefited both our needs and our customer needs.

  ### 27. Automation with Azure Resource manager

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** November 02, 2020

**What do you like best about Azure Resource Manager?**

I like the ability to create resources using a script and confidence of having repeatable scripts for redeployment

**What do you dislike about Azure Resource Manager?**

Not all Azure resources can use ARM (for example I was using Azure B2C components and I could not find the corresponding resources in ARM)

**Recommendations to others considering Azure Resource Manager:**

Not all the resources are always available via Azure RM but most commonly used resources have automation capabilities. There is some work still in progress and keep an eye on documentation

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Automation and repeatable deterministic infrastructure setup

  ### 28. ARM  is backbone of infrastructure as cloud

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 21, 2020

**What do you like best about Azure Resource Manager?**

It's basically can be stored as template for your organization wise policy based deployments. We can deploy the resources with a change of variables every time, saves lot of time, avoids human error, accurate easy and can be used in automation.

**What do you dislike about Azure Resource Manager?**

It's not compatible with other clouds like terraform but I guess Azure has recently launched biceps for this so it will be part of ARM which I think

**Recommendations to others considering Azure Resource Manager:**

It's easy it's accurate it effective use to save lot of time

**What problems is Azure Resource Manager solving and how is that benefiting you?**

IaC is a big game for all my csp clients as of now which majorly comes from ARM, I have used it for logic apps and API calling automation task set up

  ### 29. Azure Solutions architect working on innovative solutions for business problems

**Rating:** 4.0/5.0 stars

**Reviewed by:** Harmeet S. | Solutions Architect - Solution Engineering, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 17, 2020

**What do you like best about Azure Resource Manager?**

Intuitive, multi language support.. huge toolset, huge coverage in public forums

**What do you dislike about Azure Resource Manager?**

Standard documentation is not always helpful to get something tricky done, need to refer to multiple blogs. Also evolving platform makes it difficult to correlate to older way of doing things

**Recommendations to others considering Azure Resource Manager:**

Learn the basics of administration and infrastructure as a service and then get into paas offerings to get a better hold of the platform

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Legacy app modernization, Infrastructure automation, enterprise architecture on cloud, IoT platform

  ### 30. Azure Resource Manger is a must one for any organization to manage and govern assets effectively

**Rating:** 4.0/5.0 stars

**Reviewed by:** Harjeet S. | Technical Administrator, Enterprise (> 1000 emp.)

**Reviewed Date:** October 24, 2020

**What do you like best about Azure Resource Manager?**

It helps managing and administering the resources better. Good feature to use in long-term.

**What do you dislike about Azure Resource Manager?**

For now, I don't have anything to dislike about Azure Resource Manger.

**Recommendations to others considering Azure Resource Manager:**

A must use feature to manage cloud resources effectively in any organization.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Managing and governing all the cloud resources have become very easy. Moreover, we can apply effective restrictions using the Azure Resource Manager and segregate resources in a better way.

  ### 31. It’s been great using ARM for my team As it made managing my resources easier where as creating tags

**Rating:** 3.0/5.0 stars

**Reviewed by:** Vaibhav M. | Senior Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 24, 2020

**What do you like best about Azure Resource Manager?**

Creating tags keeping track of all my deployments managing permission and access right control to limited users which helps us with healthy deployments

**What do you dislike about Azure Resource Manager?**

Bit more of organisation on the ARM would help to quickly access items am looking for

**What problems is Azure Resource Manager solving and how is that benefiting you?**

As working in 24hr cycle across the globe and access to different teams and keeping track of all the activities was way more easier

  ### 32. ARM a definitive tool in my Azure arsenal

**Rating:** 3.5/5.0 stars

**Reviewed by:** Peter N. | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 14, 2020

**What do you like best about Azure Resource Manager?**

Azure Resource Manager makes it easy for me to manage and visualise resources. I no longer have to deploy parts of our app separately and then manually stitch them together like a tapestry

**What do you dislike about Azure Resource Manager?**

Quite a bit of stuff to grasp if you are new to Azure Resource Managemer

**Recommendations to others considering Azure Resource Manager:**

Definitely a tool to administer and manage resources

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Time and cost savings

  ### 33. Easy to resouce managing within your team

**Rating:** 4.0/5.0 stars

**Reviewed by:** Zayed R. | Programmer Analyst, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 19, 2020

**What do you like best about Azure Resource Manager?**

*Easy to build the infrastructure to deployment templates 

* Easy to resouce managing for your service

*Fulfilled your requirement

**What do you dislike about Azure Resource Manager?**

there is no issue with the Azure Resource Manager

**What problems is Azure Resource Manager solving and how is that benefiting you?**

A different team of service managing through with Azure Resource Manager.

  ### 34. Overall good

**Rating:** 3.5/5.0 stars

**Reviewed by:** Arja P. | Senior Software Developer, Enterprise (> 1000 emp.)

**Reviewed Date:** October 26, 2020

**What do you like best about Azure Resource Manager?**

linked templates and easy to automate infrastructure

**What do you dislike about Azure Resource Manager?**

not cross platform and not that readable very long lines of code. organizing is also a little bit head ache

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Automate building  Azure cloud infrastructure in large scale

  ### 35. Azure Resource Manager enable us to setup environment in 10 minutes

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Higher Education | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 28, 2020

**What do you like best about Azure Resource Manager?**

ARM template enables us setting up new environment in 10 minutes whenever we need it. As the result we have few environments our developers can use to perform feature testing

**What do you dislike about Azure Resource Manager?**

Currently, ARM only accepts JSON format which can be tedious

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Before deploying into Production, we can perform our testing in sandbox and uat environments. ARM template gives us flexibility to have exactly the same environment as production to perform feature testing.

  ### 36. Azure RM, a great resource management tool

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Consumer Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** September 29, 2020

**What do you like best about Azure Resource Manager?**

It is an user friendly portal with options in each step to describe the process

**What do you dislike about Azure Resource Manager?**

ARM doesn't process all steps in next steps but do all on the one page.

**Recommendations to others considering Azure Resource Manager:**

It is a very good and user friendly resource manager tool. It is value for cost.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

I do create private networks, subnets, VMs, Gateways, Load Balancer, Application Gateway, etc. It creates all resources in a very simple manner in a very less time. It gives prices quatation depending on the resources you going to use.

  ### 37. Azure Resource Manager, Powerful but limiting.

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Food Production | Enterprise (> 1000 emp.)

**Reviewed Date:** September 29, 2020

**What do you like best about Azure Resource Manager?**

Power and most resources are manageable with ARM.

**What do you dislike about Azure Resource Manager?**

Limited with things like looping, and a very big learning curve for most engineer types.

**Recommendations to others considering Azure Resource Manager:**

It can be very tough to support. Make sure you have the infrastructure in place and people familiar with how to use ARM and your implementation of it. Otherwise, other options might be a more suitable approach.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

IAC is the big feat. This requires a mix of Powershell and ARM, to complete the tasks.

  ### 38. ARM is a great centralized tool to get connected through all APIs

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** October 29, 2020

**What do you like best about Azure Resource Manager?**

Azure PowerShell, Portal, CLI all uses the same ARM APIs which improves confidence.

**What do you dislike about Azure Resource Manager?**

Portal Azure PowerShell/CLI needs storage account which kind of bothers me.

**Recommendations to others considering Azure Resource Manager:**

I generally like the UI for Azure Resource Manager. I have used other cloud providers offering as well, but they are not providing the rich user experience.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

I used ARM templates to spin up my dev/uat/prod environment quickly.

  ### 39. System Administrator

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 24, 2020

**What do you like best about Azure Resource Manager?**

Easy to use, we can easily create virtual machines both Linux and windows. Have great storage

**What do you dislike about Azure Resource Manager?**

I don’t think so that I dislike anything about it. It is so wonderful

**Recommendations to others considering Azure Resource Manager:**

Surely go for it. It is the best tool if you are system administrator. Easy to create virtual machines

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Creating active directory users. And virtual machines

  ### 40. ARM Service Management and templates

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 16, 2020

**What do you like best about Azure Resource Manager?**

I like most the Azure Resource Manager Templates using which you can provision VMs of desired configuration spontaneously

**What do you dislike about Azure Resource Manager?**

All well however find it not to easy, make it more user friendly and documented. In case i have not missed that.

**Recommendations to others considering Azure Resource Manager:**

Learn to use Azure resource manager it is the cloud future

**What problems is Azure Resource Manager solving and how is that benefiting you?**

DevTest Lab  VM  creation

  ### 41. Azure ARM

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** September 25, 2020

**What do you like best about Azure Resource Manager?**

creating the provision template for deploying resources in Azure

**What do you dislike about Azure Resource Manager?**

confusing VM size names and too many flower brackets in templates

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Provisioning the VM with resources required

  ### 42. Its good to seperate out resources based on the requirements and need

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Electrical/Electronic Manufacturing | Enterprise (> 1000 emp.)

**Reviewed Date:** November 16, 2020

**What do you like best about Azure Resource Manager?**

Functionality of the resources creation based on resource group

**What do you dislike about Azure Resource Manager?**

The user interface of Resource manager is very dull and un interactive

**What problems is Azure Resource Manager solving and how is that benefiting you?**

We are able to devide various development and production environment resources using this feature.

  ### 43. Acually I am working with azure resource manager last three years. So i am reviewing the good one.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Enterprise (> 1000 emp.)

**Reviewed Date:** November 06, 2020

**What do you like best about Azure Resource Manager?**

Everthing working with one resource group

**What do you dislike about Azure Resource Manager?**

Sometimes azure vm hangout and not resoving without restart.

**Recommendations to others considering Azure Resource Manager:**

Yes I recommended to others

**What problems is Azure Resource Manager solving and how is that benefiting you?**

I have facing many problem but not find out. From azure application insights I got the root cause

  ### 44. Azure resource manager is deployment framework helps to manage and deploy resources at scale

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 26, 2020

**What do you like best about Azure Resource Manager?**

Resource segregation, deployment scale , resiliency of declarative templates

**What do you dislike about Azure Resource Manager?**

Missing support for moving few resources to different resource groups or subscription. However am sure that azure will support those in near future

**Recommendations to others considering Azure Resource Manager:**

Great capabilities for automation and governance perspective and heading towards the right direction

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Faster deployment at scale with automation

  ### 45. ARM boon for Azure Resource Management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Pharmaceuticals | Mid-Market (51-1000 emp.)

**Reviewed Date:** September 24, 2020

**What do you like best about Azure Resource Manager?**

ARM features like access control, locks and tags to manage resources after deployment. Instances without public IP still have access over the internet.

**What do you dislike about Azure Resource Manager?**

ARM have couple of disadvantages like naming of RG and VM include characters limitations.

**Recommendations to others considering Azure Resource Manager:**

👍👍

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Automation of build and deployment activities

  ### 46. Azure Resource Manager it’s the future

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Management Consulting | Enterprise (> 1000 emp.)

**Reviewed Date:** October 24, 2020

**What do you like best about Azure Resource Manager?**

Resource Groups are great to organize resources

**What do you dislike about Azure Resource Manager?**

AD custom attributes are not visible on AzureAD

**What problems is Azure Resource Manager solving and how is that benefiting you?**

VPN S2S - Azure AD

  ### 47. As i am working on Azure, i can say that ARM is very best one to manage the Azure services

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** October 24, 2020

**What do you like best about Azure Resource Manager?**

ARM templates are simple and easy to run

**What do you dislike about Azure Resource Manager?**

I couldnt  find anything to tell the dislikes

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Creation of VM

  ### 48. Its flexible and makes resource provisioning experience easy and uniform

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** September 30, 2020

**What do you like best about Azure Resource Manager?**

It is easy of use, brings in uniformity and consistency

**What do you dislike about Azure Resource Manager?**

Nothing discovered so far, but I'm sure there would be some.

**What problems is Azure Resource Manager solving and how is that benefiting you?**

Writing ARM templates or deploying resources through portal

  ### 49. Automating resource provisioning in Azure cloud with ARM templates 

**Rating:** 4.0/5.0 stars

**Reviewed by:** Alon N. | Senior fullstack developer, Information Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 01, 2019

**What do you like best about Azure Resource Manager?**

Auto exporting of current hand built infrastructure to deployment templates

**What do you dislike about Azure Resource Manager?**

Having to work directly with JSON (no commenting), some resources are not automatically exported, templates and examples are often not updated . Some command line options are not sane

**Recommendations to others considering Azure Resource Manager:**

Use container instances for some automation not available with ARM templates,  don't write in json directly but transpile to it from a sane programming language
resources names - are actually part of a namespace, and need to refer the parent resource correctly


**What problems is Azure Resource Manager solving and how is that benefiting you?**

Setting up infrastructure as code for fast deployment, delivery, disaster recovery and a software development lifecycle for infra

  ### 50. Very complete tool with many functions

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 17, 2018

**What do you like best about Azure Resource Manager?**

You can create manage resources very easily, I can create VM according to my requirements, and only pay for the use, when it is necessary to increase the disk space is very fast.

**What do you dislike about Azure Resource Manager?**

As it has many functions and characteristics, the handling is complicated, it is necessary to have a support contract to solve some incidents

**What problems is Azure Resource Manager solving and how is that benefiting you?**

All our virtual machines are in Azure, it is a very stable platform, you never have service interruptions


## Azure Resource Manager Discussions
  - [Where is Azure resource manager?](https://www.g2.com/discussions/where-is-azure-resource-manager)
  - [What is Azure Resource Manager templates?](https://www.g2.com/discussions/what-is-azure-resource-manager-templates)
  - [What is the use of Azure resource manager?](https://www.g2.com/discussions/what-is-the-use-of-azure-resource-manager)
  - [What is resource manager in Azure?](https://www.g2.com/discussions/what-is-resource-manager-in-azure)
  - [How are the majority of Azure Resource Manager users solve the issue of managing hundreds of subscriptions?](https://www.g2.com/discussions/32868-how-are-the-majority-of-azure-resource-manager-users-solve-the-issue-of-managing-hundreds-of-subscriptions) - 1 upvote

- [View Azure Resource Manager pricing details and edition comparison](https://www.g2.com/products/azure-resource-manager/reviews?section=pricing&secure%5Bexpires_at%5D=2026-06-27+14%3A39%3A05+-0500&secure%5Bsession_id%5D=48961f71-c891-4560-a2e8-072a5809c6f0&secure%5Btoken%5D=2b9902df11c8c931467771b8f0a72b2c3d3f1331bc35651ecf4f82c1f33b5e98&format=llm_user)
## Azure Resource Manager Integrations
  - [Azure DevOps Server](https://www.g2.com/products/azure-devops-server/reviews)

## Azure Resource Manager Features
**Administration **
- Administration Console
- Task Management
- Dashboards and Visualizations
- Access Control

**Automation**
- Test Automation
- Intelligent Automation
- Release Automation
- Automated Provisioning

**IT Management**
- Workflow Management
- Infrastructure Management
- IT Discovery

## Top Azure Resource Manager Alternatives
  - [AWS CloudFormation](https://www.g2.com/products/aws-aws-cloudformation/reviews) - 4.4/5.0 (188 reviews)
  - [Red Hat Ansible Automation Platform](https://www.g2.com/products/red-hat-ansible-automation-platform/reviews) - 4.6/5.0 (369 reviews)
  - [GitLab](https://www.g2.com/products/gitlab/reviews) - 4.5/5.0 (880 reviews)

