Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Application Insights autoinstrumentation on Azure App Service is controlled at the app level, not per child process. The available guidance in the context only covers:
- Removing or avoiding the SDK when using autoinstrumentation.
- Fixing cases where autoinstrumentation fails because of conflicting SDKs, unsupported .NET versions, or overridden hosting startup assemblies.
- General troubleshooting and performance issues.
There is no documented mechanism in the provided material to:
- Exclude a single spawned process from being instrumented while keeping autoinstrumentation enabled for the rest of the App Service, or
- Suppress or redirect the startup messages that the Application Insights agent writes to
stdoutfor that specific process.
The context does not describe any per-process opt-out flags, environment variables, or configuration switches for the agent’s console output.
References: