Click here to Skip to main content
15,881,172 members
Articles / DevOps

Creating a Complete Serverless Cloud Native Application on Azure

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
13 Apr 2021CPOL7 min read 5.1K   8  
In this article, we'll demonstrate how to go a step further by building a complete Cloud Native application consisting of several Azure Functions-hosted microservices.
Using both serverless functions and containers in a single Cloud Native app is a common use case, so here we aim to show readers how that looks in a real application to ensure we'll be teaching real-world skills they can use right away. We also discuss the limits of the serverless functions we've been using thus far.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Becoming a Veteran Cloud Native Developer in Node.js View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Hi! I'm a Solution Architect, planning and designing systems based in Denver, Colorado. I also occasionally develop web applications and games, as well as write. My blog has articles, tutorials and general thoughts based on more than twenty years of misadventures in IT.

Comments and Discussions

Becoming a Veteran Cloud Native Developer in Node.js