dynatrace-azure-log-forwarder
dynatrace-azure-log-forwarder copied to clipboard
Fix webapp deployment src parameter
The az webapp deploy command update in f8b973b267d9143775160363b463aa1ef18b07cf needed to change the --src parameter to --src-path, otherwise users receive the error ambiguous option: --src could match --src-path, --src-url and the code deployment fails.
Successfully tested this change.