We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4109686 commit 3367e47Copy full SHA for 3367e47
infra/resources.bicep
@@ -169,6 +169,7 @@ resource web 'Microsoft.Web/sites@2022-03-01' = {
169
linuxFxVersion: 'PYTHON|3.11'
170
ftpsState: 'Disabled'
171
appCommandLine: 'startup.sh'
172
+ minTlsVersion: '1.2'
173
}
174
httpsOnly: true
175
@@ -357,6 +358,7 @@ resource redisCache 'Microsoft.Cache/redis@2023-04-01' = {
357
358
enableNonSslPort:false
359
redisVersion:'6'
360
publicNetworkAccess:'Disabled'
361
+ minimumTlsVersion: '1.2'
362
363
364
0 commit comments