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/configure-language-java.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ This section shows how to connect Java applications deployed on Azure App Servic
189
189
1. Create a NewRelic account at [NewRelic.com](https://newrelic.com/signup)
190
190
2. Download the Java agent from NewRelic, it will have a file name similar to *newrelic-java-x.x.x.zip*.
191
191
3. Copy your license key, you'll need it to configure the agent later.
192
-
4.[SSH into your AppService 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*.
193
193
5.Upload the unpacked NewRelicJava agent files into a directory under */home/site/wwwroot/apm*.The files for your agent should be in */home/site/wwwroot/apm/newrelic*.
194
194
6.Modify the YAML file at */home/site/wwwroot/apm/newrelic/newrelic.yml* and replace the placeholder license value with your own license key.
195
195
7.In the Azure portal, browse to your application in AppService and create a new Application Setting.
@@ -200,7 +200,7 @@ This section shows how to connect Java applications deployed on Azure App Servic
200
200
201
201
1. Create an AppDynamics account at [AppDynamics.com](https://www.appdynamics.com/community/register/)
202
202
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 AppService 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*.
204
204
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*.
205
205
5.In the Azure portal, browse to your application in AppService and create a new Application Setting.
206
206
- 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