Connect to Azure Cloud Shell from your terminal
- Launch with
azssh
- Exit by typing
exit
Note: This app uses the clientId from the vscode-azure-account Visual Studio Code extension in order to call the necessary APIs. You will be prompted to allow access to "Visual Studio Code". This is expected behavior.
go get -u github.com/noelbundick/azssh
cd $GOPATH/src/github.com/noelbundick/azssh
go build