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

Поділитися
Вставка
  • Опубліковано 1 жов 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

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

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

  • @CouponCode-rr9em
    @CouponCode-rr9em Рік тому +1

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

    • @stephaneislistening6103
      @stephaneislistening6103 3 місяці тому

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

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

  • @hublisiddu
    @hublisiddu 6 місяців тому

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

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

  • @TUMSonY
    @TUMSonY 6 місяців тому

    Video starts at 7:40

  • @stephaneislistening6103
    @stephaneislistening6103 3 місяці тому

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

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

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

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

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

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

  • @victormotorin237
    @victormotorin237 Рік тому

    what about the connection security of database?

  • @OmarMendozaKS
    @OmarMendozaKS Рік тому +1

    Thank you Dan for such great content

    • @DanVega
      @DanVega  Рік тому

      Thank you, Reinaldo!

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

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

  • @sayilircoder
    @sayilircoder Рік тому +1

    Amazing content. Thanks Dan.🙏

  • @douglasdotv
    @douglasdotv 8 місяців тому

    Thank you so much.

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

  • @DHA508
    @DHA508 Рік тому

    Thanks Dan for great session