Skip to content

Commit ccf0d95

Browse files
committed
Merge branch 'exposure_module' of https://github.com/briandelmsft/SentinelAutomationModules into exposure_module
2 parents c9c635b + fb2ed11 commit ccf0d95

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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)