Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Advanced Serverless Architectures with Microsoft Azure
Rating: 3.5 out of 5(7 ratings)
67 students

Advanced Serverless Architectures with Microsoft Azure

Build complex, observable, and fault-tolerant serverless systems easily on Microsoft Azure.
Last updated 7/2019
English
English [Auto],

What you'll learn

  • Understand what true serverless architecture is
  • Study how to extend and scale architectures until they become ‘complex'
  • Implement durable functions in your design
  • Improve the observability of your serverless architecture
  • Implement security solutions using serverless services
  • Learn how to ‘practice' chaos engineering in production

Course content

6 sections32 lectures2h 54m total length
  • Course Overview1:57

    This course will redefine your experience of designing serverless systems. It shows you how to tackle challenges of varying levels, not just straightforward ones. By the end of this course, you will have developed the skills you need to build and maintain increasingly complex systems that match evolving platform requirements.

  • Lesson Overview1:10

    This lesson will cover the main components that are required to make a complete serverless architecture, beyond the FaaS components (Azure Functions).

  • Function-as-a-Service with a Simple HTTP Trigger6:28

    The core component of any serverless architecture is the Function-as-a-Service. The idea of any Function-as-a-Service is basically this: you write your code, send it to your cloud provider, and they handle every aspect of making that available to yourself and your customers.

  • Serverless Database with Cosmos DB2:25

    Most applications need a data persistence layer. The most performant and scalable database with no management on Azure is Cosmos DB. It's the best database available for a serverless architecture, especially as serverless functions can quickly expose scaling issues in conventional databases with their instant and infinite scaling.

  • Serverless Websites with Azure Storage21:05

    The final component of the basic serverless architecture is a client frontend. The most common one is web-based, but obviously mobile apps or chatbots are also used. We will be using a web-based frontend in this course.

  • Lesson Summary0:34

    Let us summarize what we learned from this lesson.

  • Test Your Knowledge

Requirements

  • Familiarity with the C# syntax and Azure Functions and ARM templates will help you to benefit more from this course. Prior knowledge of basic front-end development, HTML, JS, CSS, and DevOps is beneficial but not essential. Some DevOps knowledge is also beneficial but not essential.

Description

Advanced Serverless Architectures with Microsoft Azure redefines your experience of designing serverless systems. It shows you how to tackle challenges of varying levels, not just the straightforward ones. You'll be learning how to deliver features quickly by building systems, which retain the scalability and benefits of serverless.

You'll begin your journey by learning how to build a simple, completely serverless application. Then, you'll build a highly scalable solution using a queue, load messages onto the queue, and read them asynchronously. To boost your knowledge further, the course also features durable functions and ways to use them to solve errors in a complex system. You'll then learn about security by building a security solution from serverless components. Next, you’ll gain an understanding of observability and ways to leverage application insights to bring you performance benefits. As you approach the concluding chapters, you’ll explore chaos engineering and the benefits of resilience, by actively switching off a few of the functions within a complex system, submitting a request, and observing the resulting behavior.

By the end of this course, you will have developed the skills you need to build and maintain increasingly complex systems that match evolving platform requirements.

About the Author

Daniel Bass is an author of Beginning Serverless Architectures with Microsoft Azure and a developer with a major financial services firm. His has own educational background includes first-class honors in Physics MSc from University College, London. He is a key member of the team that creates greenfield projects purely on Azure, utilizing a combination of serverless functions, web apps, and data lake analytics. He has designed solutions from scratch for ingesting complex information from legacy data sources using serverless functions, processing it using data lake analytics, and reforming it using serverless functions. His team actively develops serverless solutions and create their own releases, and he is completely familiar with both the release tooling and development tooling for Microsoft Azure. Daniel also has several years of experience as a tutor of GCSE and A-Level students, producing quality education support for students across a broad spectrum of age and ability. He enjoys teaching and sharing knowledge with others.

Sahil Malik is a trainer, Microsoft and iOS consultant, and the founder of Winsmarts. Sahil Malik, the founder, and principal of Winsmarts has been a Microsoft MVP for the past 10+ years, and an author and reviewer of many books and numerous articles in leading technology journals.

Who this course is for:

  • Advanced Serverless Architectures with Microsoft Azure is ideal if you want to build serverless systems with fewer outages and high performance using Azure.