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/spring-apps/how-to-new-relic-monitor.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,43 +61,41 @@ Use the following procedure to access the agent:
61
61
62
62
Azure Spring Apps pre-installs the New Relic Java agent to */opt/agents/newrelic/java/newrelic-agent.jar*. Customers can activate the agent from applications' **JVM options**, as well as configure the agent using the [New Relic Java agent environment variables](https://docs.newrelic.com/docs/agents/java-agent/configuration/java-agent-configuration-config-file/#Environment_Variables).
63
63
64
-
## Portal
64
+
## Azure portal
65
65
66
-
You can also activate this agent from portal with the following procedure.
66
+
You can also activate this agent from the Azure portal with the following procedure.
67
67
68
-
1. Find the app from **Settings**/**Apps** in the navigation pane.
68
+
1. In your Azure Spring Apps instance, select **Apps** in the navigation pane.
69
69
70
-
[](media/new-relic-monitoring/find-app.png)
70
+
:::image type="content" source="media/new-relic-monitoring/find-app.png" alt-text="Screenshot of the Azure portal showing the Apps page for an Azure Spring Apps instance." lightbox="media/new-relic-monitoring/find-app.png":::
71
71
72
-
2. Select the application to jump to the **Overview** page.
72
+
1. Select the application from the list, and then select **Configuration** in the navigation pane.
1. Use the **General settings** tab to update values such as the JVM options.
75
75
76
-
3. Select **Configuration** in the left navigation pane to add/update/delete the **Environment Variables** of the application.
76
+
:::image type="content" source="media/new-relic-monitoring/update-jvm-option.png" alt-text="Screenshot of the Azure portal showing the Configuration page for an app in an Azure Spring Apps instance, with the General settings tab selected." lightbox="media/new-relic-monitoring/update-jvm-option.png":::
1. Select **Environment variables** to add or update the variables used by your application.
79
79
80
-
4. Select **General settings** to add/update/delete the **JVM options** of the application.
80
+
:::image type="content" source="media/new-relic-monitoring/configurations-update-environment.png" alt-text="Screenshot of the Azure portal showing the Configuration page for an app in an Azure Spring Apps instance, with the Environmental variables tab selected." lightbox="media/new-relic-monitoring/configurations-update-environment.png":::
0 commit comments