Azure Functions 101

Get introduced to serverless architecture on Azure with Azure Functions.

Architecture types

Traditionally, we deploy APIs on web servers in the cloud so they can do something after an HTTP, Web Socket, or RPC call. Historically, for .NET APIs, we had IIS and Kestrel web servers.

An API can have multiple endpoints, and in big companies, they are used to get the quite big, so-called monoliths.

Get hands-on with 1200+ tech skills courses.