Skip to content

Commit b6510df

Browse files
authored
Update deployui.json
1 parent ea7c588 commit b6510df

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

Deploy/deployui.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -553,19 +553,10 @@
553553
"name": "storageAccountAllowBlobPublicAccess",
554554
"type": "Microsoft.Common.CheckBox",
555555
"label": "Allow blob public access for the storage account",
556-
"defaultValue": true,
556+
"defaultValue": false,
557557
"constraints": {},
558558
"toolTip": "Set the allowBlobPublicAccess property on the storage account.",
559559
"visible": "[steps('additionalStep').advanced.showAdvanced]"
560-
},
561-
{
562-
"name": "storageAccountPublicNetworkAccess",
563-
"type": "Microsoft.Common.CheckBox",
564-
"label": "Allow public network access for the storage account",
565-
"defaultValue": true,
566-
"constraints": {},
567-
"toolTip": "Control the publicNetworkAccess property on the storage account.",
568-
"visible": "[steps('additionalStep').advanced.showAdvanced]"
569560
}
570561
],
571562
"visible": true
@@ -581,7 +572,6 @@
581572
"STATConnectorDisplayName": "[coalesce(steps('namingStep').customNaming.statConnectorDisplayName, 'STAT v2')]",
582573
"storageAccountType": "Standard_LRS",
583574
"storageAccountAllowBlobPublicAccess": "[if(equals(steps('additionalStep').advanced.storageAccountAllowBlobPublicAccess, true), true, false)]",
584-
"storageAccountPublicNetworkAccess": "[if(equals(steps('additionalStep').advanced.storageAccountPublicNetworkAccess, true), 'Enabled', 'Disabled')]",
585575
"MDCAEndpoint":"-",
586576
"FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.1.0/stat.zip')]",
587577
"MSGraphEndpoint": "[coalesce(steps('apiStep').customApi.graphApi,'graph.microsoft.com')]",

0 commit comments

Comments
 (0)