Is your feature request related to a problem? Please describe.
If I try to run Powershell in a container like this ⬇️ it just exits immediately with no feedback.
$ az container create --os-type windows --resource-group dev --name win-sandbox --image mcr.microsoft.com/windows/servercore:1809
$ az container exec -g dev --name win-sandbox --exec-command "powershell.exe"
$ # back at prompt immediately with no feedback
This is hidden in the docs ⬇️, but it took a StackOverflow question to lead me there.
This command is currently not supported for Windows machines.
Describe the solution you'd like
Ideally it would Just Work, but assuming that's not coming soon, then a warning / explanation of what happened would be nice.
Is your feature request related to a problem? Please describe.
If I try to run Powershell in a container like this ⬇️ it just exits immediately with no feedback.
This is hidden in the docs ⬇️, but it took a StackOverflow question to lead me there.
Describe the solution you'd like
Ideally it would Just Work, but assuming that's not coming soon, then a warning / explanation of what happened would be nice.