Search icon CANCEL
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
DevOps for Serverless Applications

You're reading from   DevOps for Serverless Applications Design, deploy, and monitor your serverless applications using DevOps practices

Arrow left icon
Product type Paperback
Published in Sep 2018
Publisher Packt
ISBN-13 9781788623445
Length 264 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Shashikant Bangera Shashikant Bangera
Author Profile Icon Shashikant Bangera
Shashikant Bangera
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Introducing Serverless FREE CHAPTER 2. Understanding Serverless Frameworks 3. Applying DevOps to AWS Lambda Applications 4. DevOps with Azure Functions 5. Integrating DevOps with IBM OpenWhisk 6. DevOps with Google Functions 7. Adding DevOps Flavor to Kubeless 8. Best Practices and the Future of DevOps with Serverless 9. Use Cases and Add-Ons 10. DevOps Trends with Serverless Functions 11. Other Books You May Enjoy

Azure Functions add-ons


In DevOps, it is very important to make sure development is smoother and faster and that we deploy bug-free applications to production. It is possible if we can develop, debug, and test the application locally. But with respect to Azure functions, to test and debug the functions, we need to deploy it on the Azure Cloud each time. The good news is that, like AWS Lambda, Azure functions can be debugged and tested locally by means of the Azure functions core tools .

With Azure functions tools, we can create, develop, test, run, and debug the Azure functions locally. They can be installed on Windows, macOS, and Linux.  We can visit the GitHub link for how to set them up: https://github.com/Azure/azure-functions-core-tools

After, we have installed the tools, we need to first create thecreate function app. By default, this will also create a local Git repository that can skipped by passing a parameter, -n:

$ mkdir my-local-azure-function
$ cd my-local-azure-function
$ func...
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