Dos and Don'ts for Serverless and Azure Functions - Jeff Hollan

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

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

  • @ravisrivastava7731
    @ravisrivastava7731 3 ปีที่แล้ว +17

    you may skip to 26:50 for best practices

  • @narasimhankanvar3685
    @narasimhankanvar3685 10 หลายเดือนก่อน

    Jeff this speech is probably the best part of the conference. Still a good reference

  • @dcuccia
    @dcuccia 6 ปีที่แล้ว +4

    Really like the concept of Azure Functions Runtime, because it lowers the perceived barrier of "once we shift to the cloud, we have to change our programming model." This way, it's easy to try out, and once you're convinced and want access to all the cloud goodies, you're primed. I'm anxious to prototype some Monte Carlo functions, and then if it works out, scale to the cloud w/ Azure.

  • @ManinderSingh-ih8fg
    @ManinderSingh-ih8fg 2 ปีที่แล้ว

    Should we use class library function in function app?

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

    Great video that I refer to a lot. @Jeff - please can you confirm that private static class-level variables are indeed thread safe (as certainly in java, they would not be unless they were enclosed in a synchronized code block or method). regards,

  • @LA-Mitch
    @LA-Mitch 3 ปีที่แล้ว +1

    How was he pasting in the way he was pasting without showing him copying the content in the first place? Is that just a clipboard manager that wasn't being shared on screen? Very curious and would love to know! Thanks!

  • @pjirsa
    @pjirsa 6 ปีที่แล้ว +10

    The audio level on all of the NDC videos is very low :(

    • @Euquila
      @Euquila 5 ปีที่แล้ว +1

      volume control?

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

    In our case, url is expected to be in any of the three (below) formats.
    1) Groups
    2) Groups/id
    3) Groups?startIndex={startIndex}&count={count}
    Can you help us how to design route url in HTTP trigger functions ?

  • @chrismantonuk
    @chrismantonuk 6 ปีที่แล้ว +2

    Just a quick question, how did you get your pricing down so low for the Cosmos doorbell DB? Can’t seem to get pricing below ~$20 per collection, even with with very small amounts of data?

    • @KieranDevvs
      @KieranDevvs 5 ปีที่แล้ว +4

      Employee discount.

    • @equaco
      @equaco 4 ปีที่แล้ว

      Yeah,Microsoft is gonna get your money even if its free.

  • @LA-Mitch
    @LA-Mitch 3 ปีที่แล้ว

    Is this information still relevant or has anything changed in 2021? I'm starting here first and will look for more current best practices after.

  • @Scooterboy_and_others109
    @Scooterboy_and_others109 5 ปีที่แล้ว

    Where can we get more information on "Live Metrics Stream" that u demoed @ 29:32 in this video?

    • @injector221
      @injector221 5 ปีที่แล้ว +1

      It's part of application insights, you point your resources to your app insight instance and it'll gather all performance, traces, logs, failures for you

  • @roya75
    @roya75 6 ปีที่แล้ว +5

    why do people make videos with their monitors set to a ridiculously high resolution? Its frickin impossible to see

    • @matt_v_1
      @matt_v_1 5 ปีที่แล้ว

      Roy A because the screen at the NDC was probably a bit bigger than yours....

  • @epuriraghavendra3847
    @epuriraghavendra3847 4 ปีที่แล้ว

    I'm not super popular... ha haha

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

    please never do static sqlClient :D