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

semantic release fix #93

Closed Sivakumar3695 closed 6 months ago

Sivakumar3695 commented 6 months ago

ZIP Packaging fixed.

Previous file heirarchy inside ZIP:

LogForwarder
    - BlobForwarder
          - function.json
    - index.js
host.json
package.json

Fixed file heirarchy inside ZIP:

BlobForwarder
    - function.json
    - index.js
host.json
package.json