Azure Functions University: Calling third-party REST APIs (.NET 6)

Опубликовано: 16 Февраль 2026
на канале: Serverless on Azure
7,173
66

Video for the Azure Functions University - Calling third-party REST APIs using .NET 6. The Azure Functions University GitHub repo: https://bit.ly/az-func-uni

The lessons on GitHub:
Basic: https://github.com/marcduiker/azure-f...
Advanced: https://github.com/marcduiker/azure-f...

(Apologies for my bad audio, I was using the wrong microphone :/ )

0:00 Intro
1:40 The GitHub repository & contributing
2:30 Calling 3rd party REST APIs & HTTP Client
5:45 Creating a default HTTP-triggered function app
10:32 Defining a third-party REST API
24:30 Adding custom API parameters
40:20 Using HttpHandlers & Pipelines
1:14:45 Closing