Skip to content

Repository with training material to learn all about Azure Functions <⚡>

License

Notifications You must be signed in to change notification settings

willvelida/azure-functions-university

 
 

Repository files navigation

Azure Functions University

Zappy student

Welcome to Azure Functions University! 🎓

This repository contains everything you need to learn about Azure Functions <⚡> and complements the learning videos made by Marc and an amazing group of contributors!

You can:

Introduction to Serverless

"Worry about servers, less."

That's the promise of serverless. There are still servers involved, but you don't have to worry about them as much. You can focus on writing code that delivers value for you and your business.

Common aspects of serverless are:

  • Pay as you go
  • Automatic scaling
  • Event-driven (for serverless compute)

These aspects make it very attractive for both small and large organizations to move to serverless.

The Azure cloud contains many services which are considered serverless. There's serverless storage, such as CosmosDB and Blob Storage, and there's serverless compute services such as Azure Functions and Logic Apps.

These are just a few of the many serverless solutions available in Azure.

Azure Functions

Azure Functions is an event-driven serverless compute platform in the Azure cloud. It integrates seamlessly with many other Azure services through triggers and bindings which we'll cover in great depth in the lessons.

Contribute

Want to contribute? We have a guide!

License

Please check our LICENSE.md.

About

Repository with training material to learn all about Azure Functions <⚡>

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 51.8%
  • TypeScript 41.1%
  • PowerShell 7.1%