Let's go SERVERLESS - Intro to Azure Functions

Sdílet
Vložit
  • čas přidán 23. 06. 2022
  • The concept of 'serverless' software development has been around for a while now, and it's becoming more accepted within mainstream deployments. Azure Functions is Microsoft's serverless offering, allowing for serverless code to be easily managed in various runtimes such as .NET, Node.js and even Python.
    The benefit of using Azure Functions is that you can concentrate on just writing your logic, while Azure takes care of hosting that logic for you, without requiring you to create a full-blown application.
    Having experience with serverless tech will set you apart from other developers still working within traditional app paradigms. In this video, I aim to introduce you to Azure functions, demonstrating how you can create different types of triggered functions, such as HTTP triggers or Timer triggers, and also show you how you can easily deploy your functions to Microsoft Azure for production use.
    #dotnet #.NET #azure #MicrosoftAzure #csharp #azurefunctions #softwaredevelopment #programming
  • Věda a technologie

Komentáře • 2

  • @rix-dev
    @rix-dev Před 2 lety +1

    Great work, very educational and easy to follow. Videos about specific topic are very welcome

    • @nickproudprogrammer
      @nickproudprogrammer  Před 2 lety

      Thanks! Glad you found it useful. If you have any specific topics you'd like to see videos on, let me know