Skip to content

Commit 54c8b4c

Browse files
authored
Enforce https-only policy on storage accounts (#433)
1 parent 2f7fbca commit 54c8b4c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Solutions/Marain.Operations.Deployment/Templates/storage-account.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@
4444
},
4545
"dependsOn": [],
4646
"tags": "[variables('tags')]",
47-
"kind": "StorageV2"
48-
},
47+
"kind": "StorageV2",
48+
"properties": {
49+
"supportsHttpsTrafficOnly": true
50+
}
51+
}
4952
],
5053
"outputs": {
5154
"storageAccountKey": {

0 commit comments

Comments
 (0)