You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
505 B

  1. # Deploying Resources On Azure
  2. ## Pre-requisites
  3. 1. [Azure CLI 2.0 Installed](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
  4. 2. Azure subscription created
  5. ## Deploying using CLI
  6. 1. Run `az login` to login into your Azure subscription (note that you maybe need to use `az account set` to set the subscription to use)
  7. 2. Edit the file `mvparams.json` with your desired values
  8. 3. Run the file `create-resources.cmd` from command-line to create the Linux-based VM with Docker installed