Output from azd version
azd version 1.23.0 (commit 9a02add)
Describe the issue
Currently there is a 20 minutes (for app service deployments) timeout on azd deployments. While it is good to have this timeout, the current duration is way too high for simple deployments in a pipeline environment. It would be great to be able to configure a shorter timeout to have faster feedback from the deployment.
Expected solution
The ability to run a command such as azd deploy service --fromPackage path --timeout timeInSeconds to configure the deployment timeout.