You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@description('Optional. Stop SCM (KUDU) site when the app is stopped.')
64
67
paramscmSiteAlsoStoppedbool = false
65
68
66
-
@description('Optional. The site config object. The defaults are set to the following values: alwaysOn: true, minTlsVersion: \'1.2\', ftpsState: \'FtpsOnly\'.')
69
+
@description('Optional. The site config object. The defaults are set to the following values: alwaysOn: true, minTlsVersion: \'1.3\', ftpsState: \'FtpsOnly\'.')
67
70
paramsiteConfigobject = {
68
71
alwaysOn: true
69
-
minTlsVersion: '1.2'
72
+
minTlsVersion: '1.3'
70
73
ftpsState: 'FtpsOnly'
71
74
}
72
75
@@ -171,6 +174,12 @@ var identity = !empty(managedIdentities)
171
174
}
172
175
: null
173
176
177
+
// Enforce security-critical web settings regardless of caller-provided siteConfig.
0 commit comments