diff --git a/local-dev/README.md b/local-dev/README.md index 3c3ccf4..e940d07 100644 --- a/local-dev/README.md +++ b/local-dev/README.md @@ -6,10 +6,10 @@ The [local-dev](/local-dev) directory contains lightweight Recipes for developme | Recipe | Resource | Description | Template Path | |--------|----------|-------------|---------------| -| [`local-dev/daprconfigurationstores`](/local-dev/configurationstores.bicep) | `Applications.Dapr/configurationStores` | A lightweight container running the `redis` image and a Redis Dapr Configuration Store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprconfigurationstores:TAG` | -| [`local-dev/daprpubsubbrokers`](/local-dev/pubsubbrokers.bicep) | `Applications.Dapr/pubSubBrokers` | A lightweight container running the `redis` image and a Redis Dapr Pub/Sub component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprpubsubbrokers:TAG` | -| [`local-dev/daprstatestores`](/local-dev/statestores.bicep) | `Applications.Dapr/stateStores` |A lightweight container running the `redis` image and a Redis Dapr state store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprstatestores:TAG` | -| [`local-dev/secretStores`](/local-dev/secretstores.bicep) | `Applications.Dapr/secretStores` | A kubernetes secret store type for development purposes. | `ghcr.io/radius-project/recipes/local-dev/secretstores:TAG` | +| [`local-dev/daprconfigurationstores`](/local-dev/daprconfigurationstores.bicep) | `Applications.Dapr/configurationStores` | A lightweight container running the `redis` image and a Redis Dapr Configuration Store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprconfigurationstores:TAG` | +| [`local-dev/daprpubsubbrokers`](/local-dev/daprpubsubbrokers.bicep) | `Applications.Dapr/pubSubBrokers` | A lightweight container running the `redis` image and a Redis Dapr Pub/Sub component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprpubsubbrokers:TAG` | +| [`local-dev/daprstatestores`](/local-dev/daprstatestores.bicep) | `Applications.Dapr/stateStores` |A lightweight container running the `redis` image and a Redis Dapr state store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprstatestores:TAG` | +| [`local-dev/secretStores`](/local-dev/daprsecretstores.bicep) | `Applications.Dapr/secretStores` | A kubernetes secret store type for development purposes. | `ghcr.io/radius-project/recipes/local-dev/secretstores:TAG` | | [`local-dev/rabbitmqmessagequeues`](/local-dev/rabbitmqmessagequeues.bicep) | `Applications.Messaging/rabbitMQQueues` |A lightweight container running the `rabbitmq` image for development purposes. | `ghcr.io/radius-project/recipes/local-dev/rabbitmqmessagequeues:TAG` | | [`local-dev/rediscaches`](/local-dev/rediscaches.bicep) | `Applications.Datastores/redisCaches` |A lightweight container running the `redis` image for development purposes. | `ghcr.io/radius-project/recipes/local-dev/rediscaches:TAG` | | [`local-dev/mongodatabases`](/local-dev/mongodatabases.bicep) | `Applications.Datastores/mongoDatabases` |A lightweight container running the `mongo` image for development purposes. | `ghcr.io/radius-project/recipes/local-dev/mongodatabases:TAG` | diff --git a/local-dev/configurationstores.bicep b/local-dev/daprconfigurationstores.bicep similarity index 100% rename from local-dev/configurationstores.bicep rename to local-dev/daprconfigurationstores.bicep diff --git a/local-dev/pubsubbrokers.bicep b/local-dev/daprpubsubbrokers.bicep similarity index 100% rename from local-dev/pubsubbrokers.bicep rename to local-dev/daprpubsubbrokers.bicep diff --git a/local-dev/secretstores.bicep b/local-dev/daprsecretstores.bicep similarity index 100% rename from local-dev/secretstores.bicep rename to local-dev/daprsecretstores.bicep diff --git a/local-dev/statestores.bicep b/local-dev/daprstatestores.bicep similarity index 100% rename from local-dev/statestores.bicep rename to local-dev/daprstatestores.bicep