Build and Deploy Spring Boot with Mongo DB App on Azure | Secure DB secrets with key vaults

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ค. 2021
  • You will learn how to build, run and deploy spring boot with MongoDB on Azure environment and how to secure data base secrets with azure key vaults.
    My Top Playlists:
    Spring Boot with Angular : • Spring Boot + Angular
    Spring Boot with Docker & Docker Compose : • Spring Boot Docker & D...
    Spring Boot with Kubernetes : • Spring Boot Docker Kub...
    Spring Boot with AWS : • Spring Boot + AWS
    Spring Boot with Azure : • Spring Boot Azure
    Spring Data with Redis : • Spring Data with Redis
    Spring Boot with Apache Kafka : • Apache kafka
    Spring Boot with Resilience4J : • SpringBoot Resilience4j
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Sir, your videos are too good, ur explanation is precise n to the point. Please keep making more videos

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

    During access policies in key vault Why did you put azure active directory in note In key vault, what was the purpose?

  • @user-te2nh7wt4q
    @user-te2nh7wt4q 4 หลายเดือนก่อน

    I have deployed my springboot app on azure and need to connect it to Database which is hosted on another IP outside azure. How can I make DB connection from spring boot to Oracle database and what changes need to be done on spring boot app

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

    Great video. Thanks much

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

      Glad you liked it!

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

      @@technotowntechie9732 have a follow up question. Say, I rotate the secret after 30 days. Do we need to restart my springboot app? I tried to change the secret value and didn't refresh automatically. Any tips how to do that? Thank you again.

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

    Great explanation, thank you. Just a question: the app registered on Azure Active Directory and the Key vault resource can also belong to two different tenants?

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

    Nice Explanation...can you add mongodb variable in environment variables

  • @h4tt
    @h4tt 3 ปีที่แล้ว

    Great explanation... But how can stored data from localhost to azure cosmosdb because you used "localhost:8080/employees" instead of azure url? I didn't understand about that because you don't use azure url to save data to db

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

      I did not deploy my spring boot application to the azure web app and connected azure cosmos deb from localhost. Hence I have used localhost:8080/employees" instead of azure url.

    • @h4tt
      @h4tt 3 ปีที่แล้ว

      @@technotowntechie9732 but the data put to cosmosdb on azure..

    • @h4tt
      @h4tt 3 ปีที่แล้ว

      @@technotowntechie9732 did you have any video about deploy spring app to azure?

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

      Please go through the below link.
      th-cam.com/video/GW3CkK0vv_w/w-d-xo.html

    • @h4tt
      @h4tt 3 ปีที่แล้ว

      @@technotowntechie9732 thank you so much

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

    @Techno Town Techie: - How spring-boot picks up the value from Key vault. Could you please shed some light on that?

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

    github code would be very helpfull