Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Monitoring Azure App Service #18898

Merged
merged 8 commits into from
Oct 15, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
title: Azure App Service monitoring
tags:
- Azure
- Agents
- Manage APM agents
metaDescription: Information on how to monitor Azure app services with New Relic agents.
redirects:
freshnessValidatedDate: never
---

Azure App Service is a fully managed Platform as a Service (PaaS) offering from Microsoft Azure that enables developers to build, deploy, and scale web applications, mobile backends, and APIs quickly and efficiently across various programming languages and frameworks.

By integrating New Relic's Application Performance Monitoring (APM) agents with Azure App Service, you can achieve comprehensive monitoring and optimization of your applications. New Relic APM provides real-time insights and actionable data to help you ensure your applications are performing at their best. The following table provides details for all the Azure App Service monitoring with New Relic

## New Relic APM monitoring features for Azure app service [#app-services]

New Relic supports Azure App Service monitoring for some of our application monitoring (APM) agents. You can find installation procedures to set up Azure App Service monitoring in the table below.

<table>
<thead>
<tr>
<th>
Runtime
</th>
<th>
OS
</th>
<th>
App type
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Java
</td>
<td>
Windows and Linux
</td>
<td>
[Web app](/install/java/)
</td>
</tr>
<tr>
<td>
.NET
</td>
<td>
Windows and Linux
</td>
<td>
[Web app](/install/dotnet/?deployment=azure&azure=azuresiteextension)
</td>
</tr>
<tr>
<td>
Node.js
</td>
<td>
Windows and Linux
</td>
<td>
Web app [standard installation](/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent-azure-site-extension) or with [Docker](/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent-docker)
</td>
</tr>
<tr>
<td>
Python
</td>
<td>
Linux
</td>
<td>
[Web apps and container apps](/docs/apm/agents/python-agent/hosting-services/python-azure-containerapps-appservice) or with [Touchless integration](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration)
</td>
</tr>
</tbody>
</table>
2 changes: 2 additions & 0 deletions src/nav/apm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pages:
path: /docs/apm/new-relic-apm/apdex/apdex-measure-user-satisfaction
- title: APM data security
path: /docs/apm/new-relic-apm/getting-started/apm-agent-data-security
- title: Monitoring Azure app service
path: /docs/apm/agents/manage-apm-agents/azure/monitoring-azure-app-service
- title: APM agents
pages:
- title: Go monitoring
Expand Down
Loading