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 |
Logging | Contribute as author/presenter? | |||||
SignalR | Contribute as author/presenter? | |||||
EventGrid | Contribute as author/presenter? | |||||
Security | Contribute as author/presenter? | |||||
📝 | Contribute a new topic? |
All lessons are stand-alone, there's is no strict order in following them, although some lessons refer to others occasionally. We do suggest you start with the HTTP lesson since that requires the least setup.
Each lesson consist of the following:
- A YouTube video
- A markdown file with instructions. Best viewed on GitHub.
- An Azure Functions project with a working solution.
- CodeTour files to guide you through the solution. This requires the VSCode CodeTour extension.
*
- A VSCode workspace file that contains only the specific lesson folders and files you need.
*
Not all lessons have CodeTours yet.
When you want to use CodeTour or run the Function projects you need to clone this repo and open the (language specific) VSCode workspace file located in the workspaces/{language} folder.
Throughout the lesson exercises, you will find a few symbols and call-outs:
- 📝 Tip - A recommendation for further reading or investigation.
- 🔎 Observation - An observation to provide more context or deeper explanation.
- ❔ Question - A question which you should try to answer to get a better understanding of the material.