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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,11 +186,11 @@ This section shows how to connect Java applications deployed on Azure App Servic
186
186
187
187
### Configure New Relic
188
188
189
-
1. Create a NewRelic account at [NewRelic.com](https://newrelic.com/signup)
189
+
1. Create a New Relic 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
192
4.Use the [Kudu console](https://github.com/projectkudu/kudu/wiki/Kudu-console) to create a new directory */home/site/wwwroot/apm*.
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*.
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.
196
196
- If your app is using **Java SE**, create an environment variable named `JAVA_OPTS` with the value `-javaagent:/home/site/wwwroot/apm/newrelic/newrelic.jar`.
@@ -300,7 +300,7 @@ Azure's supported Java Development Kit (JDK) is [Zulu](https://www.azul.com/down
300
300
301
301
Major version updates will be provided through new runtime options in Azure App Service for Windows. Customers update to these newer versions of Java by configuring their App Service deployment and are responsible for testing and ensuring the major update meets their needs.
302
302
303
-
SupportedJDKs are automatically patched on a quarterly basis in January, April, July, and October of each year. For more information on Java on Azure, please see [this support document](https://docs.microsoft.com/en-us/azure/java/jdk/).
303
+
SupportedJDKs are automatically patched on a quarterly basis in January, April, July, and October of each year. For more information on Java on Azure, please see [this support document](https://docs.microsoft.com/azure/java/jdk/).
0 commit comments