This is a fork of the Dynatrace Azure Log Forwarder with the event hub trigger replaced with a blob storage trigger.
Environment Variables:
DYNATRACE_URL
- Dynatrace environment URLDYNATRACE_ACCESS_KEY
- Dynatrace API tokenSTORAGE_ACCOUNT_CONNECTION
- Storage account connection stringBLOB_STORAGE_PATH
- Container to monitor
Please refer to How to view Azure logs.
Please refer to Self-monitoring.
Ingested logs will consume DDUs. For more details:
You may encounter issue with removing Virtual Network created for containerised Active Gate. Due to unresolved Azure bug, related sub-resource (Network Profile) is not deleted correctly. To remove the Virtual Network, first run cli command:
az network profile delete --name {DEPLOYMENT_NAME}networkProfile --resource-group <resource-group-name>
Then retry removing the VNet from Azure Portal
dynatrace-azure-log-forwarder
is under Apache 2.0 license. See LICENSE for details.