Skip to content

Commit

Permalink
add min tls version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleysmall-microsoft committed Apr 2, 2024
1 parent 6f55e36 commit f678584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/core/search/azure-cache.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ resource redisEnterprise_resource 'Microsoft.Cache/redisEnterprise@2024-02-01' =
sku: {
name: skuName
}
properties: {
minimumTlsVersion: '1.2'
}
}

resource redisEnterprise_default 'Microsoft.Cache/redisEnterprise/databases@2024-02-01' = {
Expand Down

0 comments on commit f678584

Please sign in to comment.