Skip to content

Commit

Permalink
Update python-agent-100200.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-colucci authored Oct 15, 2024
1 parent 6c49fe1 commit b83614d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. This can also be set 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 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.

Check warning on line 21 in src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'be integrated' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be integrated' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx", "range": {"start": {"line": 21, "column": 19}}}, "severity": "INFO"}

Check warning on line 21 in src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'be set' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be set' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx", "range": {"start": {"line": 21, "column": 766}}}, "severity": "INFO"}

## Support statement

Expand Down

0 comments on commit b83614d

Please sign in to comment.