Building Microservice REST APIs Using Azure Functions thumbnail
Engagement Presentation dev up 2022

Building Microservice REST APIs Using Azure Functions

Session details and resources for dev up 2022: Building Microservice REST APIs Using Azure Functions.

📅 June 7, 2022
🕐 8:30 AM CDT
📍 Imagination A

Thanks for attending Building Microservice REST APIs Using Azure Functions at dev up 2022!

Building Microservice REST APIs Using Azure Functions

The microservice pattern serves as an excellent practice in building modern applications to be more resilient and reduce dependencies across the multiple parts of a product. But generally, these involve complex web frameworks and containerization to get those benefits. But using Azure Functions, we can develop more concise services even quicker and get many of the benefits of serverless technology without lots of operational management. In this session, we’ll explore Azure Functions and see how they can be used to build out a microservice-based solution.

Learning Objectives

  • Understand the concepts and benefits of microservice architectures
  • Understand the benefits to using serverless technologies for high-performance REST APIs
  • See firsthand how to use serverless technologies to implement a microservice architecture