|
553 | 553 | "name": "storageAccountAllowBlobPublicAccess", |
554 | 554 | "type": "Microsoft.Common.CheckBox", |
555 | 555 | "label": "Allow blob public access for the storage account", |
556 | | - "defaultValue": true, |
| 556 | + "defaultValue": false, |
557 | 557 | "constraints": {}, |
558 | 558 | "toolTip": "Set the allowBlobPublicAccess property on the storage account.", |
559 | 559 | "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]" |
569 | 560 | } |
570 | 561 | ], |
571 | 562 | "visible": true |
|
581 | 572 | "STATConnectorDisplayName": "[coalesce(steps('namingStep').customNaming.statConnectorDisplayName, 'STAT v2')]", |
582 | 573 | "storageAccountType": "Standard_LRS", |
583 | 574 | "storageAccountAllowBlobPublicAccess": "[if(equals(steps('additionalStep').advanced.storageAccountAllowBlobPublicAccess, true), true, false)]", |
584 | | - "storageAccountPublicNetworkAccess": "[if(equals(steps('additionalStep').advanced.storageAccountPublicNetworkAccess, true), 'Enabled', 'Disabled')]", |
585 | 575 | "MDCAEndpoint":"-", |
586 | 576 | "FunctionPackage": "[coalesce(steps('additionalStep').advanced.functionPackage, 'https://github.com/briandelmsft/STAT-Function/releases/download/v2.1.0/stat.zip')]", |
587 | 577 | "MSGraphEndpoint": "[coalesce(steps('apiStep').customApi.graphApi,'graph.microsoft.com')]", |
|
0 commit comments