Skip to content

Commit a67e0dc

Browse files
committed
note on persistence
1 parent c990379 commit a67e0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ In this step, you generate a managed identity based service connection, which yo
183183
1. Select **Create**.
184184
1. In **Resource group**, select **msdocs-jboss-mysql_group**.
185185
1. In **Region**, select the same region that you used for your web app.
186-
1. In **Name**, type **msdocs-jboss-mysql-serveri-identity**.
186+
1. In **Name**, type **msdocs-jboss-mysql-server-identity**.
187187
1. Select **Review + create**.
188188
1. Select **Create**.
189189
:::column-end:::
@@ -275,7 +275,7 @@ If you add an app setting that contains a valid JDBC connection string for Oracl
275275
:::row-end:::
276276

277277
> [!NOTE]
278-
> Only changes to files in `/home` can persist beyond app restarts. For example, if you edit `/opt/eap/standalone/configuration/standalone.xml`, the changes won't persist beyond an app restart.
278+
> Only changes to files in `/home` can persist beyond app restarts. For example, if you edit `/opt/eap/standalone/configuration/standalone.xml` or change server configuration in the JBoss CLI, the changes won't persist beyond an app restart. To persist your changes, use a startup script, such as demonstrated in [Configure data sources for a Tomcat, JBoss, or Java SE app in Azure App Service](configure-language-java-data-sources.md?tabs=linux&pivots=java-jboss)
279279
>
280280
281281
Having issues? Check the [Troubleshooting section](#troubleshooting).

0 commit comments

Comments
 (0)