dynatrace-oss / dynatrace-azure-log-forwarder

This project provides a mechanism that allows streaming Azure logs from Azure Event Hub into Dynatrace Logs via Azure Function App. It supports both: Azure Resource Logs and Azure Activity Logs.
https://www.dynatrace.com/support/help/technology-support/cloud-platforms/microsoft-azure-services/set-up-log-forwarder-azure/
Apache License 2.0
21 stars 15 forks source link

Travis pipeline #2

Closed pgutkowski closed 3 years ago

pgutkowski commented 3 years ago

Introduced pipeline which runs linter, unit and integration tests on every branch. For tags starting with release it runs deployment, which creates/updates Github release with zipped code package, deployment script and deployment ARM. Paths have been updated in README. Deployment script is automatically fetching ARM template from correct release.

You can find example test release here: https://github.com/dynatrace-oss/dynatrace-azure-log-forwarder/releases/tag/release-pipeline-test

Link to builds: https://www.travis-ci.com/github/dynatrace-oss/dynatrace-azure-log-forwarder/builds

There are a couple 'extra' changes due additional problems which arose during pipeline creation