Search code examples
powershellazureservicebusservicebus

Tried installing service bus explorer application doesn't show in task manager?


I tried following this

https://perry230.medium.com/how-to-install-service-bus-explorer-7b06cfcb5061

this is the result enter image description here

as well as the curl command in git

curl -s https://api.github.com/repos/paolosalvatori/ServiceBusExplorer/releases/latest | grep browser_download_url | cut -d '"' -f 4

Solution

  • Summarize the comments as answer for other communities reference:

    As Abraham mentioned in comments, you are missing the statement terminator after download ....org/install.ps1'));. Just run the commands individually then it can work.