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
456 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": "eshopsql",
  8. "dbs": {
  9. "ordering": "orderingdb",
  10. "identity": "identitydb",
  11. "catalog": "catalogdb"
  12. }
  13. }
  14. },
  15. "admin": {
  16. "value": null
  17. },
  18. "adminpwd": {
  19. "value": null
  20. }
  21. }
  22. }