SlideShare a Scribd company logo
Azure deployments and ARM templates
What is DevOps
Azure deployments and ARM templates
http://www.itproguy.com/devops-practices
Infrastructure as Code
“Infrastructure as code is the approach to
defining computing and network
infrastructure through source code that can
then be treated just like any software
system.”
Martin Fowler
https://martinfowler.com/bliki/InfrastructureAsCode.html
Azure Resource Manager
API ENDPOINT (MANAGEMENT.AZURE.COM)
ACTIVITY LOGS, ACCESS CONTROL, POLICY, LOCKS,
TEMPLATE ENGINE, DEPLOYMENTS, RESOURCE GROUP
PROVIDER CONTRACT (RPC)
RESOURCE
PROVIDERS
Data
Plane
Control
Plane
Clients
The big picture
Demo
AZURE PORTAL
A service that supplies the resources you can
deploy and manage through Resource Manager.
Each resource provider offers operations for
working with the resources that are deployed.
Resource Provider
Resource Providers from PowerShell
a Resource Provider
might be registered
to your subscription
Imperative
v.s.
Declarative
Imperative Declarative
vs
Example: creating a Storage Account
PowerShell
Az Cli 2.0
Terraform
Empty ARM Template
Example: creating a Storage Account (cont.)
ARM Template
How to deploy an ARM template
PowerShell
Az Cli 2.0
One more (imperative) example:
How to develop an ARM template
Visual Studio Code Visual Studio Azure Portal
Azure deployments and ARM templates
Azure deployments and ARM templates
Quickstarts
templates
on GitHub
Visualize ARM
templates on
armviz.io
How to test an ARM template
https://blog.mexia.com.au/testing-arm-templates-with-pester
https://blogs.technet.microsoft.com/stefan_stranger/2017/08/02/testing-
azure-resource-manager-template-functions/
Some more examples:
template1a.json
template1b.json
template1c.json
template1.json
A template can reference
other templates
template1.json
You can split a template into different
(cross-dependent) templates
template1a.json template1b.json
= +
Simplified json
with Azure
building blocks
https://github.com/mspnp/template-building-blocks/wiki
Simplified json with building blocks
This example does the following:
• Deploys 3 VMs in an Availability Set
• Enables diagnostics
• Uses managed OS Disks
• Uses Windows Server 2016
• Creates Public IP for each VM
Configuration Management
(Automation)
VM Extensions for Configuration Management
CHEF
PUPPET
Custom Script
PowerShell DSC
Example: PowerShell DSC Configuration
Example
DSC Extension
for Linux in
ARM Template
Example
Custom script
extension
(Linux)
cat script.sh | base64 -w0
Embedding a script in the template
https://open.microsoft.com/2018/05/23/immutable-infrastructure-azure-vsts-terraform-packer-ansible/
Building an immutable
infrastructure with VSTS,
Terraform, Packer and
Ansible
Multi-environment
Templates
List of possible enviroments
Each environment
has the same set of
properties
How to handle
multiple
environments
in the same
template
testvm1-nic,
testvm2-nic,
…
Get the first usable IP in the
subnet (i.e. 10.25.60.36)
10.25.6011
8
11 – (8+1) = 29
32
35
10.25.60.36, 10.25.60.37, ….
•User defined functions in templates
•Subscription based deployments
 Deploy subscription-level resources
 Role definitions
 Role assignments
•Rollback
 To previous deployment on fail
(Next) improvements in ARM Templates
ARM Template
Terraform
OSS RP
Resource
• As an ARM resource
• Sign up for private preview:
https://aka.ms/tfossrp
Terraform config
TF Azure
Resource
TF Azure
module
Make Azure a first class provider in Terraform
• Increased Azure resource coverage
• More TF Azure modules
(Next) Improved Terraform Support
DevOps Books
Thank You

More Related Content

