Hey everyone, create and test Azur Functions locally in VS Code and then deploy into Azure! Please make sure to read the description for the chapters and key information about this video and others. ⚠ P L E A S E N O T E ⚠ 🔎 If you are looking for content on a particular topic search the channel. If I have something it will be there! 🕰 I don't discuss future content nor take requests for future content so please don't ask 😇 🤔 Due to the channel growth and number of people wanting help I no longer can answer or even read questions and they will just stay in the moderation queue never to be seen so please post questions to other sites like Reddit, Microsoft Community Hub etc. 👂 Translate the captions to your native language via the auto-translate feature in settings! ua-cam.com/video/v5b53-PgEmI/v-deo.html for a demo of using this feature. Thanks for watching! 🤙
Oh I've been waiting for a video like this!! I've always found Azure functions a bit hard to get into as compared to AWS lambdas, but their integration with App service plans makes them so worth it!
Hey, nice demo John. I did something similar few weeks ago with an HTTP trigger: Passing 3 variables in the body (mail, subject and message) and making a POST request it forwards emails using the Sendgrid library. It works great, Sendgrid is in the Azure store as a SaaS offering and also can be done with ACS (Azure Communication Services) as well. Thank you.
@@NTFAQGuy hahaha hahaha super cool vids like always > Planet Earth learns for free directly from the expert 🤩 ... On that topic what would be the best recommended person to follow (someone like yourself) for M365 Security and Compliance
Has anyone come across the issue of the Function not appearing in the Function App when deploying? I successfully deploy my Function but it doesn't appear in the Function App no matter how many refreshes.
I had this problem this week - found out there were issues with my python code and dependencies. Ensuring everything worked locally, before deploying, ensure it actually worked. I do wish Microsoft would have better behavior for functions that have issues (and the functions just disappear - I was looking all over for solutions and couldn't find any) - it was super frustrating for awhile, and I was ready to look at Amazon/Google serverless options.
Hey everyone, create and test Azur Functions locally in VS Code and then deploy into Azure! Please make sure to read the description for the chapters and key information about this video and others.
⚠ P L E A S E N O T E ⚠
🔎 If you are looking for content on a particular topic search the channel. If I have something it will be there!
🕰 I don't discuss future content nor take requests for future content so please don't ask 😇
🤔 Due to the channel growth and number of people wanting help I no longer can answer or even read questions and they will just stay in the moderation queue never to be seen so please post questions to other sites like Reddit, Microsoft Community Hub etc.
👂 Translate the captions to your native language via the auto-translate feature in settings! ua-cam.com/video/v5b53-PgEmI/v-deo.html for a demo of using this feature.
Thanks for watching!
🤙
Perfect just what I wanted! I suggest you put "Python" in the title, I was searching for a python tutorial and didn't find this until later.
Oh I've been waiting for a video like this!!
I've always found Azure functions a bit hard to get into as compared to AWS lambdas, but their integration with App service plans makes them so worth it!
Glad you liked it!
Hey, nice demo John. I did something similar few weeks ago with an HTTP trigger: Passing 3 variables in the body (mail, subject and message) and making a POST request it forwards emails using the Sendgrid library.
It works great, Sendgrid is in the Azure store as a SaaS offering and also can be done with ACS (Azure Communication Services) as well. Thank you.
I’ll start trying out developing in VSCode now, thanks for the example and tip.
Thank you for this, I really enjoyed it & happy to see it in Python!
Glad you enjoyed it!
Great content
Thanks for the demo
Welcome!
LOVE THOR🤩 😁 BUT where is Superman, Batman 😁 and other good guys 😁
You can't mix universes :-)
@@NTFAQGuy hahaha hahaha super cool vids like always > Planet Earth learns for free directly from the expert 🤩 ... On that topic what would be the best recommended person to follow (someone like yourself) for M365 Security and Compliance
I always believed Tony Stank as well.
i am getting no http trigger in the logs while deploying
Tony Stank? Somethings smells a bit fishy there.
Little Easter egg
Has anyone come across the issue of the Function not appearing in the Function App when deploying? I successfully deploy my Function but it doesn't appear in the Function App no matter how many refreshes.
Deployment is likely failing. Some issue in your code etc. Check the logs.
I had this problem this week - found out there were issues with my python code and dependencies. Ensuring everything worked locally, before deploying, ensure it actually worked.
I do wish Microsoft would have better behavior for functions that have issues (and the functions just disappear - I was looking all over for solutions and couldn't find any) - it was super frustrating for awhile, and I was ready to look at Amazon/Google serverless options.