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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,8 @@ For your convenience, the [sample repository](https://github.com/Azure-Samples/m
80
80
:::column-end:::
81
81
:::row-end:::
82
82
83
+
::: zone pivot="azure-portal"
84
+
83
85
## 2. Create App Service and MySQL
84
86
85
87
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
173
175
1. Select **Go**.
174
176
:::column-end:::
175
177
:::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":::
177
179
:::column-end:::
178
180
:::row-end:::
179
181
:::row:::
@@ -182,7 +184,7 @@ In this step, you use the SSH connection to the app container to verify the JNDI
182
184
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.
183
185
:::column-end:::
184
186
:::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":::
186
188
:::column-end:::
187
189
:::row-end:::
188
190
@@ -443,7 +445,7 @@ In this step, you use the SSH connection to the app container to verify the JNDI
443
445
1. Select **Go**.
444
446
:::column-end:::
445
447
:::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":::
447
449
:::column-end:::
448
450
:::row-end:::
449
451
:::row:::
@@ -452,7 +454,7 @@ In this step, you use the SSH connection to the app container to verify the JNDI
452
454
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.
453
455
:::column-end:::
454
456
:::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":::
0 commit comments