Building a Serverless REST API With Azure Functions From Scratch
Codewrinkles Codewrinkles
27.8K subscribers
36,704 views
856

 Published On Apr 16, 2023

Building a serverless REST API with Azure Functions is a good exercise to get familar with all the ins and outs of Azure Functions. In this video we go from depth to depth by implementing complete CRUD operations for a REST API running 100% on Azure Functions. This setup allows us to go deeper into topics like function workers, dependency injection in Azure functions, using EF Core in Azure function, securing secrets via Azure Key Vault and much more. Make sure to not miss it!

Join this channel to get source code access and other perks:
   / @codewrinkles  


Content:
1. Intro: 00:00
2. Create Azure Function App: 01:30
3. In process vs islolated Azure Functions: 02:16
4. Finalizing Azure Function App creation: 03:12
5. Azure Functions and Azure Key Vault: 04:09
6. Create Azure Functions Project: 05:06
7. Azure Functions settings: 05:56
8. Installing NuGet packages: 07:50
9. Create Product and DbContext: 09:12
10. Dependency injection in Azure Functions: 10:55
11. Creating API endpoints in Azure Functions: 14:03
12. Azure Functions Authorization Level: 15:16
13. Azure Functions HttpTrigger: 17:31
14. Working with Http requests in Azure Functions: 18:55
15. Implementing remaining endpoints: 21:27
16. Debugging Azure Functions locally: 25:10
17. Deploy Azure Functions: 26:11

show more

Share/Embed