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

Поделиться
HTML-код
  • Опубликовано: 29 июл 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
  • НаукаНаука

Комментарии • 21

  • @narasimhankanvar3685
    @narasimhankanvar3685 5 месяцев назад

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

  • @ravisrivastava7731
    @ravisrivastava7731 3 года назад +17

    you may skip to 26:50 for best practices

  • @dcuccia
    @dcuccia 5 лет назад +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!

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

  • @chrismantonuk
    @chrismantonuk 5 лет назад +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.

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

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

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