Skip to content

Commit

Permalink
cleaned the parameter file with no-real values for storage and sql se…
Browse files Browse the repository at this point in the history
…ttings
  • Loading branch information
spelluru committed Oct 26, 2016
1 parent 03f35e7 commit e2f3d53
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"contentVersion": "1.0.0.0",
"parameters": {
"storageAccountName": {
"value": "genazurestorage"
"value": "yourstorageaccountname"
},
"storageAccountKey": {
"value": "EMrrpdug3wFBaVb2w6mgUZZyFYcThYa4N0aeM+V/EEmQ+ZJf568zCpnJWhk/b5zqqKwWizYl2TMBY+12RMAESw=="
"value": "yourstorageaccountkey"
},
"sourceBlobContainer": {
"value": "adftutorial"
Expand All @@ -15,16 +15,16 @@
"value": "emp.txt"
},
"sqlServerName": {
"value": "gensqlserver"
"value": "yourazuresqlserver"
},
"sqlDatabaseName": {
"value": "gensqldb"
"value": "yourazuresqldb"
},
"sqlUserID": {
"value": "gen-user"
"value": "yourazuresqluser"
},
"sqlPassword": {
"value": "pass@word1"
"value": "yourazuresqlpassword"
},
"sqlTargetTable": {
"value": "emp"
Expand Down

0 comments on commit e2f3d53

Please sign in to comment.