Skip to content

Commit 2a33ecb

Browse files
cephalinCephas Lin
authored andcommitted
validation
1 parent 534c0cd commit 2a33ecb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ For your convenience, the [sample repository](https://github.com/Azure-Samples/m
8080
:::column-end:::
8181
:::row-end:::
8282

83+
::: zone pivot="azure-portal"
84+
8385
## 2. Create App Service and MySQL
8486

8587
First, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service and Azure Database for MySQL. For the creation process, you'll specify:
@@ -173,7 +175,7 @@ In this step, you use the SSH connection to the app container to verify the JNDI
173175
1. Select **Go**.
174176
:::column-end:::
175177
:::column:::
176-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-check-config-in-ssh-1.png" alt-text="A screenshot showing how to open the SSH shell for your app from the Azure portal." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-check-config-in-ssh-1.png":::
178+
:::image type="content" source="./media/tutorial-java-tomcat-mysql-app/azure-portal-check-config-in-ssh-1.png" alt-text="A screenshot showing how to open the SSH shell for your app from the Azure portal." lightbox="./media/tutorial-java-tomcat-mysql-app/azure-portal-check-config-in-ssh-1.png":::
177179
:::column-end:::
178180
:::row-end:::
179181
:::row:::
@@ -182,7 +184,7 @@ In this step, you use the SSH connection to the app container to verify the JNDI
182184
1. Run `cat /usr/local/tomcat/conf/context.xml`. You should see that a JNDI resource called `jdbc/AZURE_MYSQL_CONNECTIONSTRING_DS` has been added. You will use this data source later.
183185
:::column-end:::
184186
:::column:::
185-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-check-config-in-ssh-2.png" alt-text="A screenshot showing the commands to run in the SSH shell and their output." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-check-config-in-ssh-2.png":::
187+
:::image type="content" source="./media/tutorial-java-tomcat-mysql-app/azure-portal-check-config-in-ssh-2.png" alt-text="A screenshot showing the commands to run in the SSH shell and their output." lightbox="./media/tutorial-java-tomcat-mysql-app/azure-portal-check-config-in-ssh-2.png":::
186188
:::column-end:::
187189
:::row-end:::
188190

@@ -443,7 +445,7 @@ In this step, you use the SSH connection to the app container to verify the JNDI
443445
1. Select **Go**.
444446
:::column-end:::
445447
:::column:::
446-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-check-config-in-ssh-1.png" alt-text="A screenshot showing how to open the SSH shell for your app from the Azure portal." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-check-config-in-ssh-1.png":::
448+
:::image type="content" source="./media/tutorial-java-tomcat-mysql-app/azure-portal-check-config-in-ssh-1.png" alt-text="A screenshot showing how to open the SSH shell for your app from the Azure portal." lightbox="./media/tutorial-java-tomcat-mysql-app/azure-portal-check-config-in-ssh-1.png":::
447449
:::column-end:::
448450
:::row-end:::
449451
:::row:::
@@ -452,7 +454,7 @@ In this step, you use the SSH connection to the app container to verify the JNDI
452454
1. Run `cat /usr/local/tomcat/conf/context.xml`. You should see that a JNDI resource called `jdbc/AZURE_MYSQL_CONNECTIONSTRING_DS` has been added. You will use this data source later.
453455
:::column-end:::
454456
:::column:::
455-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-check-config-in-ssh-2.png" alt-text="A screenshot showing the commands to run in the SSH shell and their output." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-check-config-in-ssh-2.png":::
457+
:::image type="content" source="./media/tutorial-java-tomcat-mysql-app/azure-portal-check-config-in-ssh-2.png" alt-text="A screenshot showing the commands to run in the SSH shell and their output." lightbox="./media/tutorial-java-tomcat-mysql-app/azure-portal-check-config-in-ssh-2.png":::
456458
:::column-end:::
457459
:::row-end:::
458460

0 commit comments

Comments
 (0)