|
135 | 135 | "allowBlobPublicAccess": false |
136 | 136 | } |
137 | 137 | }, |
138 | | - { |
139 | | - "type": "Microsoft.Web/serverfarms", |
140 | | - "apiVersion": "2021-02-01", |
141 | | - "name": "[variables('functionName')]", |
142 | | - "location": "[parameters('location')]", |
143 | | - "sku": { |
144 | | - "name": "Y1", |
145 | | - "tier": "Dynamic", |
146 | | - "size": "Y1", |
147 | | - "family": "Y" |
148 | | - }, |
149 | | - "properties": { |
150 | | - "reserved": true |
151 | | - } |
152 | | - }, |
153 | 138 | { |
154 | 139 | "condition": "[equals(parameters('identityType'), 'sp')]", |
155 | 140 | "apiVersion": "2019-10-01", |
156 | 141 | "name": "STATFunctionSP", |
157 | 142 | "type": "Microsoft.Resources/deployments", |
158 | 143 | "dependsOn": [ |
159 | | - "[resourceId('Microsoft.Web/serverfarms', variables('functionName'))]", |
160 | 144 | "[resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName'))]" |
161 | 145 | ], |
162 | 146 | "properties": { |
|
229 | 213 | "name": "STATFunctionSystemId", |
230 | 214 | "type": "Microsoft.Resources/deployments", |
231 | 215 | "dependsOn": [ |
232 | | - "[resourceId('Microsoft.Web/serverfarms', variables('functionName'))]", |
233 | 216 | "[resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName'))]" |
234 | 217 | ], |
235 | 218 | "properties": { |
|
296 | 279 | "name": "STATFunctionUser", |
297 | 280 | "type": "Microsoft.Resources/deployments", |
298 | 281 | "dependsOn": [ |
299 | | - "[resourceId('Microsoft.Web/serverfarms', variables('functionName'))]", |
300 | 282 | "[resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName'))]" |
301 | 283 | ], |
302 | 284 | "properties": { |
|
0 commit comments