Skip to content

Commit 9563d67

Browse files
authored
Merge pull request #125304 from hyoshioka0128/patch-246190
Update tutorial-java-jboss-mysql-app.md (Typo "flexible server"→"Flex…
2 parents fba154b + 4030e2d commit 9563d67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This tutorial shows how to build, configure, and deploy a secure JBoss applicati
2020
In this tutorial, you learn how to:
2121

2222
> [!div class="checklist"]
23-
> * Create a secure-by-default architecture for Azure App Service and Azure Database for MySQL flexible server.
23+
> * Create a secure-by-default architecture for Azure App Service and Azure Database for MySQL Flexible Server.
2424
> * Secure database connectivity using a passwordless connection string.
2525
> * Verify JBoss data sources in App Service using JBoss CLI.
2626
> * Deploy a JBoss sample app to App Service from a GitHub repository.
@@ -160,7 +160,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
160160
- **App Service plan**: Defines the compute resources for App Service. A Linux plan in the *Basic* tier is created.
161161
- **App Service**: Represents your app and runs in the App Service plan.
162162
- **Virtual network**: Integrated with the App Service app and isolates back-end network traffic.
163-
- **Azure Database for MySQL flexible server**: Accessible only from the virtual network. A database and a user are created for you on the server.
163+
- **Azure Database for MySQL Flexible Server**: Accessible only from the virtual network. A database and a user are created for you on the server.
164164
- **Private DNS zones**: Enable DNS resolution of the database server in the virtual network.
165165
- **Private endpoints**: Access endpoints for the database server in the virtual network.
166166
:::column-end:::
@@ -195,7 +195,7 @@ In this step, you generate a managed identity based service connection, which yo
195195
:::column span="2":::
196196
**Step 2: Enable Microsoft Entra authentication in the MySQL server.**
197197
1. In the top search bar, type *msdocs-jboss-mysql-server*.
198-
1. Select the Azure Database for MySQL flexible server resource called **msdocs-jboss-mysql-server**.
198+
1. Select the Azure Database for MySQL Flexible Server resource called **msdocs-jboss-mysql-server**.
199199
1. From the left menu, select **Security** > **Authentication**.
200200
1. In **Assign access to**, select **Microsoft Entra authentication only**.
201201
1. In **User assigned managed identity**, select **Select**.
@@ -205,7 +205,7 @@ In this step, you generate a managed identity based service connection, which yo
205205
1. Select **Save** and wait for the operation to complete.
206206
:::column-end:::
207207
:::column:::
208-
:::image type="content" source="./media/tutorial-java-jboss-mysql-app/azure-portal-create-passwordless-connection-2.png" alt-text="A screenshot showing how to configure Microsoft Entra authentication for Azure Database for MySQL flexible server." lightbox="./media/tutorial-java-jboss-mysql-app/azure-portal-create-passwordless-connection-2.png":::
208+
:::image type="content" source="./media/tutorial-java-jboss-mysql-app/azure-portal-create-passwordless-connection-2.png" alt-text="A screenshot showing how to configure Microsoft Entra authentication for Azure Database for MySQL Flexible Server." lightbox="./media/tutorial-java-jboss-mysql-app/azure-portal-create-passwordless-connection-2.png":::
209209
:::column-end:::
210210
:::row-end:::
211211
:::row:::
@@ -496,7 +496,7 @@ The dev container already has the [Azure Developer CLI](/azure/developer/azure-d
496496
- **App Service plan**: Defines the compute resources for App Service. A Linux plan in the *B1* tier is created.
497497
- **App Service**: Represents your app and runs in the App Service plan.
498498
- **Virtual network**: Integrated with the App Service app and isolates back-end network traffic.
499-
- **Azure Database for MySQL flexible server**: Accessible only from the virtual network. A database is created for you on the server.
499+
- **Azure Database for MySQL Flexible Server**: Accessible only from the virtual network. A database is created for you on the server.
500500
- **Azure Cache for Redis**: Accessible only from within the virtual network.
501501
- **Private endpoints**: Access endpoints for the key vault and the Redis cache in the virtual network.
502502
- **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)