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

Updates EventHubForwarder ARM template with secure settings #79

Closed jsubirat closed 1 year ago

jsubirat commented 1 year ago

The ARM template for the EventHubForwarder is currently missing some important security settings that expose our integration. Enabling them has been verified to not affect the normal operation of this log forwarding solution. These are:

This PR disables/enables these security settings. Please note that the publicNetworkAccess setting of the StorageAccount is currently being ignored by Azure, as mentioned in this GH issue. Therefore, the user of this function will need to manually set it to "Disabled" once the StorageAccount has been created, here:

Screenshot 2023-05-10 at 15 22 25

nr-opensource-bot commented 1 year ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: