Closed FBoucher closed 6 months ago
During the azd up command you may encounter and error with like this:
azd up
'pwsh' is not recognized as an internal or external command
It's because no recent (v7+) PowerShell version has been installed on the Windows computer.
To fix the issue you need to execute the command dotnet tool update --global PowerShell
dotnet tool update --global PowerShell
Let's update the documentation to prevent this error.
During the
azd up
command you may encounter and error with like this:It's because no recent (v7+) PowerShell version has been installed on the Windows computer.
To fix the issue you need to execute the command
dotnet tool update --global PowerShell
Let's update the documentation to prevent this error.