• Stars
    star
    383
  • Rank 111,453 (Top 3 %)
  • Language
    C#
  • License
    Other
  • Created almost 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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 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.

Lessons

Lesson .NET Core .NET 6 Typescript PowerShell Python Contributions by
Prerequisites βœ” βœ” βœ” βœ” βœ” Marc, Gwyneth, Barbara, Christian, Dana
HTTP Trigger βœ” βœ” βœ” βœ” (VS Code),
βœ” (Portal)
βœ” Marc, Gwyneth, Barbara, Caroline, Christian, Dana
Calling 3rd party REST APIs with Refit - βœ” - - - Maxime, Marc
Advanced scenarios with Refit - βœ” - - - Maxime
Blob Trigger & Bindings βœ” - βœ” - - Marc, Gwyneth, Christian
Queue Trigger & Bindings βœ” - - - - Marc
Table Bindings βœ” - - - - Marc
Deployment to Azure βœ” βœ” - - βœ” Marc, Dana
Cosmos DB Trigger & Bindings βœ” - - - - Gabriela, Marc
Durable Functions I - - βœ” - - Christian, Marc
Durable Functions II - - βœ” - - Christian, Marc
Configuration βœ” - - - - Stacy, Marc

Contribute

Want to contribute? We have a guide!

Discussions

Do you have questions or ideas how to improve this project? Join the discussions here on GitHub!

License

Please check our LICENSE.md.

More Repositories

1

demos-azure-durable-functions

This repo contains a .NET solution which is part of a blog post series about Azure Durable Functions. It also serves as demo material for some of my presentations and Youtube videos.
C#
41
star
2

speaker-buddy

This repository describes the Speaker Buddy System, an approach for conference speakers and organizers, to increase speaker confidence, and ensure a smooth speaker experience, before, during and after a speaking session.
26
star
3

durable-functions-use-cases

Real life use cases for using Durable Functions
C#
26
star
4

building-a-resilient-workflow-with-durable-functions

A demo project to be used for hands-on labs for explaining the concepts behind Durable Functions.
C#
26
star
5

az-func-updates

This repo contains the code that powers the Function App behind the Azure Functions Updates Twitterbot.
C#
12
star
6

weekly-pixelart-challenge

This repo contains challenges, examples and resources for #LearnPixelArt.
11
star
7

staticwebapp-vue-vite

A template repository / quick start to build Azure Static Web Apps with a Node.js function. It uses Vue.js v3, Vue Router, Vuex, and Vite.js.
JavaScript
7
star
8

azure-functions-ascii-art

<⚑>
7
star
9

pico-8-games

Lua
5
star
10

azure-functions-java-workshop

Java
5
star
11

demos-serverless-architectures-functions

Demo solution to showcase how to use Azure Functions and storage queues in a serverless environment.
C#
5
star
12

durable-functions-snippets

VS & Rider code snippets/templates for orchestration client, orchestrator and activity functions.
Vim Snippet
5
star
13

obs-profiles

Profiles and scenes for OBS that I used for ServerlessDays
2
star
14

marcduiker

2
star
15

functionapp-deployment

Sample project to demonstrate Function App deployment using GitHub Actions.
C#
2
star
16

marcduiker.github.io

Repo for my personal blog
HTML
2
star
17

genuary

Repo for my contributions to https://genuary.art/
JavaScript
1
star
18

25daysofserverless2019

C#
1
star
19

demos-serverless-persistence

Repository with demos for my talk 'Persistence in Serverless Applications'
C#
1
star
20

intro-to-serverless-3

JavaScript
1
star
21

Powershell-Scripts

Repository of Powershell scripts which I find useful.
PowerShell
1
star
22

warmstart-website

Website for warmstart.org
1
star
23

serverless-postcards

1
star
24

demos-complex-workflows

C#
1
star
25

animated-pixel-art

1
star
26

intro-to-serverless-pro-max

JavaScript
1
star
27

xebia-webinar-week-azurefunctions

C#
1
star
28

planning-poker

HTML
1
star
29

serverless-parking

Demo application for a serverless parking application that determines if a car can enter a parking garage.
1
star
30

blazor-starter-demo

HTML
1
star
31

dapr-aspire-pubsub

C#
1
star
32

demos-durable-task-analyzer

Demo project to show the functionality of the Durable Task Roslyn Analyzer.
C#
1
star