dynatrace-azure-log-forwarder icon indicating copy to clipboard operation
dynatrace-azure-log-forwarder copied to clipboard

Fix webapp deployment src parameter

Open dtdave opened this issue 1 year ago • 2 comments

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.

dtdave avatar Oct 14 '24 19:10 dtdave