You can use specific urls like https://shell.azure.com/ or https://portal.azure.com/#cloudshell/ to open the azure portal with the azure cloud shell in focus. How can I select the specific flavor of shell that opens? I specifically want to make sure the user is opening bash, but I'm sure there's a way to specify powershell also.
-- edit things I've tried so far that don't seem to work
https://shell.azure.com/?shell=bash, https://shell.azure.com/?shell=powershell
https://shell.azure.com/?feature.bash=true
https://shell.azure.com/bash, https://shell.azure.com/powershell
https://portal.azure.com/#cloudshell/bash, https://portal.azure.com/#cloudshell/powershell


