|
|
@ -0,0 +1,16 @@ |
|
|
|
# Deploying Resources On Azure |
|
|
|
|
|
|
|
## Pre-requisites |
|
|
|
1. [Azure CLI 2.0 Installed](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) |
|
|
|
2. Azure subscription created |
|
|
|
|
|
|
|
## Deploying using CLI |
|
|
|
|
|
|
|
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) |
|
|
|
2. Edit the file `mvparams.json` with your desired values |
|
|
|
3. Run the file `create-resources.cmd` from command-line to create the Linux-based VM with Docker installed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|