Skip to content

Commit ea7c588

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Deploy/deployui.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@
580580
"STATConnectorName": "[coalesce(steps('namingStep').customNaming.statConnectorName, 'SentinelTriageAssistantv2')]",
581581
"STATConnectorDisplayName": "[coalesce(steps('namingStep').customNaming.statConnectorDisplayName, 'STAT v2')]",
582582
"storageAccountType": "Standard_LRS",
583-
"storageAccountAllowBlobPublicAccess": "[if(equals(steps('additionalStep').advanced.storageAccountAllowBlobPublicAccess), true), true, false)]",
584-
"storageAccountPublicNetworkAccess": "[if(equals(steps('additionalStep').advanced.storageAccountPublicNetworkAccess), true), 'Enabled', 'Disabled')]",
583+
"storageAccountAllowBlobPublicAccess": "[if(equals(steps('additionalStep').advanced.storageAccountAllowBlobPublicAccess, true), true, false)]",
584+
"storageAccountPublicNetworkAccess": "[if(equals(steps('additionalStep').advanced.storageAccountPublicNetworkAccess, true), 'Enabled', 'Disabled')]",
585585
"MDCAEndpoint":"-",
586586
"FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.1.0/stat.zip')]",
587587
"MSGraphEndpoint": "[coalesce(steps('apiStep').customApi.graphApi,'graph.microsoft.com')]",

0 commit comments

Comments
 (0)