Skip to content

Commit 8ecfc31

Browse files
Merge pull request #5708 from dfe-analytical-services/EES-5825-add-storage-service-endpoint-back-into-analytics-fa-subnet
EES-5825 - added Analytics Function App subnet service endpoint back in after causing failures to perform initial creation of function app
2 parents d584e72 + 4d9fce8 commit 8ecfc31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infrastructure/templates/template.json

+5
Original file line numberDiff line numberDiff line change
@@ -3755,6 +3755,11 @@
37553755
"name": "[variables('analyticsFunctionAppSubnetName')]",
37563756
"properties": {
37573757
"addressPrefix": "10.0.17.0/24",
3758+
"serviceEndpoints": [
3759+
{
3760+
"service": "Microsoft.Storage"
3761+
}
3762+
],
37583763
"delegations": [
37593764
{
37603765
"name": "webapp",

0 commit comments

Comments
 (0)