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-jboss-mysql-app.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This tutorial shows how to build, configure, and deploy a secure JBoss applicati
20
20
In this tutorial, you learn how to:
21
21
22
22
> [!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.
24
24
> * Secure database connectivity using a passwordless connection string.
25
25
> * Verify JBoss data sources in App Service using JBoss CLI.
26
26
> * 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
160
160
- **App Service plan**: Defines the compute resources for App Service. A Linux plan in the *Basic* tier is created.
161
161
- **App Service**: Represents your app and runs in the App Service plan.
162
162
- **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.
164
164
- **Private DNS zones**: Enable DNS resolution of the database server in the virtual network.
165
165
- **Private endpoints**: Access endpoints for the database server in the virtual network.
166
166
:::column-end:::
@@ -195,7 +195,7 @@ In this step, you generate a managed identity based service connection, which yo
195
195
:::column span="2":::
196
196
**Step 2: Enable Microsoft Entra authentication in the MySQL server.**
197
197
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**.
199
199
1. From the left menu, select **Security** > **Authentication**.
200
200
1. In **Assign access to**, select **Microsoft Entra authentication only**.
201
201
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
205
205
1. Select **Save** and wait for the operation to complete.
206
206
:::column-end:::
207
207
:::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":::
209
209
:::column-end:::
210
210
:::row-end:::
211
211
:::row:::
@@ -496,7 +496,7 @@ The dev container already has the [Azure Developer CLI](/azure/developer/azure-d
496
496
- **App Service plan**: Defines the compute resources forApp Service. A Linux planin the *B1* tier is created.
497
497
- **App Service**: Represents your app and runs in the App Service plan.
498
498
- **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.
500
500
- **Azure Cache for Redis**: Accessible only from within the virtual network.
501
501
- **Private endpoints**: Access endpoints forthe key vault and the Redis cachein the virtual network.
502
502
- **Private DNS zones**: Enable DNS resolution of the key vault, the database server, and the Redis cache in the virtual network.
0 commit comments