Building Applications with Azure Resource Manager (ARM)
eBook - ePub

Building Applications with Azure Resource Manager (ARM)

Leverage IaC to Vastly Improve the Life Cycle of Your Applications

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Building Applications with Azure Resource Manager (ARM)

Leverage IaC to Vastly Improve the Life Cycle of Your Applications

About this book

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 cloud, infrastructure as code (IaC) has become a key component to improving time to market for their applications. However, it is critical that enterprise infrastructure professionals use the right resources and strategies to build the infrastructure required to run applications in the cloud. Azure cloud-native components and capabilities automate the build and deployment process, offering a myriad of compelling reasons to leverage IaC to build your applications in Azure.
Starting with the evolution of the software-defined approach and building on the basic concepts of infrastructure as code, this book provides you with comprehensive guidance to learnAzure Resource Manager from the ground up. You will learn the best practices for deploying and maintaining application infrastructure, such as template authoring tooling enhancements, Azure DevOps integrations, and updates to the deployment platform.
After reading this book, you will understand the breadth and use cases of ARM capabilities and tooling within Microsoft Azure. You will be able to build, test, debug, and deploy your ARM templates and know how to use infrastructure as code to better manage the life cycle of your applications in Azure. What You Will Learn

  • Introduces the concepts of infrastructure as code and how to leverage it using Azure Resource Manager
  • Teaches how to enable and deploy Azure Resource Manager templates
  • Covers the basic core elements of an ARM template to start authoring your templates and building your applications in the cloud
  • Dives intocore components such as parameters, variables, functions, dependencies, deployment modes, loops, conditions), enabling nested templates
  • Revealsthe built-in services and features in Azure, allowing the debugging process and validation process of the ARM templates
  • Discusses "Bicep"the language for ARM templates and theDevOps integration to deploy ARM templates


Who This Book Is For
People who build, install, repair, or maintain the hardware and software associated with computer systems on-premises and who want to learn about the deployment and provisioning process of applications in the Microsoft Cloud using an infrastructure as code approach through Azure Resource Manager.Readers should have an Azure account and be familiar with the main Azure services (storage, compute, networking, management).Basic knowledge of PowerShell is also useful.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Building Applications with Azure Resource Manager (ARM) by David Rendón in PDF and/or ePUB format, as well as other popular books in Computer Science & Project Management. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Why Infrastructure as Code?
  4. 2. Azure Resource Manager
  5. 3. Preparing Your Environment
  6. 4. Building Your First Azure Resource Manager Template
  7. 5. Deployment Scopes
  8. 6. Working with Parameters on Your ARM Template
  9. 7. Using Variables in Your ARM Template
  10. 8. Working with the Resources Section of Your ARM Template
  11. 9. Understanding Dependencies in Your ARM Template
  12. 10. Using Functions in Your ARM Template
  13. 11. Deployment Modes of Your ARM Template
  14. 12. Working with Loops in Your ARM Template
  15. 13. Understanding Post-Deployment Configurations: Extensions and Deployment Scripts
  16. 14. Working with Larger and More Complex Environments
  17. 15. Working with Secrets in Your ARM Template
  18. 16. Validating Your ARM Template
  19. 17. Building Your Environment with Azure DevOps and ARM Templates
  20. 18. Deploy ARM Templates Using GitHub Actions
  21. 19. Project Bicep
  22. Back Matter