Skip to content

Commit

Permalink
Enforce https-only policy on storage accounts (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson authored Feb 10, 2023
1 parent affd300 commit d33882b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Solutions/Marain.Tenancy.Deployment/Templates/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
},
"dependsOn": [],
"tags": "[variables('tags')]",
"kind": "Storage"
"kind": "Storage",
"properties": {
"supportsHttpsTrafficOnly": true
}
},

{
Expand Down

0 comments on commit d33882b

Please sign in to comment.