Skip to content

Commit 3351ca4

Browse files
committed
fix "new relic" and localization
1 parent 22626e3 commit 3351ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ This section shows how to connect Java applications deployed on Azure App Servic
186186
187187
### Configure New Relic
188188
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)
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.
192192
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 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*.
193+
5. Upload the unpacked New Relic 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.
196196
- 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
300300

301301
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.
302302

303-
Supported JDKs 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+
Supported JDKs 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/).
304304

305305
### Security updates
306306

0 commit comments

Comments
 (0)