You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
477 B

  1. {
  2. "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
  3. "contentVersion": "1.0.0.0",
  4. "parameters": {
  5. "sql_server": {
  6. "value": {
  7. "name": "eshop-sqlsrv",
  8. "admin": "eshop",
  9. "adminpwd": "Pass@word",
  10. "dbs": {
  11. "ordering": "orderingdb",
  12. "identity": "identitydb",
  13. "catalog": "catalogdb"
  14. }
  15. }
  16. },
  17. "suffix": {
  18. "value": "edu"
  19. }
  20. }
  21. }