Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 4.48 KB

README.md

File metadata and controls

77 lines (62 loc) · 4.48 KB
services author level
ARM and Azure Pipeline
wviriya
200

FastTrack for Azure - How to deploy Azure service and infrastructure using ARM Template. Leverage Azure Pipeline for continuous deployment.

Synopsis:

"Zero to Hero with ARM and IaC" How to create an ARM Template from scratch and deploy it using CI/CD pipelines.

Who should attend:

  • I want to do Infrastructure as Code but don't know where to start.
  • My team keeps asking me to deploy infrastructure and various environments to Azure, and I do it manually.
  • I want to automate my infrastructure.

At the end of the session you should:

  • Understand the basic structure of an ARM Template
  • Be aware of the tools available to create and manage ARM Templates
  • Understand basic how to create and use simple Azure Pipelines

What are prerequisites:

  • Azure Subscription
  • Azure DevOps account
  • JSON (JavaScript Object Notation)
  • YAML Syntax
  • Git repository
  • Desire to learn

Where are your team

Automation Maturity

About this sample

This sample is a guide for learning basic ARM Template usage. The links in this document can you help better understand these services and tools.

Azure Resource Manager (ARM) Template

A native infra-as-code solution for managing Azure resources using a declarative programming paradigm.

Concepts

Authoring tools and helps

Tutorials

Other orchestrators

Terraform with Azure

Ansible wiht Azure