Building Applications with Azure Resource Manager.

Leverage Infrastructure-as-Code to vastly improve the life cycle of your applications. Learn the benefits using Azure Resource Manager templates (ARM templates) for deployment of resources.

Building Applications with Azure Resource Manager
Mr. G. Suttie

Mr. G. Suttie

A MUST READ IF YOU INTEND ON LEARNING ARM TEMPLATES

⭐⭐⭐⭐⭐

If you are looking to learn everything you would ever want to know about ARM Templates in Azure to do Infrastructure as Code then this book is the one for you. David’s book covers everything in depth with lots of super detailed examples which will teach you the how and more importantly the why when working with ARM Templates. These examples will help you vastly improve the way you deploy infrastructure to Azure as you learn to build reusable templates built with security and best practices throughout. This book also covers Bicep and GitHub Actions in case you were interested in how to use either with ARM templates.

Jesus Octavio Rodriguez de Santiago

Excellent resource to deepen with Azure Resource Manager, it has been great for me and it has contributed a lot to my constant learning, congratulations Dave, excellent work: D

Samuel Torrero

Samuel Torrero

EXCELLENT BOOK TO LEARN BICEP AND ARM

⭐⭐⭐⭐⭐

The book is excellent, has code examples, clear explanations, and is a great way to quickly learn the world of creating and managing resources in Azure using code, much faster than directly in the portal. Highly recommended!

Infrastructure as Code: the next big shift

Learn how to leverage infrastructure as code with Azure Resource Manager (ARM) and the best practices to build, test, debug, and deploy your applications in Microsoft Azure using ARM templates and the new domain-specific language Bicep.

This book is for you:

  • If you build, manage, maintain on-prem systems and want to learn about the deployment and provisioning process of applications in Azure infrastructure as code approach
  • If you're an IT administrator or you're developing applications and want to know how to manage your infrastructure from code
  • If you want to get started with Azure Resource Manager Templates
  • If you want to know the fundamentals of Azure ARM templates.
  • If you're looking to get Hands-On experiences with ARM templates
  • If you want to learn Bicep, the new Domain Specific Language (DSL) for deploying Azure resources declaratively and drastically simplifies the authoring experience.

WHAT YOU'LL LEARN

The fundamentals of Infrastructure-as-Code and how to get up to speed on Azure ARM templates and Bicep Language with practical examples

Learn the fundamentals logo

Learn the fundamentals

Introduces the concepts of infrastructure as code and how to leverage it using Azure Resource Manager.
Get started with ARM templates logo

Get started with ARM templates

This book teaches how to enable and deploy Azure Resource Manager templates.
Author your own ARM templates logo

Author your own ARM templates

Covers the basic core elements of an ARM template to start authoring your templates and building your applications in the cloud.
Learn to validate your deployments logo

Learn to validate your deployments

Reveals the built-in services and features in Azure, allowing the debugging process and validation process of the ARM templates.
Get started with Bicep Language logo

Get started with Bicep Language

Learn “Bicep”, Domain Specific Language (DSL) for deploying Azure resources declaratively.
Azure DevOps integration with practical examples logo

Azure DevOps integration with practical examples

Learn about the DevOps integration to deploy ARM templates.

Building Applications with Azure Resource Manager.

Leverage Infrastructure-as-Code to vastly improve the life cycle of your applications. Learn the benefits using Azure Resource Manager templates (ARM templates) for deployment of resources.

Here’s What You’ll Find Inside…

The value of IaC

Get the basic concepts of infrastructure as code, this book provides you with comprehensive guida...

Azure Resource Manger Fundamentals

Learn the fundamentals of Azure Resource Manager and become an expert on ARM templates

Best Practices

You will learn the best practices for deploying and maintaining application infrastructure, such ...

Access to the GitHub Repo

Get exclusive access to the GitHub repo that contains all the code and examples from the book

Bicep Language

Learn the new domain-specific language (DSL) that uses declarative syntax to deploy Azure resourc...

Practical Examples

You will learn to create and deploy Azure Resource Manager Templates with practical examples