Skip to content

Commit be5dd86

Browse files
cephalinCephas Lin
authored andcommitted
Troubleshooting for MySQL deployment
1 parent f13c792 commit be5dd86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/app-service/tutorial-java-tomcat-mysql-app.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,14 @@ azd down
525525

526526
You can ignore the warnings. The Maven Jetty plugin shows the warnings because the app's *pom.xml* contains the dependency for `jakarta.servlet.jsp.jstl`, which the Jetty already provides out of the box. You need the dependency for Tomcat.
527527
528+
#### The portal deployment view for Azure Database for MySQL Flexible Server shows a Conflict status
529+
530+
Depending on your subscription and the region you select, you may see the deployment status for Azure Database for MySQL Flexible Server to be `Conflict`, with the following message in Operation details:
531+
532+
`InternalServerError: An unexpected error occured while processing the request.`
533+
534+
This is most likely because there's a limit on your subscription for the region you select. Try choosing a different region for your deployment.
535+
528536
## Frequently asked questions
529537

530538
- [How much does this setup cost?](#how-much-does-this-setup-cost)

0 commit comments

Comments
 (0)