SlideShare a Scribd company logo
Code and
Deploy Angular
to the Cloud
Prereq
▪ angular-cli
▪ Npm install -g
@angular/cli
▪ Create a new
app
▪ docker
▪ Brew cask install
docker
▪ Docker pull
nginx:alpine
▪ Github Account
▪ CircleCI Account
▪ Azure Account
Simona Cotin
Cloud Dev Advocate
@simona_cotin
Asim Hussain
Cloud Dev Advocate
@jawache
Code and Deploy Angular to the Cloud
Code and Deploy Angular to the Cloud
CICD
Couldn’t
I
Care …
Dless?
Continuous Integration
Continuous Delivery
Code and Deploy Angular to the Cloud
Code and Deploy Angular to the Cloud
Scary
Scary
Not my job
Scary
Not my job
Mad terminal skills
Ingredients
Automation
Build
Deploy
Test
Code and Deploy Angular to the Cloud
DEMO
Can we do better?
Docker
Isolated Repeatable
Docker
DEMO
So how do we deploy?
Create a custom
Docker Image
Dockerfile
FROM nginx:alpine
LABEL author="Simona Cotin"
COPY ./dist /usr/share/nginx/html
EXPOSE 80 443
ENTRYPOINT ["nginx","-g","daemon off;"]
$ docker build -t simonaco.azurecr.io/angular-cli-nginx:1.0 .
Tag Repository
Image name
Version
Build
Context
Azure Container Registry
Docker
Private
Registry
Deploy
Azure container registry
Azure App Service
Fully
managed
platform
Autoscaling
Load
balancing
Azure app service
Steps
$ docker build -t simonaco.azurecr.io/
angular-cli-nginx:1.0 .
$ docker login —username <your-username>
—password <your-password>
$ docker push simonaco.azurecr.io/angular-
cli-nginx:1.0
DEMO
Code and Deploy Angular to the Cloud
Code and Deploy Angular to the Cloud
Simona Cotin
Cloud Dev Advocate
@simona_cotin
Asim Hussain
Cloud Dev Advocate
@jawache
Resources
▪ https://github.com/simonaco/awesome-app
▪ https://www.ng-conf.org/build-deploy-angular-cloud/
▪ https://youtu.be/61AgaccL9V8
▪ https://azure.microsoft.com/services/container-registry/
▪ https://docs.microsoft.com/en-us/azure/app-service/
containers/
▪ https://circleci.com/

More Related Content

PPTX
Multi-stage Docker builds to make building easy!
PDF
Testing as a container
PDF
Docker Tooling for Eclipse
PPTX
#SDD2017 - Modernizing .NET Apps with Docker
PPTX
#dddsw - Modernizing .NET Apps with Docker
PPTX
Cloud+Data Next: Mashing Linux and Windows Containers
KEY
How To Make A Framework Plugin That Does Not Suck
PPTX
Docker on Windows and Linux - Red Shirt Dev Tour
Multi-stage Docker builds to make building easy!
Testing as a container
Docker Tooling for Eclipse
#SDD2017 - Modernizing .NET Apps with Docker
#dddsw - Modernizing .NET Apps with Docker
Cloud+Data Next: Mashing Linux and Windows Containers
How To Make A Framework Plugin That Does Not Suck
Docker on Windows and Linux - Red Shirt Dev Tour

What's hot (20)

PDF
Getting started with Angular CLI
PDF
Using Minikube for Node.js development
PDF
The Tale of 2 CLIs - Ember-cli and Angular-cli
PDF
Zalenium - SeleniumConf Austin 2017
PDF
Jenkins with Heroku
PDF
До чого прикладати Docker в Android? - UA Mobile 2019
PPT
Dockerising Appium : London Appium Meetup
PDF
Cross-platform Desktop application with AngularJS and build with Node-webkit
PDF
"Workstation Up" - Docker Development at Flow by Mike Roth
PPTX
AWS CodeDeploy - basic intro
PDF
slide-dnrdw
PPTX
Windows Containers and Docker: Why You Should Care
PPTX
Understand immutable infrastructure, what? Why? How? - Meta-Meetup DEVOPS NIGHT
PPTX
Ignite docker
ODP
iOS Developers Conference-iOS Automation with Cucumber, Appium and Saucelabs
PDF
Docker for Integration Testing
PPTX
Gdg ionic 2
PDF
DevOps Workflow: A Tutorial on Linux Containers
PPTX
Hybrid app development frameworks
PDF
Tame your test environment with Docker Compose
Getting started with Angular CLI
Using Minikube for Node.js development
The Tale of 2 CLIs - Ember-cli and Angular-cli
Zalenium - SeleniumConf Austin 2017
Jenkins with Heroku
До чого прикладати Docker в Android? - UA Mobile 2019
Dockerising Appium : London Appium Meetup
Cross-platform Desktop application with AngularJS and build with Node-webkit
"Workstation Up" - Docker Development at Flow by Mike Roth
AWS CodeDeploy - basic intro
slide-dnrdw
Windows Containers and Docker: Why You Should Care
Understand immutable infrastructure, what? Why? How? - Meta-Meetup DEVOPS NIGHT
Ignite docker
iOS Developers Conference-iOS Automation with Cucumber, Appium and Saucelabs
Docker for Integration Testing
Gdg ionic 2
DevOps Workflow: A Tutorial on Linux Containers
Hybrid app development frameworks
Tame your test environment with Docker Compose
Ad

