Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1005 Bytes

http-homework-dotnet6.md

File metadata and controls

30 lines (20 loc) · 1005 Bytes

HTTP Trigger Homework, make a resume API (.NET 6)

Goal 🎯

The goal of this homework assignment is for you to use the knowledge gained in the HTTP Trigger lesson and get hands-on.

Assignment

Create an Azure Function with HTTP trigger that returns your resume information in JSON. Here's an example of the output:

{
    "name": "Marc Duiker",
    "website": "https://linktr.ee/marcduiker",
    "country": "The Netherlands",
    "skills": ".NET, Azure, pixelart",
    "currentRole": "Developer Advocate at Ably"
}

Resources

Share

Please share your solutions on LinkedIn and Twitter using the #AzFuncUni hashtag and mention me. I'd would love to see it!

@marcduiker