I'm trying to follow the Azure "getting started" guide at:
https://www.pulumi.com/docs/get-started/azure/. The command "pulumi login --local" seems to be working - I see the .pulumi folder with the templates, etc.
When I execute the command "pulumi new azure-csharp", it displays the basic information and instructions about entering values and prompts me for the project name.
When I hit "Enter", nothing happens. It also doesn't accept any input for the project name (i.e. if I try to type in a project name, it doesn't seem to accept any input - it certainly doesn't echo the characters to the screen). So I'm guessing there's some kind of issue in the terminal / shell / console where I'm executing the "pulumi new" command. A "Ctrl-C" does break out of the command back to the prompt.
I'm on Windows 10 21H2 (10944.1469); Windows Terminal 1.11.3471.0; Windows Powershell 7.2.1.
Any thoughts on this? Anyone else run into it?