You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-java-tomcat-mysql-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
158
158
- **App Service plan**: Defines the compute resources for App Service. A Linux plan in the *Basic* tier is created.
159
159
- **App Service**: Represents your app and runs in the App Service plan.
160
160
- **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.
162
162
- **Private DNS zones**: Enable DNS resolution of the database server in the virtual network.
163
163
<!-- 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. -->
164
164
:::column-end:::
@@ -531,7 +531,7 @@ The dev container already has the [Azure Developer CLI](/azure/developer/azure-d
531
531
- **App Service plan**: Defines the compute resources for App Service. A Linux plan in the *B1* tier is created.
532
532
- **App Service**: Represents your app and runs in the App Service plan.
533
533
- **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.
535
535
- **Azure Cache for Redis**: Accessible only from within the virtual network.
536
536
- **Private endpoints**: Access endpoints for the key vault and the Redis cache in the virtual network.
537
537
- **Private DNS zones**: Enable DNS resolution of the key vault, the database server, and the Redis cache in the virtual network.
0 commit comments