Is it possible to opening a Azure Bastion tunnel in a DevOps Pipeline?
I have successfully done so locally using native client but the tunneling command az network bastion tunnel but this results in a locked window until Ctrl-C is sent.
Is it possible to somehow integrate this into a DevOps Pipeline in order to ssh / scp to VM on a private network?
Thanks.