Skip to content

Commit

Permalink
chore: Restored x86 build. Added compatibility note to readme. Added …
Browse files Browse the repository at this point in the history
…build-selection instruction.

Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard committed Sep 4, 2024
1 parent 2559216 commit 77a53c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-site-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: ['lts/*']
arch: [ x64 ]
arch: [ x86, x64 ]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 6 additions & 1 deletion cloud-tooling/azure-site-extension/Content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ From the Azure Home page, do the following:
- Click the name of the target application in the displayed list
- On the options listed on the left, scroll down to "Extensions" located under the Development Tools category
- Click on + Add at the top of the page
- From the extension drop down, select New Relic Node Agent
- From the extension drop down, select New Relic Node Agent.
- If your application runs on Win 32, select the x86 version of the site extension.
- If your application runs on Win 64, select the x64 version of the site extension.
- Check the box for accepting the legal terms
- Click Add on the bottom of the page. This will begin installation of the extension.

Expand All @@ -25,6 +27,9 @@ If the extension fails to install, a log file is created at `C:\home\SiteExtensi

If the New Relic agent has been installed successfully and logging has been enabled, the agent will append its logs to a file at `C:\home\site\wwwroot\newrelic_agent.log`.

### Compatibility:

For Node 18 on Win 32, full Code Level Metrics support (file path, line, column) is not available, and profiling will fall back to function name only.

## Configuration
The New Relic Node agent is configured with the `newrelic.js` file, or via environment variables. [See our documentation for more detailed configuration](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration/).
Expand Down

0 comments on commit 77a53c0

Please sign in to comment.