diff --git a/src/content/docs/apm/agents/python-agent/configuration/python-agent-configuration.mdx b/src/content/docs/apm/agents/python-agent/configuration/python-agent-configuration.mdx index d7e891b874d..6e55b406e85 100644 --- a/src/content/docs/apm/agents/python-agent/configuration/python-agent-configuration.mdx +++ b/src/content/docs/apm/agents/python-agent/configuration/python-agent-configuration.mdx @@ -5380,8 +5380,8 @@ Here are assorted other settings available via the agent configuration file. @@ -5411,7 +5411,7 @@ Here are assorted other settings available via the agent configuration file. @@ -5434,8 +5434,8 @@ Here are assorted other settings available via the agent configuration file.
- Config file, environment variable + Environment variable
@@ -5465,7 +5465,7 @@ Here are assorted other settings available via the agent configuration file. @@ -5481,7 +5481,10 @@ Here are assorted other settings available via the agent configuration file.
- Config file, environment variable + Environment variable
- This setting is used to enable the agent to be injected into a Microsoft Azure Container App. + This is an informational setting used to report when the agent is injected into a Microsoft Azure Container App. + + This setting does **not** enable/disable this function of the agent. +
diff --git a/src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx b/src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx index 453934071ee..06099f7655b 100644 --- a/src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx +++ b/src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx @@ -18,7 +18,7 @@ Install the agent using `easy_install/pip/distribute` via the [Python Package In * Add Azure Init Container Operator Flag - * New Relic can be integrated into applications hosted on Microsoft Azure, either [directly](/docs/apm/agents/python-agent/hosting-services/python-azure-containerapps-appservice), through an [init container](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration#integrate-agent-container-app) for [Azure Container Apps](https://learn.microsoft.com/en-us/azure/container-apps/overview), or a [pre-build startup script](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration#integrate-agent-app-service) for [Microsoft Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/overview). To enable the init container functionality, the `NEW_RELIC_AZURE_OPERATOR_ENABLED` environment variable can be set. You can set it through the `azure_operator.enabled` setting in the `newrelic.ini` file. + * New Relic can be integrated into applications hosted on Microsoft Azure, either [directly](/docs/apm/agents/python-agent/hosting-services/python-azure-containerapps-appservice), through an [init container](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration#integrate-agent-container-app) for [Azure Container Apps](https://learn.microsoft.com/en-us/azure/container-apps/overview), or a [pre-build startup script](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration#integrate-agent-app-service) for [Microsoft Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/overview). To flag that this is the installation method used, the `NEW_RELIC_AZURE_OPERATOR_ENABLED` environment variable can be set. ## Support statement