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.
Finally I removed regex for resource group - Azure accepts all language characters - checking the given resource group is unnecessary in the script - even when a client put a wrong name we won't deploy anything and we will display Azure exception (btw with the wrong regex pattern):
Parameter 'resource_group_name' must conform to the following pattern: '^[-\\w\\._\\(\\)]+$'.
Function deployment failed
Finally I removed regex for resource group - Azure accepts all language characters - checking the given resource group is unnecessary in the script - even when a client put a wrong name we won't deploy anything and we will display Azure exception (btw with the wrong regex pattern):