Error Handling in Azure Functions

Learn how to handle errors in Azure Functions so they don’t cause serious system failures.

We'll cover the following

While Azure infrastructure is capable of dealing with the failures in the function app host, it’s up to us to handle the errors inside the functions. This is what we will cover in this lesson. We will do so with the help of the interactive playground below, which contains various examples of how we can handle errors:

Get hands-on with 1200+ tech skills courses.