Skip to content

Commit

Permalink
Update python-agent-100200.mdx
Browse files Browse the repository at this point in the history
Style changes
  • Loading branch information
jeff-colucci authored Oct 15, 2024
1 parent 75007de commit 15d7e21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ security: []

## Notes

This release of the Python agent adds a flag for the Azure Init Container Operator.
This release of the Python agent adds a flag for the Azure init container operator.

Install the agent using `easy_install/pip/distribute` via the [Python Package Index](https://pypi.python.org/pypi/newrelic) or download it directly from the [New Relic download site](https://download.newrelic.com/python_agent/release).

## New features

* 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 flag that this is the installation method used, the `NEW_RELIC_AZURE_OPERATOR_ENABLED` environment variable can be set.
* 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). You can flag that this is the installation method used by setting the `NEW_RELIC_AZURE_OPERATOR_ENABLED` environment variable.

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"}

## Support statement

Expand Down

0 comments on commit 15d7e21

Please sign in to comment.