Skip to content

Commit

Permalink
feat(azure): bring PR up to date with origin, apply tech writer edits
Browse files Browse the repository at this point in the history
  • Loading branch information
akristen committed Oct 14, 2024
1 parent b6a3e9c commit 15e71c9
Showing 1 changed file with 19 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Monitoring Azure app service
title: Azure App Service monitoring
tags:
- Azure
- Agents
Expand All @@ -9,130 +9,87 @@ redirects:
freshnessValidatedDate: never
---

## Overview of Azure app service [#overview]
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.

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. Key features include automatic scaling to meet changing demand, continuous deployment through integration with Git repositories like GitHub and Azure DevOps, built-in security and compliance measures, and the ability to deploy applications globally for improved performance and availability.
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]

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 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>
OS
Runtime
</th>
<th>
Runtime
OS
</th>
<th>
App type
</th>
<th>
Documentation
Docs
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Windows
</td>
<td>
.NET
</td>
<td>
Web app
</td>
<td>
[.NET Azure Site Extention](https://docs.newrelic.com/install/dotnet/?deployment=azure&azure=azuresiteextension)
</td>
</tr>
<tr>
<td>
Windows
</td>
<td>
Java
</td>
<td>
Web app
</td>
<td>
[Java Install](https://docs.newrelic.com/install/java/)
</td>
</tr>
<tr>
<td>
Windows
</td>
<td>
Node
Windows and Linux
</td>
<td>
Web app
</td>
<td>
[Node Azure Site Extention](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent-azure-site-extension)
[Java](/install/java/)
</td>
</tr>
<tr>
<td>
Linux
</td>
<td>
.NET
</td>
<td>
Web app
</td>
<td>
Link
</td>
</tr>
<tr>
<td>
Linux
</td>
<td>
Java
Windows and Linux
</td>
<td>
Web app
</td>
<td>
Link
[.NET](/install/dotnet/?deployment=azure&azure=azuresiteextension)
</td>
</tr>
<tr>
<td>
Linux
Node.js
</td>
<td>
Node
Windows and Linux
</td>
<td>
Web app
</td>
<td>
Link
[Node.js](/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent-azure-site-extension)
</td>
</tr>
<tr>
<td>
Linux
Python
</td>
<td>
Python
Linux
</td>
<td>
Web app
Web apps and container apps
</td>
<td>
Link
[Python](/docs/apm/agents/python-agent/hosting-services/python-azure-containerapps-appservice)
</td>
</tr>
</tbody>
</table>

</table>

0 comments on commit 15e71c9

Please sign in to comment.