The Simplest Way To Deploy Your Containerized .NET Applications on Azure

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

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

  • @Buslowicz
    @Buslowicz 18 дней назад +3

    Great video, even though I am not a .NET dev :). A technical note though: you have some issues with the microphone, bad glitches from time to time, worth checking it out before the next video :).

    • @serverlessjames
      @serverlessjames  18 дней назад +1

      Appreciate it, and I'm glad you liked it even though you're not a .NET dev.
      Oh, interesting. I missed that in my edits somehow. Do you have a specific timestamp where you noticed the glitch?

    • @etymemecom
      @etymemecom 16 дней назад +1

      @@serverlessjames at around 8:16 for example

    • @etymemecom
      @etymemecom 16 дней назад

      and 10:37

    • @serverlessjames
      @serverlessjames  16 дней назад +1

      @@etymemecom Thankyou :)

    • @Buslowicz
      @Buslowicz 15 дней назад +1

      For some reason I could not comment... I sent 3 comments and none of them is left o.O.
      Anyway, these are the times with glitches: 3:24, 5:08, 6:21, 8:15, 10:37

  • @antonmartyniuk
    @antonmartyniuk 18 дней назад +1

    Great video. I personally prefer having infrastructure in the configuration files rather than code. Like yml and tf files.
    That's why I like Docker Compose more than Aspire, as in Aspire I need to recompile the Aspire Host when I make some changes in the hosting infrastructure

    • @serverlessjames
      @serverlessjames  18 дней назад +1

      Interesting, see I'm the complete opposite :) I like the consistent experience of using the same language everywhere and not having to deal with YAML. Although that said, I do like docker-compose. I think that is more from familiarity than anything else though, and I've not really tried out Aspire.
      Appreciate the feedback on the video though! :)

    • @antonmartyniuk
      @antonmartyniuk 18 дней назад

      @serverlessjames I really like doing such things in the C# code but I find it easier to update deployments without touching the code

    • @serverlessjames
      @serverlessjames  18 дней назад +1

      @@antonmartyniuk Yeah, I see your point :)