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

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 24

  • @coderider3022
    @coderider3022 2 ปีที่แล้ว

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

  • @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 3 ปีที่แล้ว +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.

  • @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.

  • @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

  • @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.

  • @theownmages
    @theownmages 4 ปีที่แล้ว +3

    i expected golang, you can imagine my disappointment :C

  • @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?

  • @1993somu
    @1993somu 4 ปีที่แล้ว +1

    Working for microsoft using apple...

  • @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.

  • @pratikfutane8131
    @pratikfutane8131 3 ปีที่แล้ว

    Great !!

  • @hugomartinezf
    @hugomartinezf ปีที่แล้ว

    I thought this was golang related

  • @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

  • @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".