Thanks for leaving the little wobble in: it just makes it more real!
Right Video at the Right time. I am Excited!!
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
intersting vid! i use runbooks in an automation account to run scripts, nice to see there are more options. thanks!
Thank you so much John for explaining Azure functions in the most simplest way. :)
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.
Great timing! I was looking into this a bit the other day and got lost with it. Thanks for creating the video.
Very helpful, you are making it simple to understand. Thank you
So beautifully explained as compared to other function app videos.
Another classic from John!!
Another timely video! You need to stop spying on me and my work projects ๐คฃ Thank you, sir!
Clear cut, easy to understand, thanks
The HTTP template with Python is amazing๐. Good info about manged instance. Thanks
Super helpful - Thank you so much John !! #StayBlessednHappy
enjoying this video for today learning, thanks a lot!
Great video as always
Good stuff - Thank you John
Great video, very informative
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.
@NTFAQGuy