eShopOnContainers/deploy/az/redis/redisdeploy.parameters.json

9 lines
220 B
JSON
Raw Normal View History

2017-05-29 15:42:59 +02:00
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"namespaceprefix": {
"value": "eshopredis"
}
}
}