Deploy Spring Boot project to Azure with Azure Toolkit for IntelliJ IDEA

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 8

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

    This was very helpful .i was able to deploy to Azure withouut FTP

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

      I'm happy to hear that. The Azure toolkit for IntelliJ is nice!

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

    very nice, it helped me, thank you!

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

    This is great, I am able to deploy my code but when I try to access my endpoints, I get White label error with type 500 server error. I am connected to SSMS on my local machine for GET requests, how can I solve this issue?

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

      Do you have logging configured? What's in the logs?

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

      @@discospiff Yes I did and its cause of a DB connection, I am doing GET request to my local SQL Server running on my PC. The API works when I run it localy but not on Azure App service. Is connecting to local host DB an issue?

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

      @@discospiff I managed to fix it, so the DB is local DB and I had to use hybrid to allow access and read data