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

Add new parameter which define Function App's `publicNetworkAccess` #84

Open georgeOsdDev opened 1 year ago

georgeOsdDev commented 1 year ago

Summary

Function App's publicNetworkAccess property is defined by disablePublicAccessToStorageAccount. It is confusing and fundamentally irrelevant each other.

https://github.com/newrelic/newrelic-azure-functions/blob/master/armTemplates/azuredeploy-eventhubforwarder.json#L686

Desired Behaviour

Function App's publicNetworkAccess should be defined by isolated parameter specifying it

Possible Solution

Add new parameter which define Function App's publicNetworkAccess

Additional context