Skip to content

Commit 22626e3

Browse files
committed
invalid page reference
1 parent f00f06b commit 22626e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This section shows how to connect Java applications deployed on Azure App Servic
189189
1. Create a NewRelic account at [NewRelic.com](https://newrelic.com/signup)
190190
2. Download the Java agent from NewRelic, it will have a file name similar to *newrelic-java-x.x.x.zip*.
191191
3. Copy your license key, you'll need it to configure the agent later.
192-
4. [SSH into your App Service instance](app-service-linux-ssh-support.md) and create a new directory */home/site/wwwroot/apm*.
192+
4. Use the [Kudu console](https://github.com/projectkudu/kudu/wiki/Kudu-console) to create a new directory */home/site/wwwroot/apm*.
193193
5. Upload the unpacked NewRelic Java agent files into a directory under */home/site/wwwroot/apm*. The files for your agent should be in */home/site/wwwroot/apm/newrelic*.
194194
6. Modify the YAML file at */home/site/wwwroot/apm/newrelic/newrelic.yml* and replace the placeholder license value with your own license key.
195195
7. In the Azure portal, browse to your application in App Service and create a new Application Setting.
@@ -200,7 +200,7 @@ This section shows how to connect Java applications deployed on Azure App Servic
200200

201201
1. Create an AppDynamics account at [AppDynamics.com](https://www.appdynamics.com/community/register/)
202202
2. Download the Java agent from the AppDynamics website, the file name will be similar to *AppServerAgent-x.x.x.xxxxx.zip*
203-
3. [SSH into your App Service instance](app-service-linux-ssh-support.md) and create a new directory */home/site/wwwroot/apm*.
203+
3. Use the [Kudu console](https://github.com/projectkudu/kudu/wiki/Kudu-console) to create a new directory */home/site/wwwroot/apm*.
204204
4. Upload the Java agent files into a directory under */home/site/wwwroot/apm*. The files for your agent should be in */home/site/wwwroot/apm/appdynamics*.
205205
5. In the Azure portal, browse to your application in App Service and create a new Application Setting.
206206
- If you're using **Java SE**, create an environment variable named `JAVA_OPTS` with the value `-javaagent:/home/site/wwwroot/apm/appdynamics/javaagent.jar -Dappdynamics.agent.applicationName=<app-name>` where `<app-name>` is your App Service name.

0 commit comments

Comments
 (0)