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

Link to App Service provisioning template #32

Open khowling opened 3 years ago

khowling commented 3 years ago

Great work on the repo, the live streaming logs via Event hub, it works a treat!

Just FYI, here's a link to a repo that uses your excellent function code: https://github.com/khowling/appservicelog

It provisions and configures a full working environment deployed from scratch in 3 simple commands. It provisions an Azure "Web App for Containers" site, builds and deploys a example Docker nodejs site, configures the container stdout/err routed to Eventhub, and your function sending logs to NewReclic.