We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The steps mentioned on this link:
https://code.visualstudio.com/docs/java/java-on-azure
for the following:
The above articles provide steps to deploy App Service from VS Code. The steps are wrong and they are not working for: https://code.visualstudio.com/docs/java/java-webapp https://code.visualstudio.com/docs/java/java-spring-apps
It should be as follows:
PS> mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config PS> mvn package azure-webapp:deploy
The above PS commands will also create the App Service and deploy it.
Please fix the relevant web pages.
The text was updated successfully, but these errors were encountered:
Duplicate of #5911
Sorry, something went wrong.
gregvanl
No branches or pull requests
The steps mentioned on this link:
https://code.visualstudio.com/docs/java/java-on-azure
for the following:
The above articles provide steps to deploy App Service from VS Code. The steps are wrong and they are not working for:
https://code.visualstudio.com/docs/java/java-webapp
https://code.visualstudio.com/docs/java/java-spring-apps
It should be as follows:
https://learn.microsoft.com/en-us/azure/app-service/quickstart-java?pivots=platform-linux-development-environment-maven&tabs=tomcat
The above PS commands will also create the App Service and deploy it.
Please fix the relevant web pages.
The text was updated successfully, but these errors were encountered: