Anyone know if there is a way to run a shell comma...
# azure
p
Anyone know if there is a way to run a shell command in the Azure Cloud shell from Pulumi? I am asking because I need to connect a WAN to another network in another tenant but it seems like this is only possible with Powershell right now
b
yes, the pulumi-command provider
p
Thanks, ok so it says for remote command its looking for a user, from what I am gleaning so far, the remote props are typically for commands to be ran on an EC2 but not something like Azure cloud shell. So in my scenario, the container running my pulumi code or server would need the Azure cloud shell installed locally so it can run the commands locally