From b848765e8508e41e469c3ac711f47be19091e326 Mon Sep 17 00:00:00 2001 From: SoTrx <11771975+SoTrx@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:06:23 +0200 Subject: [PATCH] Fixed undefined redis in dapr-binding-manual Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com> --- .../dapr-binding/snippets/dapr-binding-manual.bicep | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/content/reference/resource-schema/dapr-schema/dapr-binding/snippets/dapr-binding-manual.bicep b/docs/content/reference/resource-schema/dapr-schema/dapr-binding/snippets/dapr-binding-manual.bicep index 6e0db99b2..22383e833 100644 --- a/docs/content/reference/resource-schema/dapr-schema/dapr-binding/snippets/dapr-binding-manual.bicep +++ b/docs/content/reference/resource-schema/dapr-schema/dapr-binding/snippets/dapr-binding-manual.bicep @@ -39,15 +39,6 @@ resource myapp 'Applications.Core/containers@2023-10-01-preview' = { } } -module redis '../../../../../../test/testrecipes/modules/redis-selfhost.bicep' = { - name: '${baseName}-redis-deployment' - params: { - name: '${baseName}-redis' - namespace: namespace - application: app.name - } -} - //SAMPLE resource binding 'Applications.Dapr/bindings@2023-10-01-preview' = { name: 'outredis' @@ -58,7 +49,7 @@ resource binding 'Applications.Dapr/bindings@2023-10-01-preview' = { type: 'bindings.redis' metadata: { redisHost: { - value: '${redis.outputs.host}:${redis.outputs.port}' + value: '' } redisPassword: { value: ''