Hello @Vijay Pratap Singh
Based on the provided document, it seems that migrating the Azure Function from the in-process model to the isolated model is not necessary to enable New Relic APM services.
However, there could be other reasons why the APM service is not being created in New Relic.
One thing you can check is whether the required environment variables are properly set up. The environment variables that need to be set up for New Relic APM services are:
- CORECLR_ENABLE_PROFILING
- CORECLR_PROFILER
- CORECLR_PROFILER_PATH
- CORECLR_NEWRELIC_HOME
- NEW_RELIC_LICENSE_KEY
- NEW_RELIC_APP_NAME
You can also try to check if the New Relic agent is properly installed and configured in your Azure Function.
You can refer to the following documentation for more information on how to troubleshoot New Relic APM services: Azure Functions Workflow service through Azure Monitor integration
I hope this helps.