Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Newrelic Agent as a VM extension #88

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

eternaltyro
Copy link
Contributor

Azure VM Extensions allow installing Newrelic infrastructure agent. This change installs the NewRelic infra agent for raw-data backend VM.

I could not find any documentation about how to automate what is usually done in Azure web console. So I used Azure CLI (az vm extension set) to induce an error and guess what the parameters are to be supplied in the settings block. I believe it is NR_LICENSE_KEY. But I could be wrong.

Please send thoughts and prayers!

Azure VM Extensions allow installing Newrelic infrastructure agent. This
change installs the NewRelic infra agent for raw-data backend VM.

I could not find any documentation about how to automate what is usually
done in Azure web console. So I used Azure CLI (`az vm extension set`)
to induce an error and guess what the parameters are to be supplied in
the `settings` block. I believe it is `NR_LICENSE_KEY`. But I could be
wrong.

Please send thoughts and prayers!
@eternaltyro eternaltyro added enhancement New feature or request infrastructure Don't let it crumble.. labels Mar 16, 2023
@eternaltyro eternaltyro self-assigned this Mar 16, 2023
@eternaltyro eternaltyro merged commit 888755b into develop Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure Don't let it crumble..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant