From ec9b45f2783690c8fc64b9a7fd10b3ad0bec36c4 Mon Sep 17 00:00:00 2001 From: Yetkin Timocin Date: Mon, 16 Sep 2024 09:41:50 -0700 Subject: [PATCH] Update app-statestore-secret.bicep Signed-off-by: Yetkin Timocin --- .../how-to-dapr-secrets/snippets/app-statestore-secret.bicep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/guides/author-apps/dapr/how-to-dapr-secrets/snippets/app-statestore-secret.bicep b/docs/content/guides/author-apps/dapr/how-to-dapr-secrets/snippets/app-statestore-secret.bicep index ef6fc35dd..141135552 100644 --- a/docs/content/guides/author-apps/dapr/how-to-dapr-secrets/snippets/app-statestore-secret.bicep +++ b/docs/content/guides/author-apps/dapr/how-to-dapr-secrets/snippets/app-statestore-secret.bicep @@ -36,7 +36,6 @@ resource demo 'Applications.Core/containers@2023-10-01-preview' = { //CONTAINER // REDIS - resource redis 'Applications.Datastores/redisCaches@2023-10-01-preview' = { name: 'demo-redis-manual' properties: { @@ -44,6 +43,7 @@ resource redis 'Applications.Datastores/redisCaches@2023-10-01-preview' = { application: application } } +// REDIS //STATESTORE resource stateStore 'Applications.Dapr/stateStores@2023-10-01-preview' = { @@ -84,4 +84,3 @@ resource secretstore 'Applications.Dapr/secretStores@2023-10-01-preview' = { } } //SECRETSTORE -