This is a practical C# Azure Functions tutorial. In this video I create the Email Queue Trigger and show you how to deploy to azure portal.
If you want to support me, I like coffee ☕ https://ko-fi.com/billytech
Part 1:
https://youtu.be/tZf1zR07yfw
The Code:
https://github.com/billyctech/AzureFunctionsQueueTrigger
Previous Video about Azure Storage Explorer:
https://www.youtube.com/watch?v=-sCKnOm8G_g
Download Storage Explorer:
https://azure.microsoft.com/en-ca/features/storage-explorer/
Queue Microsoft
https://docs.microsoft.com/en-us/azure/storage/queues/storage-dotnet-how-to-use-queues
Compress String
https://stackoverflow.com/questions/7343465/compression-decompression-string-with-c-sharp
gmail smtp
https://www.arclab.com/en/kb/email/how-to-enable-imap-pop3-smtp-gmail-account.html
Configuration
https://blog.jongallant.com/2018/01/azure-function-config/