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

Creating Azure Functions in Visual Studio

So far, we have only created functions in the Azure portal, but this isn't ideal. First, the portal doesn't provide proper tools for writing complex code. Second, your code isn't included in source control. Third, your code isn't covered in unit tests and automated builds. Finally, you can never deploy your functions to other environments through continuous deployment. So, while it's nice for simple use cases, try to avoid creating functions in the portal and use Visual Studio instead.

Now, we are going to create our functions using Visual Studio 2017. To follow along with these examples, you need to have the Visual Studio Azure development workload installed, which you can select when you install or modify Visual Studio. To check whether you have it or not, open Visual Studio, create a new project, and look...

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