We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6510df commit 25b7ea9Copy full SHA for 25b7ea9
1 file changed
Deploy/statdeploy.json
@@ -119,9 +119,6 @@
119
},
120
"storageAccountAllowBlobPublicAccess": {
121
"type": "bool"
122
- },
123
- "storageAccountPublicNetworkAccess": {
124
- "type": "string"
125
}
126
127
"variables": {
@@ -141,8 +138,7 @@
141
138
"name": "[variables('storageAccountName')]",
142
139
"location": "[parameters('location')]",
143
140
"properties": {
144
- "allowBlobPublicAccess": "[parameters('storageAccountAllowBlobPublicAccess')]",
145
- "publicNetworkAccess": "[parameters('storageAccountPublicNetworkAccess')]"
+ "allowBlobPublicAccess": "[parameters('storageAccountAllowBlobPublicAccess')]"
146
147
"sku": {
148
"name": "[parameters('storageAccountType')]"
0 commit comments