Skip to content

Commit

Permalink
fixed minor enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
cbehera-newrelic committed Jan 8, 2025
1 parent 2f4c1f9 commit e3fc38f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metaDescription: Azure function monitoring agent compatibility and requirements.
freshnessValidatedDate: never
---

Before you [instrument Azure functions](/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/configure-serverless-aws-monitoring), make sure your system meets the following requirements.
Before you [instrument Azure Functions](/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/configure-serverless-aws-monitoring), make sure your system meets the following requirements.

## Basic requirements [#requirements]

Expand All @@ -13,7 +13,7 @@ Before you [instrument Azure functions](/docs/serverless-function-monitoring/aws

* A <InlinePopover type="userKey" />.

* .NET agent version 10.30 or above
* .NET agent version 10.30 or above.


<Callout variant="tip" title="NOTE">
Expand Down Expand Up @@ -64,7 +64,7 @@ Based on your hosting environment, the following runtimes are supported.
## What's next

<DocTiles>
<DocTile title="Install and configure Azure functions monitoring" path="/docs/serverless-function-monitoring/azure-function-monitoring/install-serverless-azure-monitoring" >Get started with instrumentation and configuration for your Azure functions</DocTile>
<DocTile title="Install and configure Azure Functions monitoring" path="/docs/serverless-function-monitoring/azure-function-monitoring/install-serverless-azure-monitoring" >Get started with instrumentation and configuration for your Azure Functions</DocTile>

</DocTiles>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ Environment variables are a way to store configuration and secrets outside of yo
<td>`CORECLR_ENABLE_PROFILING`</td>
<td>`0`</td>
<td>`0`, `1`</td>
<td>**Required**: Enable profiling by setting this to `1`.</td>
<td>**Required**. Enable profiling by setting this to `1`.</td>
</tr>
<tr>
<td>`CORECLR_PROFILER`</td>
<td></td>
<td></td>
<td>**Required**: Set this to enable the .NET agent.</td>
<td>**Required**. Set this to enable the .NET agent.</td>
</tr>
<tr>
<td>`CORECLR_NEWRELIC_HOME`</td>
<td></td>
<td></td>
<td>**Required**: Set this to enable the .NET agent.</td>
<td>**Required**. Set this to enable the .NET agent.</td>
</tr>
<tr>
<td>`CORECLR_PROFILER_PATH`</td>
<td></td>
<td></td>
<td>**Required**: Set this to enable the .NET agent.</td>
<td>**Required**. Set this to enable the .NET agent.</td>
</tr>

<tr>
Expand All @@ -62,7 +62,7 @@ Environment variables are a way to store configuration and secrets outside of yo
<td>`NEW_RELIC_AZURE_FUNCTION_MODE_ENABLED`</td>
<td>`1`</td>
<td>`1`, `0`</td>
<td>Disable Azure function mode by setting the value to `0`.</td>
<td>Disable Azure Functions mode by setting the value to `0`.</td>
</tr>
<tr>
<td>`NEW_RELIC_LOG_DIRECTORY`</td>
Expand All @@ -83,6 +83,6 @@ Environment variables are a way to store configuration and secrets outside of yo
## What's next

<DocTiles>
<DocTile title="Install and configure Azure functions monitoring" path="/docs/serverless-function-monitoring/azure-function-monitoring/install-serverless-azure-monitoring" >Get started with instrumentation and configuration for your Azure functions</DocTile>
<DocTile title="Install and configure Azure Functions monitoring" path="/docs/serverless-function-monitoring/azure-function-monitoring/install-serverless-azure-monitoring" >Get started with instrumentation and configuration for your Azure functions</DocTile>

</DocTiles>
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Install and configure Azure functions monitoring on New Relic"
metaDescription: Configure your Azure functions with New Relic
title: "Install and configure Azure Functions monitoring on New Relic"
metaDescription: Configure your Azure Functions with New Relic
freshnessValidatedDate: never

---

## Before you begin [#begin]

Ensure that your Azure functions meet our [compatibility and requirements](/docs/serverless-function-monitoring/azure-function-monitoring/compatibility-requirement-azure-monitoring).
Ensure that your Azure Functions meet our [compatibility and requirements](/docs/serverless-function-monitoring/azure-function-monitoring/compatibility-requirement-azure-monitoring).

<Steps>

Expand All @@ -18,9 +18,9 @@ You can link your Azure account to New Relic by configuring the polling of Azure
</Step>

<Step>
## Instrument your Azure functions with the New Relic .NET Agent
## Instrument your Azure Functions with the New Relic .NET Agent

Based on your requirement, select one of the following options to instrument your Azure functions with the New Relic .NET agent.
Based on your requirement, select one of the following options to instrument your Azure Functions with the New Relic .NET agent.

<Tabs>
<TabsBar>
Expand Down Expand Up @@ -82,7 +82,7 @@ Based on your requirement, select one of the following options to instrument you

After you've instrumented your Azure Functions with the New Relic .NET Agent, do the following to configure the [environment variables](/docs/serverless-function-monitoring/azure-function-monitoring/env-variables-azure) to send the data to New Relic.

1. Navigate to your Azure function in the Azure portal, under **Settings**, click **Environment variables**, and then click **Advanced edit**.
1. Navigate to your Azure Functions in the Azure portal, under **Settings**, click **Environment variables**, and then click **Advanced edit**.

2. Based on your application requirement, paste the following values.

Expand Down Expand Up @@ -260,16 +260,17 @@ Ensure that you add a comma at the end of the last existing line and update your

<Step>

## Restart your Azure functions
## Restart your Azure Functions

After you've added the environment variables, restart your Azure functions to apply the changes.
After you've added the environment variables, restart your Azure Functions to apply the changes.
</Step>

<Step>
## Send traffic to your Azure functions
</Steps>

## Send traffic to your Azure Functions

Send traffic to the Azure Functions and review the New Relic UI dashboard to see the metrics.


Send traffic to the Azure function and review the NewRelic UI dashboard to see the metrics.
</Step>

</Steps>

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ For Azure Functions, the agent reports data such as distributed traces and logs,

<DocTiles>
<DocTile title="Compatibility and requirements" path="/docs/serverless-function-monitoring/azure-function-monitoring/compatibility-requirement-azure-monitoring">Learn more about supported runtimes and prerequisites</DocTile>
<DocTile title="Install and configure Azure functions monitoring" path="/docs/serverless-function-monitoring/azure-function-monitoring/install-serverless-azure-monitoring" >Get started with instrumentation and configuration for your Azure functions</DocTile>
<DocTile title="Install and configure Azure Functions monitoring" path="/docs/serverless-function-monitoring/azure-function-monitoring/install-serverless-azure-monitoring" >Get started with instrumentation and configuration for your Azure Functions</DocTile>

</DocTiles>

0 comments on commit e3fc38f

Please sign in to comment.