Skip to content

Commit fb2ed11

Browse files
authored
Update statdeploy.json
Setting allowBlobPublicAccess to false by default.
1 parent 253694a commit fb2ed11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Deploy/statdeploy.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@
130130
"sku": {
131131
"name": "[parameters('storageAccountType')]"
132132
},
133-
"kind": "Storage"
133+
"kind": "Storage",
134+
"properties": {
135+
"allowBlobPublicAccess": false
136+
}
134137
},
135138
{
136139
"type": "Microsoft.Web/serverfarms",
@@ -363,4 +366,4 @@
363366
],
364367
"outputs": {
365368
}
366-
}
369+
}

0 commit comments

Comments
 (0)