Skip to content

Commit eea1cd1

Browse files
authored
VCST-2892: Add minimal TLS version to storage account config (#2900)
1 parent 94c187c commit eea1cd1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

azuredeploy.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@
8484
"tier": "Standard"
8585
},
8686
"kind": "StorageV2",
87-
"properties": {
88-
"allowBlobPublicAccess": true
89-
}
87+
"properties": {
88+
"allowBlobPublicAccess": true,
89+
"minimalTlsVersion": "TLS1_2"
90+
}
9091
},
9192
{
9293
"apiVersion": "2014-04-01",

0 commit comments

Comments
 (0)