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: src/content/docs/serverless-function-monitoring/azure-function-monitoring/compatibility-requirement-azure-monitoring.mdx
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,14 @@ Before you [instrument Azure Functions](/docs/serverless-function-monitoring/azu
11
11
12
12
* Azure Functions hosted on [consumption plan](https://learn.microsoft.com/en-us/azure/azure-functions/consumption-plan) or [dedicated plan](https://learn.microsoft.com/en-us/azure/azure-functions/dedicated-plan).
13
13
14
+
<Calloutvariant="important">
15
+
16
+
Note: [in-process](https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library) functions hosted on Linux with a consumption plan are not supported.
17
+
18
+
</Callout>
19
+
20
+
* Your Azure function app must use version 4 of the [Azure Functions runtime](https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions) or greater. Look for the following in your function app's .csproj file: `<AzureFunctionsVersion>v4</AzureFunctionsVersion>`.
21
+
14
22
* You must have the [required permission to access kudu service](https://learn.microsoft.com/en-us/azure/app-service/resources-kudu#access-kudu-for-your-app).
15
23
16
24
* A New Relic account with either an [admin role](/docs/accounts/original-accounts-billing/original-users-roles/users-roles-original-user-model/#roles) or an [Infrastructure manager role](/docs/accounts/original-accounts-billing/original-users-roles/users-roles-original-user-model#add-on).
@@ -44,7 +52,7 @@ Based on your hosting environment, the following Azure Function runtime stacks a
44
52
<TabsPageItemid="2">
45
53
46
54
* .NET stack:
47
-
* .NET 4.8 (.NET agent version 10.37.0 and later)
55
+
* .NET 4.8 (.NET agent version 10.37.0 and later), Isolated model only
48
56
* .NET 6 - 9, Isolated model
49
57
* .NET 6 and 8, In-process model (.NET agent version 10.38.0 and later)
Copy file name to clipboardExpand all lines: src/content/docs/serverless-function-monitoring/azure-function-monitoring/install-serverless-azure-monitoring.mdx
+55-3Lines changed: 55 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -154,16 +154,68 @@ Ensure that you add a comma at the end of the last existing line and update your
0 commit comments