Building applications with Azure Resource Manager (ARM) : leverage IaC to vastly improve the life cycle of your applications / David Rendón.

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. As organizations consider moving partially or fully to the clou...

Full description

Saved in:
Bibliographic Details
Main Author: Rendón, David (Author)
Corporate Author: Safari, an O'Reilly Media Company
Format: eBook
Language:English
Published: [California] : Apress, [2022]
Subjects:
Online Access:Click for online access
Table of Contents:
  • Chapter 1: Why Infrastructure as Code?- Chapter 2: Azure Resource Manager
  • Chapter 3: Preparing Your Environment
  • Chapter 4: Building Your First Azure Resource Manager Template
  • Chapter 5: Deployment Scopes
  • Chapter 6: Working with Parameters on Your ARM Template
  • Chapter 7: Using Variables in Your ARM Template
  • Chapter 8: Working with the Resources Section of Your ARM Template
  • Chapter 9: Understanding Dependencies in Your ARM Template
  • Chapter 10: Making Use of Functions in Your ARM Template
  • Chapter 11: Deployment Modes of Your ARM Template
  • Chapter 12: Working with Loops in Your ARM Template
  • Chapter 13: Understanding Post-Deployment Configurations: Extensions and Deployment Scripts
  • Chapter 14: Working with Larger and More Complex Environments
  • Chapter 15: Working with Secrets in Your ARM Template
  • Chapter 16: Validating Your ARM Template
  • Chapter 17: Building Your Environment with Azure DevOps and ARM Templates
  • Chapter 18: Deploy ARM Templates Using GitHub Actions
  • Chapter 19: Project Bicep.