Skip to content

Commit

Permalink
Update install-serverless-azure-monitoring.mdx
Browse files Browse the repository at this point in the history
Corrected command to add NuGet package
  • Loading branch information
neilpdx authored Feb 11, 2025
1 parent 8db175a commit 68db8d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Based on your requirement, select one of the following options to instrument you
1. Add the `NewRelic.Agent` NuGet package to your application project.

* In Visual Studio code editor, use NuGet Package Manager to search for and add the latest version of `NewRelic.Agent` to your application.
* If you're using other development environments, you can add the package with `dotnet add packages NewRelic.Agent`.
* If you're using other development environments, you can add the package with `dotnet add package NewRelic.Agent`.
2. Use your preferred publishing mechanism to deploy your updated application to Azure. This includes the New Relic agent, which is installed to the `/home/site/www/newrelic` folder.

</TabsPageItem>
Expand Down

0 comments on commit 68db8d8

Please sign in to comment.