Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Azure Serverless Computing Cookbook

You're reading from   Azure Serverless Computing Cookbook Build applications hosted on serverless architecture using Azure Functions

Arrow left icon
Product type Paperback
Published in Aug 2017
Publisher Packt
ISBN-13 9781788390828
Length 332 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Praveen Kumar Sreeram Praveen Kumar Sreeram
Author Profile Icon Praveen Kumar Sreeram
Praveen Kumar Sreeram
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Title Page
Credits
Foreword
About the Author
About the Reviewer
Acknowledgments
www.PacktPub.com
Customer Feedback
Preface
1. Accelerate Your Cloud Application Development Using Azure Function Triggers and Bindings 2. Working with Notifications Using SendGrid and Twilio Services FREE CHAPTER 3. Seamless Integration of Azure Functions with Other Azure Services 4. Understanding the Integrated Developer Experience of Visual Studio Tools for Azure Functions 5. Exploring Testing Tools for the Validation of Azure Functions 6. Monitoring and Troubleshooting Azure Serverless Services 7. Code Reusability and Refactoring the Code in Azure Functions 8. Developing Reliable and Durable Serverless Applications Using Durable Functions 9. Implement Best Practices for Azure Functions
10. Implement Continuous Integration and Deployment of Azure Functions Using Visual Studio Team Services

Testing and troubleshooting Durable Functions


In all our previous chapters, we have discussed various ways of testing the Azure Functions. We can test the Durable Functions with the same set of tools. However the testing approach is entirely different because of its features and the way it works.

In this recipe, we will learn few of the essential things that one should be aware of while working with Durable Functions.

Getting ready

Please install the following if you haven't installed them yet:

How to do it...

  1. Navigate to the code editor of the HttpStart function and grab the URL by clicking on the </>Get function URL and replace the {functionName} template value with DurableFuncManager
  2. Let's make a POST request using Postman as shown in the following screenshot:
  1. Once you click on the Send button you will get a response with the following:
    • Instance ID
    • URL for retrieving the status of the function...
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 €14.99/month. Cancel anytime
Visually different images