Reputation: 82437
Is there a way to run Azure Cloud Shell NOT in a browser?
I would like to use the Azure Cloud Shell commands, but not have to do it in a browser window.
Upvotes: 0
Views: 267
Reputation: 28264
Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources. It could provide you with browser-based shell experience so that you can work with it on Bash or Powershell anywhere.
I don't think you can run it not in a browser. However, if you just want to run the Azure cloud shell commands from your Powershell locally. You can look up Azure PowerShell documentation. You will first install the Azure PowerShell module on your Windows machine, then you can start to work with Azure PowerShell commands to manage your Azure resources.
Upvotes: 1