Skip to content

Commit

Permalink
Merge pull request #81 from Azure-Samples/minTlsVersion
Browse files Browse the repository at this point in the history
Force minimum TLS version to 1.2
  • Loading branch information
tonybaloney authored May 6, 2024
2 parents 4109686 + 3367e47 commit 2a58c19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ resource web 'Microsoft.Web/sites@2022-03-01' = {
linuxFxVersion: 'PYTHON|3.11'
ftpsState: 'Disabled'
appCommandLine: 'startup.sh'
minTlsVersion: '1.2'
}
httpsOnly: true
}
Expand Down Expand Up @@ -357,6 +358,7 @@ resource redisCache 'Microsoft.Cache/redis@2023-04-01' = {
enableNonSslPort:false
redisVersion:'6'
publicNetworkAccess:'Disabled'
minimumTlsVersion: '1.2'
}
}

Expand Down

0 comments on commit 2a58c19

Please sign in to comment.