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

[CLI] Allow setting default resource group #5

Closed lostintangent closed 7 years ago

lostintangent commented 7 years ago

It would be great to set a default resource group in the CLI, so that subsequent CLI commands could omit this flag.

lostintangent commented 7 years ago

I updated the tutorial to take advantage of the new az configure -d group=<group> capability.