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

APM-317583: Removed regex for resource group #35

Closed mswiatkowska closed 3 years ago

mswiatkowska commented 3 years ago

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