Skip to content

Commit 25b7ea9

Browse files
authored
Update statdeploy.json
1 parent b6510df commit 25b7ea9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Deploy/statdeploy.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@
119119
},
120120
"storageAccountAllowBlobPublicAccess": {
121121
"type": "bool"
122-
},
123-
"storageAccountPublicNetworkAccess": {
124-
"type": "string"
125122
}
126123
},
127124
"variables": {
@@ -141,8 +138,7 @@
141138
"name": "[variables('storageAccountName')]",
142139
"location": "[parameters('location')]",
143140
"properties": {
144-
"allowBlobPublicAccess": "[parameters('storageAccountAllowBlobPublicAccess')]",
145-
"publicNetworkAccess": "[parameters('storageAccountPublicNetworkAccess')]"
141+
"allowBlobPublicAccess": "[parameters('storageAccountAllowBlobPublicAccess')]"
146142
},
147143
"sku": {
148144
"name": "[parameters('storageAccountType')]"

0 commit comments

Comments
 (0)