eShopOnContainers/deploy/az/redis/redisdeploy.parameters.json
2017-05-29 15:42:59 +02:00

9 lines
220 B
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"namespaceprefix": {
"value": "eshopredis"
}
}
}