Browse Source

Update readme.md

pull/423/head
Cesar De la Torre 7 years ago
committed by GitHub
parent
commit
1398e7eebc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      deploy/az/readme.md

+ 3
- 0
deploy/az/readme.md View File

@ -1,7 +1,10 @@
# Deploying resources using create-resources script # Deploying resources using create-resources script
The `create-resources` script is a basic script to allow easy deployment of one ARM template in one resource group. You can deploy to an existing resource group or to create one. The `create-resources` script is a basic script to allow easy deployment of one ARM template in one resource group. You can deploy to an existing resource group or to create one.
NOTE: Alternatively, you can also use the createresources.sh bash script which was created as a second option, convenient if you are using a Mac or Linux machine, or simply, bash on Windows, instead of CMD/CommandPrompt in Windows.
## Deploying to a existing resource group ## Deploying to a existing resource group
Just type `create-resources path-to-arm-template resourcegroup`. Called this way the script will: Just type `create-resources path-to-arm-template resourcegroup`. Called this way the script will:


Loading…
Cancel
Save