@NTFAQGuy

Hey everyone, welcome to another video for the IT Pro who wants to make use of Azure Functions! 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 โš ๏ธ

๐Ÿค” I am no longer able to answer questions due to the sheer amount of comments on this channel. Sorry.
๐Ÿ”Ž 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 ๐Ÿ˜‡



Thanks for watching!
๐Ÿค™

@toastboy70

Thanks for leaving the little wobble in: it just makes it more real!

@vimalvijayan1206

Right Video at the Right time. I am Excited!!

@Alex-mu4ue

Super powerful what you can do with this. At the moment iv just accessed  a third party logs analytics workspace using Azure function which has been given delegated access using lighthouse. I've given the function app a managed identity and added it to the reader role for the customer. You can run whatever KQL you want in the analytics workspace to say for example generate a list of servers missing updates. you can dump that into an ITSM system or start some patching software for example! so good

@Semtx552

intersting vid!
i use runbooks in an automation account to run scripts, nice to see there are more options. 
thanks!

@ashisharya65

Thank you so much John for explaining Azure functions in the most simplest way. :)

@mansourshokri6176

I was waiting for this video for a long time :-) perfect timing, have my exam on Friday and this definitely helps me with what I need to know about Azure Functions. Thank you so much John - You've done it again.

@danieljeszke7030

Great timing! I was looking into this a bit the other day and got lost with it. Thanks for creating the video.

@thosethere

Very helpful, you are making it simple to understand. Thank you

@trakba

So beautifully explained as compared to other function app videos.

@laykside

Another classic from John!!

@austinneuharth7260

Another timely video! You need to stop spying on me and my work projects ๐Ÿคฃ Thank you, sir!

@QuinnFavo

Clear cut, easy to understand, thanks

@espenkl

The HTTP template with Python is amazing๐Ÿ˜Š. Good info about manged instance. Thanks

@lifechamp007

Super helpful - Thank you so much John !! #StayBlessednHappy

@yulaw3289

enjoying this video for today learning, thanks a lot!

@colinrhee98

Great video as always

@rishi.girdhar

Good stuff - Thank you John

@kennethbarnhouse7462

Great video, very informative

@KuiphJe76

Great vid, and a nice starting point. What I would like to add is regarding the requirements.psd1 (https://youtu.be/B0vg8Bxbw3c?t=754) and including modules. Make sure to include just the modules you want/ need for your script to run. Adding the complete Az module will take time to download and will add unnecessary modules. By just adding Az.Accounts and Az.Compute (for this specific scenario) it will speed up the function start time and will give you a better insight in what's happening behind the scenes.