Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
m43kwon authored Dec 16, 2016
1 parent 2c5f2ba commit 1c904a4
Show file tree
Hide file tree
Showing 18 changed files with 2,888 additions and 0 deletions.
27 changes: 27 additions & 0 deletions azureDeploy.parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"networkSecurityGroupInboundSrcIP": {
"value": "0.0.0.0/0"
},
"virtualNetworkAddressPrefix": {
"value": "192.168.0.0/16"
},
"virtualNetworkNewOrExisting": {
"value": "existing"
},
"username": {
"value": "DEFAULT-USER"
},
"password": {
"value": "DEFAULT-PASSWORD"
},
"storageAccountName": {
"value": "DEFAULT-STORAGE"
},
"storageAccountNewOrExisting": {
"value": "existing"
}
}
}
Loading

0 comments on commit 1c904a4

Please sign in to comment.