lostintangent / node-azure

Tutorials that illustrate how to build Node.js apps with VS Code, and deploy them to Azure
http://azure.com/node
10 stars 7 forks source link

azure commands arent working as written... #3

Closed idkjs closed 7 years ago

idkjs commented 7 years ago

Just found this repo. I had previously posted my issue here: https://github.com/Azure/azure-cli/issues/1682 and on SO.

lostintangent commented 7 years ago

@idkjs Could you verify which version of the Azure 2.0 CLI you have installed by running az --version? The change from az resource group to az group happened in v0.1.0b11, so if you have an older version installed, you should be able to upgrade (by adding --upgrade to the pip install command) and be good to go.

Additionally, if you're running into issues using the PIP-based install, the interactive install script is the easiest/recommended solution, and may be worth giving a shot.

screen shot 2017-01-08 at 10 36 02 am
lostintangent commented 7 years ago

@idkjs I'm closing this since it seems like you got your az CLI working via the issue on the azure-cli repo. Let me know if that isn't the case and we'll try to figure out the issue. Thanks again!