Currently, Azure App Functions because it's serverless and they give us a generous amount of free resources to use before having to pay a penny!
@christopherschmidt8854 Жыл бұрын
Hard to pick just one: App Services, Azure SQL Server, Azure Function, Azure Key Vault and Azure Service Bus. These are really all my favorites. They make my life soooo much easier... Oh and I can't forget Azure DevOps to deploy everything I write...
@oldcet52772 жыл бұрын
This is my first time using Azure and out of all the other tutorials I watched you're the only one that managed to explain very well and quickly. Nice video
@ClaudioBernasconi2 жыл бұрын
Thank you very much. 🙏🙂
@matheusosa2 жыл бұрын
I agree. I feel it's very hard to do the jump from local application development to cloud-based application development. Small steps are always appreciated!
@jimmym872 жыл бұрын
Awesome - worked straight away, this is the most straight-forward introduction to Azure Function Apps I've seen!
@ClaudioBernasconi2 жыл бұрын
Thanks, Jamie. I put a lot of effort into it. Great to hear it still works the same. 👍
@superyRun2 жыл бұрын
Beautiful how Visual Studio neatly integrates with Azure!
@iljashtob Жыл бұрын
Thanks, calculator ready! Now Will try changing my c# application to Azure function
@ClaudioBernasconi Жыл бұрын
Good luck! 🙂
@rocket4u2 жыл бұрын
crisp and clean video, Thank you
@ClaudioBernasconi2 жыл бұрын
Thank you. 🙏
@florianb.93672 жыл бұрын
A perfect fast and good intro about that Thank you :))
@argeljosephpamintuan3326 Жыл бұрын
thanks for the tutorial. now I know now what a cloud function looks like
@ClaudioBernasconi Жыл бұрын
Thanks for your kind feedback. I'm glad I could help you. Good luck on your .NET journey.
@dmlundgren2 жыл бұрын
Excellent quick start! Thank you...
@ClaudioBernasconi2 жыл бұрын
Thanks, very kind of you. 🙏
@debkelly63 Жыл бұрын
Great video! I got my first function up and running.
@ClaudioBernasconi Жыл бұрын
Lovely! Great you got it working.
@archinorval2942 жыл бұрын
Very well constructed video, thank you.... Would like a full set of videos about all the types etc... will watch them all
@ClaudioBernasconi2 жыл бұрын
Thank you. What types do you want to see? 😎
@santoshanjani3860 Жыл бұрын
Beautiful 🎉. You content is very easy to understand, super. Thanks!
@ClaudioBernasconi Жыл бұрын
Thank you for the kind words. 👍
@pragmatic-pr Жыл бұрын
Simple and elegant
@vigneashselvaraj3592 Жыл бұрын
Excellent brief.
@ClaudioBernasconi Жыл бұрын
Thank you!
@andreaskarz2 жыл бұрын
Definitiv the Function App - it's so helpfull for Microservices without all the Docker things.
@ClaudioBernasconi2 жыл бұрын
I haven't explored all the variations and options yet but it's nice to have Functions in your toolbelt for when you need them.
@WalkWithShahul2 жыл бұрын
Thanks..Very easy to follow..
@ClaudioBernasconi2 жыл бұрын
Thank you so much, Shahul! 🙏
@chairmakerPete2 жыл бұрын
A tutorial that worked first time - yay! Thank you - very helpful, and awesome to think of the power this affords the developer. Presumably the security token can be stored in the app or key vault and submitted each time? Does it expire at any point?
@santhanakrishnan3275 Жыл бұрын
great video. Thanks.
@ClaudioBernasconi Жыл бұрын
Thank you! 😉
2 жыл бұрын
Perfect video, thanks! Subscribed immediately
@ClaudioBernasconi2 жыл бұрын
Thank you and welcome Zoran. 😎
@rockingrebel143 Жыл бұрын
Thankyou, this tutorial helps.. Do you have any other full tutorial on Azure functions?
@ClaudioBernasconi Жыл бұрын
Thank you very much! Right now, I don't have any, however, I will record new videos based on .NET 8 in the future!
@VinhPham-hz8ny5 ай бұрын
thank you for making it so easy to understand. If I want a vendor to call that function, do I need to do any kind of authentication or just generate the url for the vendor?
@ClaudioBernasconi5 ай бұрын
I depends on your use case. You can use authentication, but you don't have to use it.
@lmormilho Жыл бұрын
wowwww very good...tks tks tks
@ClaudioBernasconi Жыл бұрын
You're welcome! 😉
@leehobbs40332 жыл бұрын
I followed these instructions (great minimalist tutorial BTW) but the Azure portal says "Your app is currently in read only mode because you are running from a package file. To make any changes update the content in your zip file and WEBSITE_RUN_FROM_PACKAGE app setting." and doesn't show my function.
@exodocs Жыл бұрын
thanks!
@ClaudioBernasconi Жыл бұрын
Thanks for watching.
@sorinvasiliu2 жыл бұрын
awesome! thank you
@ClaudioBernasconi2 жыл бұрын
Thank you, Sorin. 🙏
@harshpatel-wr1jl Жыл бұрын
😍
@parikshithshivaprakash5523 Жыл бұрын
how did you select the subscription I didn't get that you didn't explained I needed that only
@ClaudioBernasconi Жыл бұрын
Thanks for your comment. This video assumes that you are familiar with the basics of Microsoft Azure, otherwise, it will be hard to grasp how individual services work. Nonetheless, I suggest following this tutorial to set up your account and a subscription. www.educative.io/answers/how-to-create-a-microsoft-azure-subscription
@parikshithshivaprakash5523 Жыл бұрын
I have subscription but it says read only in the azure function app@@ClaudioBernasconi
@andreaskarz2 жыл бұрын
It's WestUS2 not the cheapest region?
@ClaudioBernasconi2 жыл бұрын
I don't know. I mostly use West Europe because it's the closest location to where I live.
@keenancollison47402 жыл бұрын
You beautiful man
@driversteve93452 жыл бұрын
So if .NET 6 support ends on Nov 8th, 2024, what's replacing .NET 6?? Why is the support for these new versions of .NET ending so soon?? Why would any sane company want to build a new project in .NET when the support for it will end in a matter of a few years?? WTF????
@ClaudioBernasconi2 жыл бұрын
As far as I understand, .NET is backward compatible, which indicates that upgrading from one major version to the next should be a simple task compared to running a software company and developing a product. This way, you're using a platform evolving with your application(s). If you put in the effort to upgrade from one LTS version to the next, you'll have to upgrade every three years. I don't want to glorify Microsoft, nor do I want to hate on them. For me, this policy is decent. What would be your dream platform? Something that's done and completed in 2020 and doesn't change but run smoothly in 2030? How do you handle security issues in that case? I'm here to learn, so I appreciate you taking the time to comment here. Thank you.