Skip to content

Commit

Permalink
Enforce https-only policy on storage accounts (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson authored Feb 10, 2023
1 parent c252a08 commit 6a4a857
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
},
"dependsOn": [],
"tags": "[variables('tags')]",
"kind": "StorageV2"
},
"kind": "StorageV2",
"properties": {
"supportsHttpsTrafficOnly": true
}
}
],
"outputs": {
"storageAccountKey": {
Expand Down

0 comments on commit 6a4a857

Please sign in to comment.