Skip to content

Commit

Permalink
updated pre-req
Browse files Browse the repository at this point in the history
  • Loading branch information
cbehera-newrelic committed Jan 8, 2025
1 parent d560c65 commit f44fc2d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Before you [instrument Azure Functions](/docs/serverless-function-monitoring/aws

* 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).

* 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).

* 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).

* A <InlinePopover type="userKey" />.
Expand All @@ -20,7 +22,7 @@ Before you [instrument Azure Functions](/docs/serverless-function-monitoring/aws

<Callout variant="tip" title="NOTE">

End-to-end distributed tracing is supported only for HTTP requests. Additionally, traces for calls to external services (e.g., Databases, Service Bus, etc.) are still available.
End-to-end distributed tracing is supported only for HTTP requests. Additionally, traces for calls to external services, such as Databases, and Service Bus, are still available.

Check notice on line 25 in src/content/docs/serverless-function-monitoring/azure-function-monitoring/compatibility-requirement-azure-monitoring.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/serverless-function-monitoring/azure-function-monitoring/compatibility-requirement-azure-monitoring.mdx#L25

[Microsoft.Passive] 'is supported' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'is supported' looks like passive voice.", "location": {"path": "src/content/docs/serverless-function-monitoring/azure-function-monitoring/compatibility-requirement-azure-monitoring.mdx", "range": {"start": {"line": 25, "column": 32}}}, "severity": "INFO"}
</Callout>


Expand Down

0 comments on commit f44fc2d

Please sign in to comment.