How to Build and Deliver Apps Fast and Scalable with Azure Container Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ก.ค. 2024
  • Build and deploy container-based apps and microservices at scale, with the new fully managed Azure Container Apps service. Jeff Hollan, serverless technology expert for Microsoft Azure, joins Jeremy Chapman to show the benefits and how it works under the covers.
    Microservices help teams build and deliver apps faster and more scalable than traditional architectures. Containers are a core piece of tech when building microservices, because they provide a consistent way to package and run microservice code anywhere. You can still run containers and microservices in Azure, but rather than having to do it directly with Kubernetes, get it up and running quickly using Azure Container Apps.
    ► QUICK LINKS:
    00:00 - Introduction
    00:44 - Why use containers and microservices?
    03:08 - How Azure Container Apps service differs
    05:35 - How it works
    07:40 - Modernize existing apps
    10:03 - Benefits of modernizing to container apps
    11:46 - Wrap up
    ► Link References:
    If you're new to Dapr, check out our show with Mark Russinovich at aka.ms/DaprMechanics
    Try out the new Azure Container Apps preview at aka.ms/ContainerAppsDocs
    ► Unfamiliar with Microsoft Mechanics?
    We are Microsoft’s official video series for IT. You can watch and share valuable content and demos of current and upcoming tech from the people who build it at Microsoft.
    Subscribe to our TH-cam: th-cam.com/users/MicrosoftMe...
    Join us on the Microsoft Tech Community: techcommunity.microsoft.com/t...
    Watch or listen via podcast here: microsoftmechanics.libsyn.com...
    ► Keep getting this insider knowledge, join us on social:
    Follow us on Twitter: / msftmechanics
    Follow us on LinkedIn: / microsoft-mechanics
    #Azure #ContainerApps #Microservices
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    great video, this is a huge boost to the begginners

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

    Thank you for this demo!
    May I ask how you did the load testing? Is the code open sourced somewhere?

  • @Deltacasper
    @Deltacasper 2 ปีที่แล้ว +1

    Thanks for the demo, when do you expect the service to be generally available (out of preview) ?

  • @AshutoshSharma31
    @AshutoshSharma31 ปีที่แล้ว +8

    Microsoft demo using apple laptop :)

  • @USONOFAV
    @USONOFAV ปีที่แล้ว

    Is this on par with Kubernetes orchestration when I want to scale my app?
    The only disadvantage of this is, it is Azure specific and you can't migrate to other cloud or is the anything else? Can it do blue-green deployment?

  • @asg102
    @asg102 ปีที่แล้ว

    How did you trigger the load test? did you do this via Azure?

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

    super!

  • @_dinesh
    @_dinesh ปีที่แล้ว

    Thank you for the video. Just curious so what happens when it "scales to zero" and a http request is received when there are no pods running? Would the user get a 404, timeout or just a very slow response?

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

      the first requests takes ~15seconds slow response, other requests are fast. if there is no any requests within 5mins, it will scale to zero again.

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

    I am using in production, it's really good and amazing fast

  • @HimalayaGarg
    @HimalayaGarg ปีที่แล้ว

    How those two containers are talking to each other after moving Payment code to Microservice? Isn't the url different for Payment Microservice?

    • @we.do.devops
      @we.do.devops ปีที่แล้ว

      In Kubernetes, each Pod has an IP address. A Pod can communicate with another Pod by directly addressing its IP address, but the recommended way is to use Services. so your containers are talking with each other using services and not urls

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

    Super !!

  • @ansu333adoor
    @ansu333adoor 2 ปีที่แล้ว +1

    🎉

  • @Giotheasy
    @Giotheasy 2 หลายเดือนก่อน

    Of course MS engineer using mac

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

    How do I get application insights to work with container apps? I figured it out, if you have a cloudfunction docker image, you just need to add ENV variable with your APPINSIGHTS_INSTRUMENTATIONKEY