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

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 21

  • @ravisrivastava7731
    @ravisrivastava7731 3 роки тому +17

    you may skip to 26:50 for best practices

  • @narasimhankanvar3685
    @narasimhankanvar3685 6 місяців тому

    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.

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

    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!

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

  • @ManinderSingh-ih8fg
    @ManinderSingh-ih8fg 2 роки тому

    Should we use class library function in function app?

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

  • @pjirsa
    @pjirsa 5 років тому +10

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

    • @Euquila
      @Euquila 5 років тому +1

      volume control?

  • @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 5 років тому +5

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

    • @blaaaaaTWATaaaaaaab
      @blaaaaaTWATaaaaaaab 5 років тому

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

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

    I'm not super popular... ha haha

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

    please never do static sqlClient :D