Skip to content

Commit a5f2ec6

Browse files
authored
Vp-8546: azure button (#2772)
Changed default SKU for the platform web app to escape possible faults during platform installation and set property for the storage account to fix sample data import.
1 parent 370c3d7 commit a5f2ec6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

azuredeploy.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"appServicePlanSkuName": {
1212
"type": "string",
13-
"defaultValue": "S1",
13+
"defaultValue": "B2",
1414
"allowedValues": [
1515
"F1",
1616
"D1",
@@ -83,7 +83,10 @@
8383
"name": "[variables('storageType')]",
8484
"tier": "Standard"
8585
},
86-
"kind": "StorageV2"
86+
"kind": "StorageV2",
87+
"properties": {
88+
"allowBlobPublicAccess": true
89+
}
8790
},
8891
{
8992
"apiVersion": "2014-04-01",

0 commit comments

Comments
 (0)