0
votes

I am trying to deploy a Spring Boot app to Azure using IntelliJ, I started with their formal tutorial about deploying a web app : https://docs.microsoft.com/en-us/java/azure/intellij/azure-toolkit-for-intellij-create-hello-world-web-app

I downloaded the toolkit and followed the tutorial step by step , but after I choose the "Run on web app" in the Azure option, no dialog box shows and nothing happens. I don't understand where is the problem, any help ? Thank you

1

1 Answers

0
votes

I have successfully created a Hello World web app for Azure using IntelliJ:

enter image description here

I would suggest you to check whether you have missing any prerequisites mentioned in this article.

Once you have Installed Azure Toolkit for IntelliJ, you should restart IntelliJ and create a new project.