Infrastucture as a Code - with ARM Templates and Powershell

All you need to know about ARM Templates and Automation with Azure / Powershell

Ratings: 3.67 / 5.00




Description

ARM Templates provides a common language for you to describe and  provision all the infrastructure resources in your cloud environment in azure.  Azure resource Manager allows you to use a simple text file to model and  provision, in an automated and secure manner, all the resources needed  for your applications across all regions and accounts. 

This course is designed to understand and master the techniques of writing ARM templates using JSON, 

This course emphasizes the usage of all cloud-formation features like.

  1. Resources

  2. Parameters

  3. Mappings

  4. Conditions

  5. MetaData

You will learn to author ARM Templates using JSON and use tools like notepad++ and visual studio to integrate the deployment to azure. Building infrastructure ( storage accounts, Virtual machines, networks ) will now become much easier with ARM templates.

Understand the use case of ARM templates and repeatable deployments with JSON + Powershell

What You Will Learn!

  • Students will be able to deploy infrastructure using json
  • Understand repeatable deployments using ARM templates and powershell
  • Learn how to manage and deploy Azure cloud resources using ARM templates
  • Automate Azure PaaS deployments using Azure ARM templates
  • Automate Azure IaaS deployments using Azure ARM templates

Who Should Attend!

  • Anyone who wishes to learn ARM templates / JSON
  • Learn infrastructure as a code .