Skip to content

Commit c505ede

Browse files
committed
remove dependency
1 parent ac44796 commit c505ede

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

nestedtemplates/external-lb.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,7 @@
203203
}
204204
}
205205
]
206-
},
207-
"dependsOn": [
208-
"[variables('ipId')]"
209-
]
206+
}
210207
}
211208
]
212209
}

template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"dataDisks": [
355355
{
356356
"name": "data0",
357-
"diskSizeGB": "128",
357+
"diskSizeGB": "256",
358358
"lun": 0,
359359
"vhd": {
360360
"uri": "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('storageAccountPrefix')[copyIndex()], 'd', variables('storageAccountSuffix')), providers('Microsoft.Storage', 'storageAccounts').apiVersions[0]).primaryEndpoints.blob, 'vhds/', 'data0', copyIndex(), '.vhd')]"

0 commit comments

Comments
 (0)