Deploy Spring Boot CRUD Application to Azure | AzureSQL Database | Spring Data JPA | Java Techie

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • In this tutorial I’m going to show you How to integrate spring boot application with Microsoft Azure SQL
    #javatechie #SpringBoot #AzureSQL #AzureCloud
    docs.microsoft...
    GitHub:
    github.com/bas...
    Blogs:
    / javatechie4u
    Facebook:
    / 919464521471923
    guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
    Disclaimer/Policy:
    --------------------------------
    Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account

КОМЕНТАРІ • 80

  • @surendrareddyseelam9757
    @surendrareddyseelam9757 3 роки тому +7

    Sir please continue this azure series ,it is helping us a lot ,Thanks for your great contribution

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

    This doesn't actually show a webpage opening. i got my deployed, but nothing actually opens on the web page.... i hate azure

  • @abdullahosama3451
    @abdullahosama3451 2 роки тому +4

    thank you for your appreciated effort
    for those who face a problem like DDL exception:
    DON'T REMOVE THE DAYABSE M USER OR PASSWORD ATTRIBUTES FROM THE URL

    • @onuvobtripura2637
      @onuvobtripura2637 2 роки тому +1

      Thank you

    • @sanctusfides
      @sanctusfides 7 місяців тому

      I was receiving an exception that update permissions were denied, but using the full url with the password included fixed this issue.

  • @sujitkumarmishra8004
    @sujitkumarmishra8004 9 місяців тому +1

    Hi Basant, I have a couple of doubts. How to store uploaded files(Documents, Images, Videos, etc.) in a certain location in the Azure platform from our application? Also how to store the log files generated from our application's logback.xml in a certain location in the Azure platform? If you have made any separate sessions for the same, then please share me the link, otherwise if there is anything related to same anywhere then please send me the link for my reference.

    • @Javatechie
      @Javatechie  9 місяців тому

      Not much idea on azure sujit. I have experience in AWS cloud infrastructure

  • @JorgeUchasaraPaye
    @JorgeUchasaraPaye Рік тому +2

    Dear excellent teaching. If I could upload more content about an azure series such as Jpa+Spring boot+always encryption+key-vault+azure Sql

  • @mauzzamfoody5768
    @mauzzamfoody5768 3 роки тому +2

    Very informative. I would request please bring more videos on Azure cloud only like service febric and how to deploy multiple Microservices

  • @subhashkumar-oc4io
    @subhashkumar-oc4io 3 роки тому +3

    I am getting exception while triggering from postman,
    om.microsoft.sqlserver.jdbc.SQLServerException: The SELECT permission was denied on the object 'employee', database 'master', schema 'dbo'.

    • @Javatechie
      @Javatechie  3 роки тому

      Checking the db connection

    • @rajeevranjan185
      @rajeevranjan185 3 роки тому

      im also getting same error. was it fixed for u?

    • @mahidharreddy6281
      @mahidharreddy6281 2 роки тому

      @@rajeevranjan185 i am also getting same error .how to fix it?

    • @ankitostwal1
      @ankitostwal1 2 роки тому

      Hi @subhash kumar, did you resolve this issue? I am facing the same issue, not able to resolve it. I would appreciate if you could post the answer if you have resolved it. Thank you.

    • @kadamsatyajit
      @kadamsatyajit 2 роки тому

      how to fix this error

  • @nordao1
    @nordao1 5 місяців тому +1

    Thanks for save me.

  • @deepakugale2776
    @deepakugale2776 11 місяців тому

    I did everything but did not show any response on /employee or related. just showing that Azure default page. can you help me?

  • @kushalappaca5324
    @kushalappaca5324 4 місяці тому

    my azure deployment always gives me 500 request time out error.. Somebody please help

  • @malleswarrao3887
    @malleswarrao3887 4 місяці тому

    Please make full course for Spring boot with Azure cloud sir

  • @sujitkumarmishra8004
    @sujitkumarmishra8004 9 місяців тому

    Can we remove our credit card on or before the free credit expiry? If its possible, then is there any charges for the same, or we can do it without any cost?

  • @sujitkumarmishra8004
    @sujitkumarmishra8004 9 місяців тому

    Can we remove our credit card on or before the free credit expiry? If its possible, then is there any charges for the same, or we can do it without any cost?

  • @malleswarrao3887
    @malleswarrao3887 4 місяці тому

    Hi Sir please upload full course for Azure cloud with Spring Boot

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

    Can we deploy spring boot with thymleaf (front end) on azure wep app in this way?
    Or we need to deploy html file separately on any other service.
    I tried it in the same way u did, deployment was successful, after hitting azure app url I see the default page but when I hit my endpoint, it's not returning my html page which I have returned at my controller.

  • @shaikahamed3575
    @shaikahamed3575 2 роки тому +1

    Thank you sir so much using this i configured for postgresql.

  • @huseyinaydin1002
    @huseyinaydin1002 10 місяців тому

    I love Java Techie! Yazdığım projeleri artık deploy edebiliyorum. I love Java Techie! I can now deploy the projects I wrote.

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

    Can you please create playlist for azure devops for java

  • @martijnhiemstra
    @martijnhiemstra 2 роки тому +1

    In general a good tutorial however there is one really big issue here. You put the connection data in the application.properties and that is put on github. This is a really really really bad idea. Your connection data is then online. You must use secrets or environmental values and that is a huge issue that isnt addressed in this video.

    • @Javatechie
      @Javatechie  2 роки тому

      Yes agreed buddy this is just a demo application

  • @ainigma100
    @ainigma100 2 роки тому +1

    Can we use Azure Storage to upload and download files from there? Imagine that we send a request to an endpoint, then some calculation is happening in the Backend (generate a file) after the calculation has finished, we send the file to Azure storage. A second endpoint could be could be used to download the file. Thank you

  • @samsung-ry7dd
    @samsung-ry7dd 2 роки тому +1

    Have you created a table already in Azure ? I followed your steps until minute 12 and then it did not work anymore, or does a table get generated with the code ran ?

    • @Javatechie
      @Javatechie  2 роки тому

      No I created through program only

    • @samsung-ry7dd
      @samsung-ry7dd 2 роки тому +1

      @@Javatechie Okay, I was able to resolve the issue. Could you please mention the ways you can set up the configuration file in different ways to gain contact with the Database in azure. For instance, using YML or .properties file ?

  • @satyanarayana8104
    @satyanarayana8104 3 роки тому +1

    Very useful content thank you.
    Can you please create video on Azure event hub integration with spring boot app

    • @Javatechie
      @Javatechie  3 роки тому +2

      I will try . Actually I am new to azure need to explore

  • @m4u8443
    @m4u8443 3 роки тому +1

    Thank you sir ,for the useful information explained in simple manner 👍

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

    Can you deploy this stuff using azure function? It would be great if you can create video for serverless concept with boot microservice

  • @poojashimpi9711
    @poojashimpi9711 2 роки тому

    It was a great tutorial for new learner, but i am getting error Invalid object name 'hibernate_sequence'. Please help me to resolve this

  • @darshansr9025
    @darshansr9025 2 роки тому +1

    Searched a lot on the internet Sir you made my day!!. Keep doing the good work.

  • @fernandovalencia3660
    @fernandovalencia3660 2 роки тому

    help pls when I do the insert I am entering null in the fields
    {
    "id": "1",
    "name": null,
    "salary": null,
    "dept": null
    },
    {
    "id": "2",
    "name": null,
    "salary": null,
    "dept": null
    },

  • @isaacdiaz4901
    @isaacdiaz4901 2 роки тому

    It's normal to take that time (1s or more) to save or query records? In MongoDB doesn't take more than 250ms

  • @pranotigorde8242
    @pranotigorde8242 2 роки тому +1

    Tables are not been created on azure DB server can you help me with it!!!

    • @Javatechie
      @Javatechie  2 роки тому

      Is there any error ?

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

      :1433;database=skilltrackerdb
      After the port add the database name tables will be created automatically

  • @marathiboi_deepgaming8194
    @marathiboi_deepgaming8194 2 роки тому +1

    Hii sir i have deploy spring crud app (jsp) to azure .
    build is success but deploy is failing
    Error - unable to find any artifacts for the associated workflow

  • @kumar-lz6fm
    @kumar-lz6fm 3 роки тому +1

    nice effort bro 👍

  • @pratishrutipanda6461
    @pratishrutipanda6461 3 роки тому +1

    Most awaited video

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

    muchas gracias excelente contenido. deverias haer la segunda parte conectarla con un proyecto frontend

  • @CHANDRAKANTASAMANTA
    @CHANDRAKANTASAMANTA 2 роки тому

    In my case, I had to keep db name in the connection string before putting the same in yml.

  • @sanjaykantheti4002
    @sanjaykantheti4002 3 роки тому +1

    Hi Basant, Could you make a video regarding your interview experience with walmart ?

    • @Javatechie
      @Javatechie  3 роки тому

      Okay I will it's not specific to any company but whatever I faced I will prepare that

    • @sanjaykantheti4002
      @sanjaykantheti4002 3 роки тому +1

      @@Javatechie Thanks!! Incase if there are any rounds w.r.t Datastructures and algorithms then please let us know the type of questions that are asked in those rounds in product companies.

    • @Javatechie
      @Javatechie  3 роки тому

      Sure sure I will

  • @rahhi9792
    @rahhi9792 3 роки тому

    Hi sir could you plz explain How to use spring boot as dependency in other spring boot project.

  • @rajkamalrajarshi4349
    @rajkamalrajarshi4349 2 роки тому +1

    Thankyou for this sir but i deployed my App on App service but its not showing the json response

    • @Javatechie
      @Javatechie  2 роки тому +1

      Any error ?

    • @rajkamalrajarshi4349
      @rajkamalrajarshi4349 2 роки тому +1

      At 22:46 --> that's happening in my case when I try to do /employees then it does not provide me the json details

    • @Javatechie
      @Javatechie  2 роки тому +1

      @@rajkamalrajarshi4349 i believe application not deployed successfully . Just check with application URL don't pass rest endpoint url and see whether you are getting 404 or not

    • @rajkamalrajarshi4349
      @rajkamalrajarshi4349 2 роки тому

      @@Javatechie yes sir I tried without end point also means just by clicking the Server link it was working but when I give the end point in that link again the same page remain unchanged

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

      @@Javatechie I have same problem. showing java developer page but not giving json data after hitting endpoint

  • @smooth_code_channel
    @smooth_code_channel 11 місяців тому

    Amazing tutorial as usual

  • @bhavanireddy1384
    @bhavanireddy1384 2 роки тому

    i am not getting values in azure sql database, will you please help me sir

    • @supergamer2980
      @supergamer2980 2 роки тому

      i am not sure if you are getting my same error but i was storing and getting empty values, the problem was that i needed to program/generate the getters and setters for all the employee attributes.

  • @sourabhfulmali3923
    @sourabhfulmali3923 3 роки тому +1

    This is free or not?

  • @itsnarahari
    @itsnarahari 3 роки тому

    How do we create custom transactions ?

  • @poojashimpi9711
    @poojashimpi9711 2 роки тому

    Hi JavaTechie