Skip to content

Commit

Permalink
Enable storage account encryption by default (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
djyou authored and tjprescott committed Dec 13, 2016
1 parent de26dcb commit 68cd214
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,17 @@
"sku": {
"name": "[parameters('storageAccountType')]"
},
"kind": "Storage"
"kind": "Storage",
"properties": {
"encryption": {
"services": {
"blob": {
"enabled": true
}
},
"keySource": "Microsoft.Storage"
}
}
},
{
"name": "[parameters('registryName')]",
Expand Down

0 comments on commit 68cd214

Please sign in to comment.