Similar to Code and Deploy Angular to the Cloud (20)

PDF
Deploy Angular to the Cloud (ngBucharest)
PDF
Experts Live Europe 2017 - Why you should care about Docker - an introduction
PDF
ContainerDayVietnam2016: Dockerize a small business
PDF
Set up a Development Environment in 5 Minutes
PPTX
PDF
Build, Deploy and Run Node Js Application on Azure using Docker
PPTX
[20200720]cloud native develoment - Nelson Lin
PPTX
Containerize development
PDF
DCSF 19 Building Your Development Pipeline
PDF
Production sec ops with kubernetes in docker
PPTX
How to Dockerize your Sitecore module
PDF
Kubernetes security
PDF
Docker Meetup San Francisco: Radical Agility with Docker & AWS
PDF
Docker Containers: Developer’s experience and building robust developer envir...
PPTX
vodQA(Pune) 2018 - Docker in Testing
PDF
How to create your own hack environment
PDF
Docker 進階實務班
PDF
廣宣學堂: 容器進階實務 - Docker進深研究班
PDF
Experts Live Europe 2017 - VSTS / TFS automated Release Pipelines for Web App...
PDF
Developing and deploying applications with Spring Boot and Docker (@oakjug)
Deploy Angular to the Cloud (ngBucharest)
Experts Live Europe 2017 - Why you should care about Docker - an introduction
ContainerDayVietnam2016: Dockerize a small business
Set up a Development Environment in 5 Minutes
Build, Deploy and Run Node Js Application on Azure using Docker
[20200720]cloud native develoment - Nelson Lin
Containerize development
DCSF 19 Building Your Development Pipeline
Production sec ops with kubernetes in docker
How to Dockerize your Sitecore module
Kubernetes security
Docker Meetup San Francisco: Radical Agility with Docker & AWS
Docker Containers: Developer’s experience and building robust developer envir...
vodQA(Pune) 2018 - Docker in Testing
How to create your own hack environment
Docker 進階實務班
廣宣學堂: 容器進階實務 - Docker進深研究班
Experts Live Europe 2017 - VSTS / TFS automated Release Pipelines for Web App...
Developing and deploying applications with Spring Boot and Docker (@oakjug)
Ad

More from Simona Cotin (18)

PDF
Tips and tricks on how to stand out with your bio and talk abstract
PDF
Serverless at the end of the Universe
PPTX
Tech Roadmap
PPTX
Build scalable APIs using GraphQL and Serverless
PPTX
Pwa, are we there yet?!
PPTX
Intro GraphQL
PPTX
Build Nodejs APIs using Serverless
PPTX
PWAs, are we there yet?!
PDF
Doppelganger - ng-conf
PDF
Build a look alike engine with machine learning and Angular
PDF
Hop on the serverless adventure - International Javascript London
PPTX
Build progressive web apps with Angular
PPTX
State management with ngRX
PDF
Build and Deploy Angular to the Cloud
PPTX
Serverless adventure tooling
PDF
Deploy Angular to the Cloud
PDF
From Angular to React and back again
DOCX
Music Finder
Tips and tricks on how to stand out with your bio and talk abstract
Serverless at the end of the Universe
Tech Roadmap
Build scalable APIs using GraphQL and Serverless
Pwa, are we there yet?!
Intro GraphQL
Build Nodejs APIs using Serverless
PWAs, are we there yet?!
Doppelganger - ng-conf
Build a look alike engine with machine learning and Angular
Hop on the serverless adventure - International Javascript London
Build progressive web apps with Angular
State management with ngRX
Build and Deploy Angular to the Cloud
Serverless adventure tooling
Deploy Angular to the Cloud
From Angular to React and back again
Music Finder

Recently uploaded (20)

PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Cloud computing and distributed systems.
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
Mobile App Security Testing_ A Comprehensive Guide.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
20250228 LYD VKU AI Blended-Learning.pptx
cuic standard and advanced reporting.pdf
Electronic commerce courselecture one. Pdf
Programs and apps: productivity, graphics, security and other tools
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
The AUB Centre for AI in Media Proposal.docx
Review of recent advances in non-invasive hemoglobin estimation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Building Integrated photovoltaic BIPV_UPV.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Big Data Technologies - Introduction.pptx
Empathic Computing: Creating Shared Understanding
Understanding_Digital_Forensics_Presentation.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Cloud computing and distributed systems.
MYSQL Presentation for SQL database connectivity
Reach Out and Touch Someone: Haptics and Empathic Computing

Code and Deploy Angular to the Cloud