File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ REM az group create --name eShopOnAzureDev --location westus
2+
3+ az group deployment create --resource-group eShopOnAzureDev --parameters @ mvparams.json ^
4+ --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/docker-simple-on-ubuntu/azuredeploy.json
5+
Original file line number Diff line number Diff line change 1+ {
2+ "newStorageAccountName" : { "value" : " eshopsrvmvstorage" },
3+ "adminUsername" : { "value" : " eshop" },
4+ "adminPassword" : { "value" : " Pass@word" },
5+ "dnsNameForPublicIP" : { "value" : " eshop-srv" }
6+ }
Original file line number Diff line number Diff line change 1+ # Deploying Resources On Azure
2+
3+ ## Pre-requisites
4+ 1 . [ Azure CLI 2.0 Installed] ( https://docs.microsoft.com/en-us/cli/azure/install-azure-cli )
5+ 2 . Azure subscription created
6+
7+ ## Deploying using CLI
8+
9+ 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)
10+ 2 . Edit the file ` mvparams.json ` with your desired values
11+ 3 . Run the file ` create-resources.cmd ` from command-line to create the Linux-based VM with Docker installed
12+
13+
14+
15+
16+
You can’t perform that action at this time.
0 commit comments