10
Building Serverless Nanoservices Using Azure Functions
In this chapter, you will be introduced to Azure Functions, which can be configured to only require server-side resources while they execute. They execute when they are triggered by an activity like a message sent to a queue or a file uploaded to Azure Storage, or at a regularly scheduled interval.
This chapter will cover the following topics:
- Understanding Azure Functions
- Building an Azure Functions project
- Responding to timer and resource triggers
- Publishing an Azure Functions project to the cloud
- Cleaning up Azure Functions resources
Understanding Azure Functions
Azure Functions is an event-driven serverless compute platform. You can build and debug locally and later deploy to Microsoft ...
Get Apps and Services with .NET 8 - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.