diff --git a/dapr/aca-redis-pubsub.yaml b/dapr/aca-redis-pubsub.yaml new file mode 100644 index 0000000..50b7087 --- /dev/null +++ b/dapr/aca-redis-pubsub.yaml @@ -0,0 +1,10 @@ +# pubsub.yaml for Azure Cache for Redis component +componentType: pubsub.redis +version: v1 +metadata: + - name: redisHost + value: .redis.cache.windows.net:6380 + - name: redisPassword + value: "" + - name: enableTLS + value: "true"