Skip to content

Commit 9bbfd61

Browse files
Update readme.md
1 parent 1398e7e commit 9bbfd61

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

deploy/az/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
# Deploying resources using create-resources script
33

4-
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.
4+
The `create-resources.cmd ` 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.
55

6-
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.
6+
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.
77

88
## Deploying to a existing resource group
99

10-
Just type `create-resources path-to-arm-template resourcegroup`. Called this way the script will:
10+
Just type `create-resources [pathfile-to-arm-template] resourcegroup` from command-prompt. Called this way the script will:
1111

1212
1. Search for `path-to-arm-template.json` and `path-to-arm-template.parameters.json` files
13-
2. If they exist, will deploy them in the `resourcegroup` specified (that has to exist).
13+
2. If they exist, will deploy them in the `resourcegroup` specified (that resource group in Azure has to exist).
1414

1515
## Deploying to a new resource group
1616

17-
Just type `create-resources path-to-arm-template resourcegroup -c location`. Called this way the script will:
17+
Just type `create-resources [pathfile-to-arm-template] resourcegroup -c location`. Called this way the script will:
1818

1919
1. Search for `path-to-arm-template.json` and `path-to-arm-template.parameters.json` files
2020
2. If they exist, will create the `resourcegroup` specified in the `location` specified.

0 commit comments

Comments
 (0)