Skip to content

Commit 748e94e

Browse files
authored
Merge pull request #76 from malscent/master
Added SyncGateway to Stack Template
2 parents 3721ebe + 7cea1e9 commit 748e94e

File tree

7 files changed

+905
-609
lines changed

7 files changed

+905
-609
lines changed

marketplace/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Documentation on the process is here. It is incomplete at best.
2020

2121
## Identify the VM Image to Use
2222

23-
You need the url or urnAlias for the image you want to use.
23+
You need the url or urlAlias for the image you want to use.
24+
2425

2526
~~az vm image list-skus --publish Canonical --location westus --offer UbuntuServer~~
2627

stack/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ optional -s parameter will prevent the removal of the resource group. This oper
1919
"type": "int",
2020
"defaultValue": 3
2121
},
22-
/* The size of the HDD */
22+
/* The size of the HDD in GB */
23+
2324
"serverDiskSize": {
2425
"type": "int",
2526
"defaultValue": 32

0 commit comments

Comments
 (0)