Skip to content

Commit

Permalink
Update app-statestore-secret.bicep
Browse files Browse the repository at this point in the history
Signed-off-by: Yetkin Timocin <[email protected]>
  • Loading branch information
ytimocin authored Sep 16, 2024
1 parent cd7189a commit ec9b45f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ 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: {
environment: environment
application: application
}
}
// REDIS

//STATESTORE
resource stateStore 'Applications.Dapr/stateStores@2023-10-01-preview' = {
Expand Down Expand Up @@ -84,4 +84,3 @@ resource secretstore 'Applications.Dapr/secretStores@2023-10-01-preview' = {
}
}
//SECRETSTORE

0 comments on commit ec9b45f

Please sign in to comment.