newrelic / newrelic-azure-functions

Functions to collect and forward logs from Microsoft Azure to New Relic Logs
Apache License 2.0
7 stars 14 forks source link

EventHubForwarder - add parameter to all selection of existing storage account #75

Open dmiyamasu opened 1 year ago

dmiyamasu commented 1 year ago

Summary

Can we add a ARM parameter and logic to allow the deployment to select an existing Azure storage account? My understanding is that the EventHubForwarder ARM template deployment always creates a new Azure Storage Account, and is not configurable. This may be redundant as some organizations already have provisioned Storage Accounts.

Desired Behaviour