PPTX
Microsoft Azure Platform-as-a-Service (PaaS)
PDF
Azure 101
PPTX
Cloud Computing and Microsoft Azure
PPTX
High Availability in Microsoft Azure
PPTX
Introduction to Microsoft Azure
PPTX
What is AWS?
PDF
Azure ARM Template
PDF
AWS Black Belt Tech シリーズ 2015 - AWS CloudFormation
Microsoft Azure Platform-as-a-Service (PaaS)
Azure 101
Cloud Computing and Microsoft Azure
High Availability in Microsoft Azure
Introduction to Microsoft Azure
What is AWS?
Azure ARM Template
AWS Black Belt Tech シリーズ 2015 - AWS CloudFormation

What's hot (20)

PDF
클라우드를 활용한 기업 가치 극대화- 방희란 AWS시니어 어카운트 매니저/ 정재표, 대한항공ERP 재무담당 과장:: AWS Summit...
PDF
AWS Black Belt Online Seminar 2017 AWS X-Ray
PDF
Cloud Foundryで学ぶ、PaaSのしくみ講座
PPTX
Virtualization, Containers, Docker and scalable container management services
PPTX
Azure Bicep for Developers
PDF
AWS와 부하테스트의 절묘한 만남 :: 김무현 솔루션즈 아키텍트 :: Gaming on AWS 2016
PDF
Microsoft Azure Overview | Cloud Computing Tutorial with Azure | Azure Traini...
PPTX
An Intrudction to OpenStack 2017
PPTX
Azure serverless architectures
PPTX
Introduction to Microsoft Azure
PDF
 Introduction google cloud platform
PDF
AWS Black Belt Online Seminar 2017 Deployment on AWS
PPTX
Virtual Machine
PDF
Azure stack all you need to know
PDF
AWS
PPTX
Azure Stack Fundamentals
PDF
Microsoft Azure Overview - Japanses version
PPTX
Microsoft Azure - Introduction
PDF
AWS Black Belt Online Seminar 2017 AWS OpsWorks
PDF
【de:code 2020】 Azure Red hat OpenShift (ARO) によるシステムアーキテクチャ構築の実践
클라우드를 활용한 기업 가치 극대화- 방희란 AWS시니어 어카운트 매니저/ 정재표, 대한항공ERP 재무담당 과장:: AWS Summit...
AWS Black Belt Online Seminar 2017 AWS X-Ray
Cloud Foundryで学ぶ、PaaSのしくみ講座
Virtualization, Containers, Docker and scalable container management services
Azure Bicep for Developers
AWS와 부하테스트의 절묘한 만남 :: 김무현 솔루션즈 아키텍트 :: Gaming on AWS 2016
Microsoft Azure Overview | Cloud Computing Tutorial with Azure | Azure Traini...
An Intrudction to OpenStack 2017
Azure serverless architectures
Introduction to Microsoft Azure
 Introduction google cloud platform
AWS Black Belt Online Seminar 2017 Deployment on AWS
Virtual Machine
Azure stack all you need to know
AWS
Azure Stack Fundamentals
Microsoft Azure Overview - Japanses version
Microsoft Azure - Introduction
AWS Black Belt Online Seminar 2017 AWS OpsWorks
【de:code 2020】 Azure Red hat OpenShift (ARO) によるシステムアーキテクチャ構築の実践
Ad

Similar to Azure deployments and ARM templates (20)

PPTX
Weave User Group Talk - DockerCon 2017 Recap
PPTX
Infrastructure as code, using Terraform
PPTX
Dockerization of Azure Platform
PPTX
Scheduled Retweets Using AWS Lambda
PPTX
Auto Retweets Using AWS Lambda
PDF
MuleSoft Surat Meetup#42 - Runtime Fabric Manager on Self Managed Kubernetes ...
PPTX
Delivering High-Availability Web Services with NGINX Plus on AWS
PPT
Cloud ppt
PPTX
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
PPTX
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
PPTX
Introduction to Microsoft Azure 101
PPT
Linux containers and docker
PPTX
Azure Day 2.pptx
PPTX
What's New in Docker - February 2017
PPTX
Delivering IaaS with Open Source Software
PDF
OpenStack for VMware Administrators
PDF
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
PDF
Microservice and Service Fabric talk
PPTX
Net core microservice development made easy with azure dev spaces
PPTX
Oscon 2017: Build your own container-based system with the Moby project
Weave User Group Talk - DockerCon 2017 Recap
Infrastructure as code, using Terraform
Dockerization of Azure Platform
Scheduled Retweets Using AWS Lambda
Auto Retweets Using AWS Lambda
MuleSoft Surat Meetup#42 - Runtime Fabric Manager on Self Managed Kubernetes ...
Delivering High-Availability Web Services with NGINX Plus on AWS
Cloud ppt
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
Introduction to Microsoft Azure 101
Linux containers and docker
Azure Day 2.pptx
What's New in Docker - February 2017
Delivering IaaS with Open Source Software
OpenStack for VMware Administrators
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Microservice and Service Fabric talk
Net core microservice development made easy with azure dev spaces
Oscon 2017: Build your own container-based system with the Moby project
Ad

More from gjuljo (20)

PDF
Azure Monitoring Overview
PDF
Going serverless with azure functions
PPTX
Microsoft Azure Technical Overview
PDF
Chatbot development workshop with the Microsoft Bot Framework
PDF
Bot Revolution lab at Codemotion Milan 2016
PDF
DevOps in the Cloud with Microsoft Azure
PDF
Microservices Architecture: Labs
PDF
Microservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
PDF
IBM Business Connect 2015 - Bluemix Overview
PDF
FORUM PA 2015 - Microservices with IBM Bluemix
PDF
IBM Bluemix Introdution for Hackathons
PDF
IBM Bluemix Hackathon Accelerator
PPTX
IBM Bluemix and the Internet of Things - Workshop
PDF
Codemotion Rome 2015 IBM Bluemix and Docker
PDF
Codemotion Rome 2015 Bluemix Lab Tutorial
PPT
Codemotion Rome 2015 - Microservices with IBM Bluemix and DevOps Services
PDF
Hybrid Cloud with IBM Bluemix, Docker and Open Stack
PDF
InterConnect2015 ICP3222 A MDD Approach to Agile Development of IoT Applications
PDF
IBM Bluemix Tech Meetup 18-02-2015
PDF
IBM Bluemix saves the game
Azure Monitoring Overview
Going serverless with azure functions
Microsoft Azure Technical Overview
Chatbot development workshop with the Microsoft Bot Framework
Bot Revolution lab at Codemotion Milan 2016
DevOps in the Cloud with Microsoft Azure
Microservices Architecture: Labs
Microservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
IBM Business Connect 2015 - Bluemix Overview
FORUM PA 2015 - Microservices with IBM Bluemix
IBM Bluemix Introdution for Hackathons
IBM Bluemix Hackathon Accelerator
IBM Bluemix and the Internet of Things - Workshop
Codemotion Rome 2015 IBM Bluemix and Docker
Codemotion Rome 2015 Bluemix Lab Tutorial
Codemotion Rome 2015 - Microservices with IBM Bluemix and DevOps Services
Hybrid Cloud with IBM Bluemix, Docker and Open Stack
InterConnect2015 ICP3222 A MDD Approach to Agile Development of IoT Applications
IBM Bluemix Tech Meetup 18-02-2015
IBM Bluemix saves the game

Recently uploaded (20)

PDF
Advanced Soft Computing BINUS July 2025.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Empathic Computing: Creating Shared Understanding
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PPT
Teaching material agriculture food technology
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
KodekX | Application Modernization Development
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
cuic standard and advanced reporting.pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Unlocking AI with Model Context Protocol (MCP)
DOCX
The AUB Centre for AI in Media Proposal.docx
Advanced Soft Computing BINUS July 2025.pdf
NewMind AI Monthly Chronicles - July 2025
Spectral efficient network and resource selection model in 5G networks
Empathic Computing: Creating Shared Understanding
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Teaching material agriculture food technology
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
“AI and Expert System Decision Support & Business Intelligence Systems”
KodekX | Application Modernization Development
The Rise and Fall of 3GPP – Time for a Sabbatical?
cuic standard and advanced reporting.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Understanding_Digital_Forensics_Presentation.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
NewMind AI Weekly Chronicles - August'25 Week I
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
GamePlan Trading System Review: Professional Trader's Honest Take
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Unlocking AI with Model Context Protocol (MCP)
The AUB Centre for AI in Media Proposal.docx

Azure deployments and ARM templates