Skip to content

Commit 13429dd

Browse files
committed
fixed mismatched paths for files and includes
1 parent 34544bd commit 13429dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/configure-language-java.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Performance reports, traffic visualizations, and health checkups are available f
3939

4040
### SSH console access
4141

42-
[!INCLUDE [Open SSH session in browser](../includes/app-service-web-ssh-connect-builtin-no-h.md)]
42+
[!INCLUDE [Open SSH session in browser](/includes/app-service-web-ssh-connect-builtin-no-h.md)]
4343

4444
### Stream diagnostic logs
4545

46-
[!INCLUDE [Access diagnostic logs](../includes/app-service-web-logs-access-no-h.md)]
46+
[!INCLUDE [Access diagnostic logs](/includes/app-service-web-logs-access-no-h.md)]
4747

4848
For more information, see [Streaming logs with the Azure CLI](troubleshoot-diagnostic-logs.md#streaming-with-azure-cli).
4949

@@ -173,7 +173,7 @@ Follow the instructions in the [Bind an existing custom SSL certificate](app-ser
173173
174174
### Use KeyVault References
175175
176-
[Azure KeyVault](../../key-vault/key-vault-overview.md) provides centralized secret management with access policies and audit history. You can store secrets (such as passwords or connection strings) in KeyVault and access these secrets in your application through environment variables.
176+
[Azure KeyVault](../key-vault/key-vault-overview.md) provides centralized secret management with access policies and audit history. You can store secrets (such as passwords or connection strings) in KeyVault and access these secrets in your application through environment variables.
177177
178178
First, follow the instructions for [granting your app access to Key Vault](app-service-key-vault-references.md#granting-your-app-access-to-key-vault) and [making a KeyVault reference to your secret in an Application Setting](app-service-key-vault-references.md#reference-syntax). You can validate that the reference resolves to the secret by printing the environment variable while remotely accessing the App Service terminal.
179179
@@ -252,7 +252,7 @@ Finally, we will place the driver JARs in the Tomcat classpath and restart your
252252
253253
3. Connect to the local tunneling port with your SFTP client and upload the files to the */home/tomcat/lib* folder.
254254
255-
Alternatively, you can use an FTP client to upload the JDBC driver. Follow these [instructions for getting your FTP credentials](../deploy-configure-credentials.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json).
255+
Alternatively, you can use an FTP client to upload the JDBC driver. Follow these [instructions for getting your FTP credentials](deploy-configure-credentials.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json).
256256
257257
## Configuring Tomcat
258258

0 commit comments

Comments
 (0)