diff --git a/infrastructure/resources.bicep b/infrastructure/resources.bicep index ccc214a..e50df09 100644 --- a/infrastructure/resources.bicep +++ b/infrastructure/resources.bicep @@ -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'