Skip to content

Commit

Permalink
Set the minimum TLS version of storage account access to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdymond committed May 16, 2024
1 parent 4fae913 commit d0bcff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rg.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource uami 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31' = {
var common_storage_properties = {
publicNetworkAccess: 'Enabled'
allowBlobPublicAccess: false
minimumTlsVersion: 'TLS1_2'
}
var storage_properties = use_shared_keys ? common_storage_properties : union(common_storage_properties, {
allowSharedKeyAccess: false
Expand Down

0 comments on commit d0bcff6

Please sign in to comment.