Skip to content

Commit

Permalink
Merge pull request #89 from newrelic/update_readme
Browse files Browse the repository at this point in the history
Update readme and gitignore
  • Loading branch information
Sivakumar3695 authored Apr 19, 2024
2 parents de82b60 + 8bf03d0 commit 7a91ef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.idea
coverage/
5 changes: 3 additions & 2 deletions BlobForwarder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ This function collects logs from Azure Blob Storage and forwards the contents to

## How Does It Work?

This integration creates and configures the Azure resources necessary to efficiently forwards logs from an Azure Blob Storage to New Relic.
It relies on Azure Blob Storage trigger, which will trigger an Azure Function to handle the transport to New Relic.
This integration creates and configures the Azure resources necessary to efficiently forwards logs from an Azure Blob Storage to New Relic.
It relies on Azure Blob Storage trigger, which will trigger an Azure Function to handle the log transport to New Relic.

## Installation

Expand Down Expand Up @@ -72,6 +72,7 @@ Parameters that can be configured in your Azure Resource Manager Template
6. Navigate to the **Integrate** tab and verify **Blob parameter name** is set to `myBlob`.
7. Configure your function's [Application settings](https://docs.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings) and define the desired application settings. `NR_INSERT_KEY` must be configured here.


## NewRelic Azure Application Settings

Parameters to be configured in your Azure function's [application settings](https://docs.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings).
Expand Down

0 comments on commit 7a91ef2

Please sign in to comment.