Skip to content

Commit

Permalink
Fixed dapr component deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Feb 27, 2024
1 parent b8592be commit 6316f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ resource containerAppEnvironments 'Microsoft.App/managedEnvironments@2023-05-01'
metadata: [
{
name: 'redisHost'
value: '${redisCache.properties.hostName}:${redisCache.properties.port}'
value: '${redisCache.properties.hostName}:${redisCache.properties.sslPort}'
}
{
name: 'redisDB'
Expand Down

0 comments on commit 6316f07

Please sign in to comment.