azure-dev
azure-dev copied to clipboard
Installing azd on Windows Server using normal Windows PowerShell (non-admin) fails with MsiFailure.
Output from azd version
Describe the bug
An error was encountered during install: MsiFailure
To Reproduce
- Open a normal Windows PowerShell (non-admin)
- Install the latest released azd by running script
powershell -ex AllSigned -c "Invoke-RestMethod '[https://aka.ms/install-azd.ps1'](https://aka.ms/install-azd.ps1%27) | Invoke-Expression"
Expected behavior
azd installed successfully.
Environment OS: Windows Server 2022
Additional context Doesn't repro on Windows11 x64 23h2 Doesn't repro on Windows Server 2022 with Windows PowerShell (Run as admin)