Email the Author
You can use this page to email Ravikanth Chaganti about Azure Bicep - Zero to Hero.
About the Book
Many are struggling to make ends meet ever since the pandemic started. Therefore, I decided that all proceeds from this book will go to charity.
Azure Resource Manager (ARM) brought in a new deployment model to Microsoft Azure. Unlike the classic deployment model, ARM looks at groups of resources and manages the life cycle of these resource groups from end to end. ARM simplified how you built and managed services on Azure. Along with the ARM deployment model, Microsoft also introduced a new way of provisioning Azure services through Azure Resource Manager templates. These templates are based on JSON data representation and provided a declarative way to define your Azure infrastructure. ARM templates offer a great way to automate infrastructure provisioning and integrate well into the infrastructure as code practices. However, using JSON data representation for ARM template language makes it too complex to read and write more extensive infrastructure definitions. For users getting started with Azure infrastructure deployments, this can be a nightmare.
Enter Azure Bicep. Bicep language is a transparent abstraction over ARM template language. Azure Bicep templates traspile to ARM JSON templates. Bicep language is easy to learn and very simple to read and write. Being a transparent abstraction on top of ARM templates, Bicep supports the same resource types and properties. By building on top of resource specification API as the backend, Bicep enables day-zero support for any new resource introduced as an Azure service.
This book focuses on deploying and managing Azure infrastructure with Bicep and covers everything that you need to know right from basics to the advanced usage of Bicep language to create complex Azure infrastructure configurations and implementing continuous pipelines for your Azure infrastructure configurations.
About the Author
Ravikanth is a technologist in the Infrastructure Solutions Group at Dell EMC. He has over 20 years of experience in enterprise data center management, networking, server virtualization, software-defined storage, private/hybrid/public cloud architectures, and infrastructure automation. He is an automation fanatic and works with PowerShell, Python, and Go. He is a well-known member of the PowerShell community and is the lead of Bangalore IT Pro and PowerShell Bangalore User Groups. Ravikanth is also the organizer of PowerShell Conference Asia. Ravikanth is a multi-year recipient of Microsoft MVP award and he is a published author specializing in DevOps and Infrastructure As Code.