Spring Boot Azure: How to deploy a Spring Boot application to Microsoft Azure

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • This is the first installment of a new series on taking your Spring Boot applications to production. In this tutorial, you will learn how to deploy your Spring Boot application to Microsoft Azure.
    🔗Resources & Links mentioned in this video:
    Github Repository: github.com/dan...
    Azure Spring Apps: azure.microsof...
    Azure CLI Deploy: learn.microsof...
    Azure Spring Apps CI/CD: learn.microsof...
    👋🏻Connect with me:
    Website: www.danvega.dev
    Twitter: / therealdanvega
    Github: github.com/dan...
    LinkedIn: / danvega
    Newsletter: www.danvega/de...
    SUBSCRIBE TO MY CHANNEL: bit.ly/2re4GH0 ❤️

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

  • @nicholasferrara8028
    @nicholasferrara8028 8 หลายเดือนก่อน +2

    This is a great intro! I would love to see more production oriented solution as well liked you mentioned, with a config server, service discovery! Thanks for all the hard work!

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

    Azure Spring Apps is like cloud foundry'esque approach on deploying spring boot in Azure. Hopefully there would be a video on deploying Spring Boot in Azure Kubernetes Service. I love this series!

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

    What a legend You are! Hope You have the time and excitement to continue.

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

      Thank you for the kind words, Areg!

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

    OMG I was asking with my brain this video, I did not see it yet but I will do it soon, thanks Dan!! I am becoming your fan :)

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

      Thank you, Omar!

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

    Thank you Dan for such great content

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

      Thank you, Reinaldo!

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

    Amazing content. Thanks Dan.🙏

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

      Thank you!

  • @stephaneislistening6103
    @stephaneislistening6103 4 หลายเดือนก่อน

    Hi Dan, thanks for the lesson here, I could deploy my Spring Boot app on an Azure environment

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

    Thanks Dan for great session

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

      No problem!

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

    Hi Dan,
    I really enjoy everything you do and learn a lot, I would love to see a similar tutorial of both Oracle's OCI and using Terraform, together, separately or both please.
    Everything goes because you are always great and interesting, keep up the great work!
    Thanks for everything!

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

    47th...Thanks for having this tutorial about deployment to production. Can you please do a Google Cloud and in AWS next please? Cheers

  • @douglasdotv
    @douglasdotv 8 หลายเดือนก่อน

    Thank you so much.

  • @faytheserene4885
    @faytheserene4885 6 หลายเดือนก่อน +1

    So a .jar file is needed to deploy an application on the Cloud? Sorry if that sems like a dumb question, I'm a software development major who's been struggling with my Cloud Computing course. 😅

    • @DanVega
      @DanVega  6 หลายเดือนก่อน +1

      No - In this case when you create a JAR file you can deploy this to any environment that supports Java. If you want to deploy it where Java isn't supported you can create a container (docker / buildpacks).

  • @DileepKumarBehera-g2j
    @DileepKumarBehera-g2j 8 หลายเดือนก่อน

    The goal you specified requires a project to execute but there is no POM in this directory (D:\a\Azure-demo\Azure-demo). Please verify you invoked Maven from the correct directory.

  • @hublisiddu
    @hublisiddu 7 หลายเดือนก่อน

    @danVega Do you have a tutorial for Springboot-Docker-AzurePostgres(password-less enabled) deployed in Azure?

  • @TUMSonY
    @TUMSonY 6 หลายเดือนก่อน

    Video starts at 7:40

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

    Please, can you explain us what happened with Pivotal cloud foundry? I learned that amazing platform but them VMware kill or rename. Where can I get a cloud provider with Pivotal cloud foundry?

  • @AnilYadav-sp6ti
    @AnilYadav-sp6ti ปีที่แล้ว

    Hi Dan,
    Thanks for nice tutorial.
    How can add java native library in azure spring app and provide its reference in spring boot code to load it?

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

    Doesn't work as shown in video. shows HTTP 404 . Not even Spring Whitelabel :(

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

      Are you able to look at the logs? There must be something else going on.

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

    Thank you for your video! If my spring boot app has an email sending functionality, do I have to configure azure as well? What do I have to do in order to allow my spring boot app to send emails while deployed on azure? Thank you in advance!

  • @CouponCode-rr9em
    @CouponCode-rr9em ปีที่แล้ว +1

    fir some reason , the public URL in my case keeps giving 404

    • @stephaneislistening6103
      @stephaneislistening6103 4 หลายเดือนก่อน

      You need to click on the Assign endpoint link above in the web page of your Azure Spring App

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

    what about the connection security of database?

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

    Do you have plan make video Sping Boot + Amazon

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

      I am working on some content around AWS lambda serverless functions right now but yes I will be pushing this project to AWS (probably beanstalk)

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

      Is there anything specific you want to see?

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

      @@DanVega simple project with two services that comunicate via http and kafka, which will be deployed on AWS.
      How to work with lamda etc.
      Project should be closer to production architecture. And kubernetes 🙂

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

      @@caffeinejavacode1475 thank you for requesting this. Dan Vega, please have a look at it.