Skip to content

Instantly share code, notes, and snippets.

View jruix's full-sized avatar

Jonathan Ruiz jruix

  • United Kingdom
View GitHub Profile
# Creating a cloud platform in azure using "Azure Command-Line Tools for Mac and Linux"
## Adding a cloud service
azure service create --serviceName cloud-service-name --description "cloud-service-name description" --location "West Europe"
## Adding a virtual network
azure network vnet create virtual-network-name --location "West Europe"
** Tested and not working in verion 0.8.11 **