You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a template is using hooks with pwsh, azd does not currently validate if pwsh is installed at the beginning of a command (like up or provision)
This results in a bad UX b/c azd could fail in the middle of a long process.
For this issue, implement a fail fast approach to check the hooks definitions and fail if pwsh is missing. Provide a clear message about how to install Powershell 7.
When a template is using hooks with pwsh, azd does not currently validate if pwsh is installed at the beginning of a command (like up or provision)
This results in a bad UX b/c azd could fail in the middle of a long process.
For this issue, implement a fail fast approach to check the hooks definitions and fail if pwsh is missing. Provide a clear message about how to install Powershell 7.
Related issues:
The text was updated successfully, but these errors were encountered: