Skip to content

Commit

Permalink
chore: Set public access enabled (#846)
Browse files Browse the repository at this point in the history
Temporary fix to get staging deployment working
  • Loading branch information
oskogstad authored Jun 12, 2024
1 parent 5d0e039 commit 5e8e9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/redis/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource redis 'Microsoft.Cache/Redis@2023-08-01' = {
'maxmemory-policy': 'allkeys-lru'
}
redisVersion: version
publicNetworkAccess: 'Disabled'
publicNetworkAccess: 'Enabled'
}
}

Expand Down

0 comments on commit 5e8e9a9

Please sign in to comment.