Go serverless: Event-driven applications with Azure Functions | Azure Friday

Поділитися
Вставка
  • Опубліковано 1 січ 2025

КОМЕНТАРІ • 24

  • @vktop2
    @vktop2 2 роки тому

    Hi!, nice video, well, I have a question, I have 3 Azure functions developed in Java, each of them is in a repository on Github, can I deploy each azure function in a single function app? Thank you

  • @OurNewestMember
    @OurNewestMember 4 роки тому +6

    Application map.
    You have my attention.

  • @RX_Char_01Patti
    @RX_Char_01Patti 4 роки тому +14

    Most of the people watching this video are C# developers. Why did you choose Python? Is there a point you are trying prove? Just curious.

  • @theyashbhutoria
    @theyashbhutoria 4 роки тому +1

    Why python shown as is in "preview"? it is GA in v3 right?

    • @MicrosoftAzure
      @MicrosoftAzure  4 роки тому +2

      Yash Bhutoria Now GA. Was probably preview when recorded. docs.microsoft.com/en-us/azure/azure-functions/functions-versions

    • @nthonychu
      @nthonychu 4 роки тому +1

      Yes both PowerShell and Python are GA now! This was indeed recorded a while ago but aside from the “preview” labels, everything is still relevant today.

  • @Brandon-youtube
    @Brandon-youtube 4 роки тому +6

    1.64 TRILLION dollar market cap and they cant get a microphone (or mixing) that doesn't clip audio

  • @Brendan2Alexander
    @Brendan2Alexander 4 роки тому +1

    Am loving azure functions esp DI injection. But I’m perplexed as to how singletons are handled.

    • @jandonnermayer6708
      @jandonnermayer6708 4 роки тому +1

      From the Official Documentation:
      Singleton: The singleton service lifetime matches the host lifetime and is reused across function executions on that instance. Singleton lifetime services are recommended for connections and clients, for example DocumentClient or HttpClient instances.
      I think the special case with Azure Functions here is, that the hosts are pretty short lived.

    • @jandonnermayer6708
      @jandonnermayer6708 4 роки тому +1

      Sorry, I gave incorrect information in the previous comment
      before, but corrected it accordingly.

  • @coderider3022
    @coderider3022 2 роки тому

    I like Jeff , if all their product people were like his, I think they would do so much better.

  • @ratnakarreddyg3851
    @ratnakarreddyg3851 4 роки тому

    Hello Team,
    I have an application(nodejs) containing multiple folders like bin, conf, lib, etc. Can we convert this kind of big application as serverless? or all the code should be written in a single file?

  • @shadowpawn
    @shadowpawn 4 роки тому

    It there a free Azure VM I could try out?

    • @MicrosoftAzure
      @MicrosoftAzure  4 роки тому

      shadowpawn Yes, create a free account using the link in the show notes for details.

  • @1993somu
    @1993somu 4 роки тому +1

    Working for microsoft using apple...

  • @theownmages
    @theownmages 4 роки тому +3

    i expected golang, you can imagine my disappointment :C

  • @pratikfutane8131
    @pratikfutane8131 3 роки тому

    Great !!

  • @miklosnemeth8566
    @miklosnemeth8566 4 роки тому +6

    Why not using a proper strongly typed language? I stopped watching when you picked python.

    • @thealgorist4160
      @thealgorist4160 4 роки тому

      I'm not a big python fan either, but the technology looks awesome as a FaaS!

  •  3 роки тому +1

    please stop shouting. otherwise good video, thanks

  • @hugomartinezf
    @hugomartinezf 2 роки тому

    I thought this was golang related

  • @tehklevster
    @tehklevster 3 роки тому +4

    Folks, can we stop using VS Code to demo functionality such as this, and use proper Visual Studio. If you're this deep into Azure then you ain't using VS Code other than for "Hello World".