The goal of this homework assignment is for you to use the knowledge gained in the HTTP Trigger lesson and get hands-on.
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"
}
- Solution can be found here, try to accomplish it on your own first.
- How to Deploy to Azure with Visual Code
Please share your solutions on LinkedIn and Twitter using the #AzFuncUni hashtag and mention me. I'd would love to see it!