Skip to content

Commit

Permalink
Added parameters for frontend and backend ports
Browse files Browse the repository at this point in the history
  • Loading branch information
vmehmeri committed Dec 9, 2018
1 parent bad9809 commit 1d00eee
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {

"frontendPort": {
"value": 80
},
"backendPort": {
"value": 80
}
}
}

0 comments on commit 1d00eee

Please sign in to comment.