Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Migrating Applications to the Cloud with Azure

You're reading from   Migrating Applications to the Cloud with Azure Re-architect and rebuild your applications using cloud-native technologies

Arrow left icon
Product type Paperback
Published in Dec 2019
Publisher
ISBN-13 9781839217470
Length 494 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (7):
Arrow left icon
Amit Malik Amit Malik
Author Profile Icon Amit Malik
Amit Malik
Mohamed Waly Mohamed Waly
Author Profile Icon Mohamed Waly
Mohamed Waly
Stefano Demiliani Stefano Demiliani
Author Profile Icon Stefano Demiliani
Stefano Demiliani
Jason Marston Jason Marston
Author Profile Icon Jason Marston
Jason Marston
Sander Rossel Sander Rossel
Author Profile Icon Sander Rossel
Sander Rossel
Sjoukje Zaal Sjoukje Zaal
Author Profile Icon Sjoukje Zaal
Sjoukje Zaal
Sjoukje Zaal Sjoukje Zaal
Author Profile Icon Sjoukje Zaal
Sjoukje Zaal
+3 more Show less
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Planning Application Modernization FREE CHAPTER
2. Strategies for Application Modernization Using Azure 3. Building Your Application Migration Roadmap 4. Implementing Containerization and DevOps in a Development Cycle
5. Getting Started with Docker and Kubernetes 6. Deploying Highly Scalable Apps with Kubernetes 7. Modernizing Apps and Infrastructure with DevOps 8. Building a Web and Microservices Architecture on Azure
9. Designing Web Applications 10. Scalability and Performance 11. Building Microservices with Service Fabric 12. Going Serverless and Deploying to the Cloud
13. Building Scalable Systems with Azure Functions 14. Connecting to the Database 15. Managing and Deploying Your Code 16. Securing Your Azure Services 17. Planning for Security, Availability, and Monitoring
18. Diagnostics and Monitoring 19. Designing for High Availability and Disaster Recovery 20. Assessments 21. Other Books You May Enjoy

Web Apps for containers

Web Apps for containers is part of the Azure App Service on Linux. You can also run Windows containers on it, but at the time of writing this book, this feature is still in preview. It lets you easily deploy and scale your own Docker-formatted images based on Linux distributions on Azure. Docker is based on open standards, which means it can run on all major Linux distributions and Windows Server 2016. 

Docker containers are lightweight sandboxes on top of your OS. When your application is deployed inside a Docker container, the app cannot see or access all the other applications or processes that are running on the same OS. You can compare this to creating different VMs to host different types of workloads or applications, but without the overhead of the virtualization itself. Docker containers also share the same OS and infrastructure, whereas...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime