Azure Function ptrace support

Bruce Qin 20 Reputation points
2024-05-21T21:29:40.3133333+00:00

Hello, I am looking to do monitoring/tracing on Azure Function. Does Azure Function support ptrace system calls?

Is there any integration available that we can modify the runtime environment? Similar to AWS Lambda Function Wrapper Script/Extensions?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,559 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,866 Reputation points
    2024-05-22T14:26:00.84+00:00

    @Bruce Qin Thanks for reaching out.

    Azure Functions does not support ptrace system calls. However, Azure Functions does offer integration with Azure Monitor Logs to monitor function executions. You can configure Azure Functions to send system-generated and user-generated logs to Azure Monitor Logs.

    Azure function does support custom handler in case if you want to implement a function app in a language that's not currently offered out-of-the box or implement a function app in a runtime that's not currently featured by default. I am not an expert in AWS lambda function, so I am not sure if this is the functionality that you are looking for when you mentioned wrapper script/extension in AWS lambda.

    In case if you have any feature request or product feedback for Azure function you can always pass it here where product team monitors the customer feedback.

    Please 'Accept Answer' if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.