Skip to content

Commit d37670a

Browse files
authored
Merge pull request #125324 from hyoshioka0128/patch-656871
Update tutorial-java-tomcat-mysql-app.md (Typo "flexible server"→"Fle…
2 parents d767ec9 + cd474d7 commit d37670a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
158158
- **App Service plan**: Defines the compute resources for App Service. A Linux plan in the *Basic* tier is created.
159159
- **App Service**: Represents your app and runs in the App Service plan.
160160
- **Virtual network**: Integrated with the App Service app and isolates back-end network traffic.
161-
- **Azure Database for MySQL flexible server**: Accessible only from the virtual network. A database and a user are created for you on the server.
161+
- **Azure Database for MySQL Flexible Server**: Accessible only from the virtual network. A database and a user are created for you on the server.
162162
- **Private DNS zones**: Enable DNS resolution of the database server in the virtual network.
163163
<!-- Author note: Azure Database for MySQL's networking is not the same as other databases. It integrates with a private DNS zone, not with a private endpoint. -->
164164
:::column-end:::
@@ -531,7 +531,7 @@ The dev container already has the [Azure Developer CLI](/azure/developer/azure-d
531531
- **App Service plan**: Defines the compute resources for App Service. A Linux plan in the *B1* tier is created.
532532
- **App Service**: Represents your app and runs in the App Service plan.
533533
- **Virtual network**: Integrated with the App Service app and isolates back-end network traffic.
534-
- **Azure Database for MySQL flexible server**: Accessible only from the virtual network through the DNS zone integration. A database is created for you on the server.
534+
- **Azure Database for MySQL Flexible Server**: Accessible only from the virtual network through the DNS zone integration. A database is created for you on the server.
535535
- **Azure Cache for Redis**: Accessible only from within the virtual network.
536536
- **Private endpoints**: Access endpoints for the key vault and the Redis cache in the virtual network.
537537
- **Private DNS zones**: Enable DNS resolution of the key vault, the database server, and the Redis cache in the virtual network.

0 commit comments

Comments
 (0)