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

Sdílet
Vložit
  • čas přidán 10. 07. 2024
  • Serverless promises minimal operations and fast speed to market - but it's important to be aware of best practices or anti-patterns that can make of the difference.
    Learn from Jeff Hollan - Senior Program Manager for Azure Serverless important considerations for any serverless app.
    NDC Conferences
    ndcoslo.com
    ndcconferences.com
  • Věda a technologie

Komentáře • 21

  • @narasimhankanvar3685
    @narasimhankanvar3685 Před 5 měsíci

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

  • @ravisrivastava7731
    @ravisrivastava7731 Před 3 lety +17

    you may skip to 26:50 for best practices

  • @dcuccia
    @dcuccia Před 5 lety +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 Před 2 lety

    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,

  • @chrismantonuk
    @chrismantonuk Před 5 lety +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 Před 5 lety +4

      Employee discount.

    • @equaco
      @equaco Před 3 lety

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

  • @sravankumarguduru131
    @sravankumarguduru131 Před 2 lety

    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 ?

  • @LA-Mitch
    @LA-Mitch Před 3 lety +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!

  • @Scooterboy_and_freinds109

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

    • @injector221
      @injector221 Před 5 lety +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

  • @LA-Mitch
    @LA-Mitch Před 3 lety

    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.

  • @ManinderSingh-ih8fg
    @ManinderSingh-ih8fg Před 2 lety

    Should we use class library function in function app?

  • @pjirsa
    @pjirsa Před 5 lety +10

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

    • @Euquila
      @Euquila Před 4 lety +1

      volume control?

  • @roya75
    @roya75 Před 5 lety +5

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

    • @blaaaaaTWATaaaaaaab
      @blaaaaaTWATaaaaaaab Před 5 lety

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

  • @epuriraghavendra3847
    @epuriraghavendra3847 Před 3 lety

    I'm not super popular... ha haha

  • @drevnykot
    @drevnykot Před 2 lety

    please never do static sqlClient :D